Releases: pagopa/mil-auth
Releases · pagopa/mil-auth
2.4.2
2.4.2 (2024-06-15)
Bug Fixes
2.4.1
2.4.1 (2024-06-15)
Bug Fixes
2.4.0
2.4.0 (2024-06-14)
Features
- Caching of roles moved from specific method to generic one. (#110) (2bd7647)
2.3.0
2.3.0 (2024-06-14)
Features
- Key ID in now cached when found or created. (#109) (ff33ae3)
2.2.1
2.2.1 (2024-06-14)
Bug Fixes
- Fixed the generation of key name: it's no more prefixed with 'auth'. (#108) (1b717bd)
2.2.0
2.2.0 (2024-06-14)
Bug Fixes
- Added min-level to log configuation. (#107) (c1f5054)
- Added missing @RegisterForReflection (#105) (0540af3)
- Fixed Azure Storage Blob configuration. (#104) (dd0c4ef)
- When a new key was created, the domain was not set: fixed! (#106) (5570c7f)
Features
2.1.2
2.1.2 (2024-06-04)
Bug Fixes
- Added the jwt-validator-log. (#101) (c550a04)
- Prevent event loop thread blocking during keys resolution. (#102) (77aded2)
2.1.1
2.1.1 (2024-06-04)
Bug Fixes
- mp.jwt.verify.publickey.location can be set completely by an env. var. (#100) (56b5b13)
2.1.0
2.1.0 (2024-06-01)
Bug Fixes
- Added a warmup step before executing tests. (#98) (2b0a39d)
- Corrected command to warmup test step. (#99) (7318d45)
Features