v8.0.0-pre.12
Pre-release
Pre-release
·
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 theEntityRequeue<_>
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.