Skip to content

v8.0.0-pre.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 14:37
· 335 commits to main since this release

8.0.0-pre.12 (2023-10-04)

Features

  • generator: generate entity initializer (static and partial) (7bd82c8)
  • operator: reworked entity requeue logic (1ef82b2)

BREAKING CHANGES

  • operator: controllers do not have
    return values anymore. To requeue an entity,
    use the EntityRequeue<_> delegate. When
    an entity is requeued, the reconcile loop
    is called after the timeout. If - during this
    timeout - the entity is modified or deleted,
    the timeout will be cancelled.