Releases: Coreoz/Plume-admin
Releases · Coreoz/Plume-admin
5.0.0-beta1
Changes
- Upgrade to Plume 5.0.0-beta1 with Jakarta, JUnit 5, usage of
Clock
instead of the deprecatedTimeProvider
class - JJwt update, see Plume 5.0.0-beta1 release notes for details
4.3.0
Changes
- New Log API features :
- Hide a JSON field in either a response body and a request body using LogEntryTransformer.hideJsonFields
- Hide either a response body and a request body using LogEntryTransformer.emptyBody
- Filter request URL with regexp using RequestPredicate.filterUrlRegex
- Add SQL init file for Oracle
4.2.0
4.1.0
4.0.0
Changes
- Upgrade to Plume 4.0.0
3.0.0
Changes
- Upgrade to Plume 3.0.0
- Update code to be compatible to OpenAPI instead of Swagger
Upgrade instructions
ApiLogAdminPermissions
has been deleted after deprecation, see release 2.1.1- configuration value
admin.session.inative-duration
is not read anymore after deprecation, see release 2.0.2
2.1.2
2.1.1
Changes
- Add API logs filtering and transforming feature
- Upgrade dependencies and especially Plume Framework to version 2.1.0
Upgrade instructions
ApiLogAdminPermissions
has been deprecated in favor ofLogApiAdminPermissions
.ApiLogAdminPermissions
will be removed in the 3.0.0 Plume Admin version.
2.0.2
Changes
- For the logs API, set a limit of the number of logs fetched and enable filtering
- Fix typo in the configuration key
admin.session.inactive-duration
Upgrade instructions
- Configuration : if used, rename
admin.session.inative-duration
toadmin.session.inactive-duration
=> The old configuration key will be valid until the release of plume-admin 3.0.0