v0.8.9
This release includes several enhancements and fixes:
- 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. - New PRs are now required to have signed commits; any unsigned commits will cause the CI workflows to fail.
- A refactoring effort has successfully integrated the
Engine
object with theServer
code, courtesy of @snowAvocado. - 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
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #382
- Check signed commits in PR by @mostafa in #387
- Merge Engine with Server by @snowAvocado in #383
- Add group name to log by @jafar75 in #394
- Add group name to Windows logger by @mostafa in #395
New Contributors
- @snowAvocado made their first contribution in #383
- @jafar75 made their first contribution in #394
Full Changelog: v0.8.8...v0.8.9