Skip to content

Release v3.2.0

Compare
Choose a tag to compare
@spex66 spex66 released this 16 Oct 10:07
· 15 commits to main since this release
c7f0fbf

Features

  • new configuration feature added with-undocumented-capabilities
bootstrap:
  features:
    # The default and recommended value is false
    with-undocumented-capabilities: false
  • Supports early testing and adoption of capabilities which are not yet officially documented.
  • Over time they will either be removed, replaced or getting an official and documented capability.

With this release, following capabilities are available through it:

documentFeedbackAcl : actions: [READ, CREATE, DELETE]
documentPipelinesAcl : actions: [READ, WRITE]
monitoringTasksAcl : actions: [READ, WRITE]
notificationsAcl: actions: [READ, WRITE]

Development

  • no changes

Full Changelog: v3.0.0...v3.2.0