Skip to content

Releases: Coreoz/Plume-admin

5.1.0

09 May 09:29
Compare
Choose a tag to compare

Changes

  • Improve security for the refresh token feature: during refresh, user information are verified again to make sure a legitimate token is supplied

5.0.0

17 Apr 16:17
Compare
Choose a tag to compare

Changes

5.0.0-beta1

22 Nov 10:42
Compare
Choose a tag to compare

Changes

4.3.0

10 Jul 13:48
Compare
Choose a tag to compare

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

14 Apr 12:26
Compare
Choose a tag to compare

Changes

  • Enable fingerprint cookie name customization, fixes #12

4.1.0

16 Sep 11:26
Compare
Choose a tag to compare

Changes

4.0.0

28 Apr 12:08
Compare
Choose a tag to compare

Changes

3.0.0

23 Sep 08:57
Compare
Choose a tag to compare

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

02 Aug 16:59
Compare
Choose a tag to compare

Changes

  • Fix nullpointer in log API limitBodySizeTransformer (#11)

2.1.1

24 Jun 12:12
Compare
Choose a tag to compare

Changes

Upgrade instructions

  • ApiLogAdminPermissions has been deprecated in favor of LogApiAdminPermissions. ApiLogAdminPermissions will be removed in the 3.0.0 Plume Admin version.