Releases: OpenLEADR/openleadr-rs
Releases · OpenLEADR/openleadr-rs
v0.1.1
What's Changed
- Remove unused code by @pohlm01 in #287
- Up MSRV to 1.90 by @pohlm01 in #301
- Fixed create_report() in events.rs and delete() in reports.rs in the client by @benjaminvadurel-tri in #303
New Contributors
- @benjaminvadurel-tri made their first contribution in #303
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Move from unmaintained
goto-bus-stop/setup-zigtomlugg/setup-zigGH action by @pohlm01 in #267 - Improve Docker version tags by @pohlm01 in #266
- Clarify external OAuth support in Readme by @pohlm01 in #268
- Only return distinct resources by @pohlm01 in #269
Full Changelog: v0.0.6...v0.1.0
v0.0.6
Note: version 0.0.5 was skipped due to a breakage in packaging
What's Changed
- Correct malformed JSON in report SQL fixture by @pohlm01 in #150
- Update funding section in readme by @hugovandepol in #153
- Up MSRV and dependencies by @pohlm01 in #167
- Updates by @pohlm01 in #180
- feat: use SQLX migrate macro to automatically run migrations on application launch by @TeaDrinkingProgrammer in #184
- Use Alpine in VTN Dockerfile for smaller image. by @TeaDrinkingProgrammer in #183
- Authentication improvements by @nicburgt in #188
- Use
query_scalar!where appropriate by @pohlm01 in #193 - fix: fix healthcheck failing due to curl not being in image by @TeaDrinkingProgrammer in #196
- Allow multiple values in
TargetMapby @pohlm01 in #203 - Gitignore update by @bramtweedegolf in #212
- 197 fetch oauth public key by @bramtweedegolf in #214
- Update README.md by @hugovandepol in #218
- 82 external oauth roles by @bramtweedegolf in #213
- Fix casing bug for Kty in JSON Web Key by @pohlm01 in #225
- Make roles and scopes truly optional by @pohlm01 in #227
- Improvement to Claims construction to ensure optionality of Roles claim by @nicburgt in #228
- Add badges to Readme by @pohlm01 in #230
- JWKS parse improvements to adhere to spec, improvement to roles claim to ensure compatibility with Entra ID by @nicburgt in #232
- improve JWKS key fetching by @nicburgt in #236
- change status code for foreign key constraint errors from 400 to 409 by @TeaDrinkingProgrammer in #243
- enable tls backend for sqlx, improve dockerfile for azure app service compatability by @nicburgt in #245
- Improvement to scope parsing when it is in the 'roles' claim of the JWT token by @nicburgt in #247
- Remove NBF claim requirement from jwt token by @nicburgt in #252
- Fix clippy lint by @rnijveld in #256
- Chore/jwt token validation logging by @nicburgt in #255
New Contributors
- @TeaDrinkingProgrammer made their first contribution in #184
- @nicburgt made their first contribution in #188
- @bramtweedegolf made their first contribution in #212
Full Changelog: v0.0.4...v0.0.6
v0.0.4
What's Changed
- Fix Clippy warings introduced with Rust 1.83 by @pohlm01 in #103
- Maintain at least one DB connection by @pohlm01 in #130
- Validate event payload values match their type by @benjaminedwardwebb in #124
- Several improvements to the client by @rnijveld in #141
Full Changelog: v0.0.3...v0.0.4