Skip to content

Releases: wultra/powerauth-restful-integration

Release 1.1.0

10 Jun 19:12
6f72d89
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Dynamic resource ID resolution in PowerAuth annotations.
  • Proper initialization of custom attribute map.
  • Dependency updates.

Release 0.24.1

09 Mar 14:55
8fae761
Compare
Choose a tag to compare

The bugfix release with the following changes:

  • #273: Backport #271 to 0.24.x branch
  • Added request processing validations

Release 1.0.0

07 Jan 14:39
a4c5f0f
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • REST client migrated to the rest-client-base project.
  • Added context to the activation provider interface.
  • Support for activation flags and application roles.
  • Improved logging.
  • Dependency updates.

Release 0.24.0

27 Apr 14:58
dbf2f18
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Optional OTP code verification during activation.
  • Device platform and model information is stored during activation.
  • Recovery codes can be revoked on activation removal.
  • Dependency updates.

Release 0.22.4

07 Apr 15:33
8c7a22b
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Improved recovery code revocation during activation removal.
  • Dependency upgrade to PowerAuth Server version 0.22.2.

Release 0.23.1

19 Mar 21:20
c9b07f5
Compare
Choose a tag to compare
  • Added a cleanup callback after activation is removed.
  • Added default implementation to the activation provider interface.

Release 0.22.3

19 Mar 21:35
1c10a40
Compare
Choose a tag to compare
  • Added a cleanup callback after activation is removed.
  • Added default implementation to the activation provider interface

Release 0.23.0

06 Dec 15:03
5480362
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Improved information entropy in PowerAuth online signatures using BASE64 encoding.
  • Improved protection of encrypted status blob against possible replay attacks.
  • Improved protection of payload encrypted by our ECIES scheme.
  • Improved protocol reliability by allowing the mobile client to synchronize its counter with the server.
  • PowerAuth RESTful API separated from validation logic.
  • Bouncy Castle library upgraded to 1.64.
  • Dependency updates related to security advisories.

Release 0.22.2 - hotfix

16 Oct 09:31
611c439
Compare
Choose a tag to compare

This hotfix release provides possibility to handle PowerAuthActivationException outside of activations:

  • #199: Allow processing of PowerAuthActivationException during custom activations

Release 0.22.1 - hotfix

14 Oct 11:31
4169d6c
Compare
Choose a tag to compare

This hotfix release contains backport of Exception handling in custom activation provider interface:

  • #177: Allow throwing exceptions from CustomActivationProvider
  • #175: Clarify JavaDoc comments for CustomActivationProvider