v8.0.0-pre.20
Pre-release
Pre-release
github-actions
released this
11 Oct 13:31
·
211 commits
to main
since this release
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.