Skip to content

v0.8.9

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 12:17
· 148 commits to main since this release
2e412bd

This release includes several enhancements and fixes:

  1. We've updated the golang.org/x/crypto package in response to a security advisory. Although we don't use the specific algorithms highlighted in the report, we opted for caution.
  2. New PRs are now required to have signed commits; any unsigned commits will cause the CI workflows to fail.
  3. A refactoring effort has successfully integrated the Engine object with the Server code, courtesy of @snowAvocado.
  4. Log entries now feature an additional key-value pair indicating the group name (or tenant), thanks to @jafar75. This addition is particularly useful for distinguishing log entries in multi-tenant configurations.

What's Changed

New Contributors

Full Changelog: v0.8.8...v0.8.9