Skip to content

v8.0.0-pre.20

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 13:31
· 211 commits to main since this release
31b2ab0

8.0.0-pre.20 (2023-10-11)

Features

  • web-operator: Add validation webhooks. (#631) (31b2ab0)

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.