Releases: buehler/dotnet-operator-sdk
Releases · buehler/dotnet-operator-sdk
v8.0.0-pre.28
8.0.0-pre.28 (2023-11-08)
Bug Fixes
- ToExpression(this IEnumerable selectors) extension method returns wrong result (5dcb4c6)
v8.0.0-pre.27
8.0.0-pre.27 (2023-10-23)
Bug Fixes
- deps: update dependency roslynator.analyzers to v4.6.1 (0f99bb6)
v8.0.0-pre.26
8.0.0-pre.26 (2023-10-19)
Bug Fixes
- deps: update dependency roslynator.analyzers to v4.6.0 (c306886)
v8.0.0-pre.25
v8.0.0-pre.24
8.0.0-pre.24 (2023-10-13)
Features
- add runtime generated entity clients (5c28a14)
- transpiler: allow metadata to be created from actual types. (2e7e671)
- web operator: add localtunnel feature for easy webhook development. (0b5ca0a)
- webhook-generator: add mutation webhook configs. (aca97e1)
- webhook-generator: only use operations that are overwritten. (7841fe9)
v8.0.0-pre.23
8.0.0-pre.23 (2023-10-13)
Bug Fixes
- deps: update dependency sonaranalyzer.csharp to v9.12.0.78982 (807ec8c)
v8.0.0-pre.22
8.0.0-pre.22 (2023-10-13)
Features
- webhooks: add mutation webhooks. (93031b2)
BREAKING CHANGES
- webhooks: This overhauls the mutation webhooks.
Use the documentation to see how they work.
It is similar to validation webhooks, but with
changed results.
Signed-off-by: Christoph Bühler cbuehler@rootd.ch
v8.0.0-pre.21
8.0.0-pre.21 (2023-10-12)
Features
BREAKING CHANGES
- webhooks: Webhooks are not generated
via the custom command for webhooks, nor are they
automatically installed at runtime. For now, webhook
definitions, certificates, and services are created
at buildtime. - webhooks: This removes the runtime exeuction
of the webhook registrar magic.
v8.0.0-pre.20
8.0.0-pre.20 (2023-10-11)
Features
BREAKING CHANGES
- web-operator: This overhauls the way
webhooks worked. Webhooks now run
with normal ASP.net ApiControllers.
To use a webhook, refer to the documentation.
Basically, create a subclass of the validation
webhook class and decorate it with the
correct validation attribute. Then, the
webhook will run. Other elements
like automatic install will follow this
preview release.