Releases: rond-authz/rond
Releases · rond-authz/rond
v1.12.0
What's Changed
Exciting New Features 🎉
- feat: optimize mongodb driver connection by @fredmaggiowski in #295
- feat: mongodb maxIdleTimeMs by @fredmaggiowski in #296
Full Changelog: v1.11.1...v1.12.0
v1.11.1
What's Changed
Bug fixes 🎉
- fix: go mod ambiguous imports by @fredmaggiowski in #277
Security Fixes 🔐
- sec: fix error management by @fredmaggiowski in #278
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
Exciting New Features 🎉
- feat(#273): support for preventBodyLoad in request flow by @fredmaggiowski in #275
- feat(#268): decouple status routes provisioning from policy setup by @fredmaggiowski in #270
Other Changes
- ci: prevent cache in make coverage by @fredmaggiowski in #269
- feat: add trace log for rond input creation config by @fredmaggiowski in #276
Full Changelog: v1.10.1...v1.11.0
v1.10.1
What's Changed
Bug fixes 🎉
- upgrade glogrus to prevent log concurrency issues by @davidebianchi in #258
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
Exciting New Features 🎉
- feat: revoke binding by resource type and resource id by @mattia-fumo in #238
- feat: added OCI description label in dockerfile by @fredmaggiowski in #239
- Improve SDK interface by @davidebianchi in #243
- feat: improve sdk request evaluator interface by @davidebianchi in #250
- add custom metadata to rond input by @davidebianchi in #254
Bug fixes 🎉
- fix: send empty filter header by @davidebianchi in #251
Other Changes
- ci: new job names by @fredmaggiowski in #235
- feat: update issue template by @davidebianchi in #244
- refactor(#229): use reverseproxy instead of director by @fredmaggiowski in #233
- Custom metadata accepts any by @davidebianchi in #255
New Contributors
- @mattia-fumo made their first contribution in #238
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
Exciting New Features 🎉
Rönd SDK 😱 (alpha version)
While Rönd is still focused on working as a sidecar we decided to provide a useful SDK to leverage policy management and evaluation without the burden of managing new containers!
The SDK package has been developed by @davidebianchi in #213 and #219
Other features
- feat(#207): add user id to input struct by @fredmaggiowski in #232
Bug fixes 🎉
- fix: added back panic guard for resource-less bindings in optmized map creation by @fredmaggiowski in #205
- fix(#210): allowed value log in response policy evaluation by @fredmaggiowski in #212
- feat: use crud client lib by @davidebianchi in #217
Other Changes
- Remove env from core package by @davidebianchi in #199
- feat: first sdk implementation by @davidebianchi in #204
- sdk: add evaluate request and response function by @davidebianchi in #209
- refactor: reworked error messages by @fredmaggiowski in #214
- feat: use rond logger instead of logrus by @davidebianchi in #220
- feat: update metrics by @davidebianchi in #227
- fix: bench output in actions by @davidebianchi in #228
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
New Features
- feat: ignore trailing slash support by @GiovannaMonti in #200
Other Changes
- test: added test case with validation of nested field usage in filter query generation policy by @fredmaggiowski in #189
- fix(#161): print statement support in query gen policy by @fredmaggiowski in #190
- fix: ignore trailing slash bug with ALL method by @GiovannaMonti in #202
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
Exciting New Features 🎉
- feat: support in operator in query by @GiovannaMonti in #176
Bug fixes 🎉
- fix: add permissions field to binding by @GiovannaMonti in #175
Other Changes
- refactor: handler_test in operator order by @fredmaggiowski in #177
Full Changelog: v1.6.4...v1.7.0
v1.6.4
What's Changed
Exciting New Features 🎉
- feat: add role name in types by @fredmaggiowski in #154
Security Fixes 🔐
- fix: sec warning for defer response body close by @fredmaggiowski in #151
Other Changes
New Contributors
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
Other Changes
- refactor: modularized code by @fredmaggiowski in #139
- test: use
T.Setenv
to set env vars in tests by @Juneezee in #144
New Contributors
Full Changelog: v1.6.2...v1.6.3