Releases: rond-authz/rond
Releases · rond-authz/rond
v1.14.1
What's Changed
Bug fixes 🎉
- fix: resolve concurrent map writes for audit cache by @davidebianchi in #419
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
Exciting New Features 🎉
- feat: audit trail in stdout logs by @fredmaggiowski in #411
- fix: update audit labels on subsequent builtin calls by @fredmaggiowski in #415
Other Changes
- test: add integration test with concurrent request load by @fredmaggiowski in #402
- refactor: test connection to mongodb to remove duplicated code by @fredmaggiowski in #404
- tidy deps by @davidebianchi in #405
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
Exciting New Features 🎉
- perf: prepare partial evaluation at boot for better performances by @davidebianchi in #394
- perf: use opa compiler to optimize startup by @davidebianchi in #400
This version comes with huge performance improvements in both resource consumption and evaluation time for query generation policies!
Evaluation time for query generation policies metrics distribution change after the new version has been deployed
All the policies above use the data.resources[_]
field to generate queries
Breaking Changes
There is a breaking change on the core.OPAModuleConfig
struct. This struct should not be used directly anymore but it's needed to use the core.NewOPAModuleConfig
function instead.
Other Changes
- feat: migrate envs lib by @davidebianchi in #397
- ci: drop go1.21 test support for EOL by @fredmaggiowski in #398
- refactor: improve main tests by @davidebianchi in #399
Full Changelog: v1.12.9...v1.13.0
v1.12.9
Full Changelog: v1.12.8...v1.12.9
v1.12.8
v1.12.7
v1.12.6
What's Changed
Bug fixes 🎉
- fix: log with inherited fields by @davidebianchi in #367
- fix: trailingSlash with params by @davidebianchi in #369
Full Changelog: v1.12.5...v1.12.6
v1.12.5
What's Changed
This version only includes several dependencies version bump
Full Changelog: v1.12.4...v1.12.5
v1.12.4
What's Changed
Other Changes
- ci: test more golang versions for sdk support by @fredmaggiowski in #320
- ci: attempt to use latest golang version in tests by @fredmaggiowski in #323
- ci: go1.22 update for benchmark runs by @fredmaggiowski in #332
- chore(deps): update glogger to v4.2.0 by @danibix95 in #335
New Contributors
- @danibix95 made their first contribution in #335
Full Changelog: v1.12.3...v1.12.4
v1.12.3
What's Changed
Other Changes
- fix: unstable ci due to coveralls race by @fredmaggiowski in #308
- ci: fix coveralls parallelism by @fredmaggiowski in #312
- chore(deps): update configlib to v1.0.2 by @malta895 in #318
- ci: build workflow login to mia registry by @fredmaggiowski in #317
New Contributors
Full Changelog: v1.12.2...v1.12.3