Skip to content

Releases: wultra/powerauth-restful-integration

Release 1.7.0

08 Apr 11:38
98dacc0
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Allow renaming activation via standard API endpoints.
  • Remove Guava dependency.
  • Dependency updates.

Release 1.6.0

05 Jan 16:13
5b389ea
Compare
Choose a tag to compare

This release contains the following improvements:

  • Dependency updates.

Release 1.5.0

19 Sep 20:09
1.5.0
29065d0
Compare
Choose a tag to compare

This release contains the following improvements:

  • Migration of library to Java 17 and Spring Boot 3.
  • Detection and prevention of replay attacks in standard ECIES encryption and token digests.
  • Time synchronization between mobile application and backend.
  • Standardized user information endpoint.
  • Versioning for PowerAuth token verification depending on the protocol version.
  • Support for PowerAuth protocol versions 2.0 and 2.1 is discontinued.
  • Dependency updates.

Release 1.4.1

16 Mar 10:26
0fed791
Compare
Choose a tag to compare

This release contains the following improvements:

  • A new user info endpoint that will provide additional information about the user for the mobile application.

Release 1.4.0

22 Dec 12:40
1424b17
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

Release 1.3.0

14 Jun 19:25
0391f24
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Application name used as identifier instead of numeric identifier.
  • Support for logging HTTP correlation headers.
  • Activation provider allows overriding recovery code generation.
  • Improved logging and debugging.
  • Updated dependencies.

Release 1.2.5

04 Apr 16:04
f1f58d5
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Improved validation of PowerAuth token HTTP header.
  • Improved error handling and logging.
  • Spring Boot stack upgraded to version 2.6.6 due to recent high severity CVE's.
  • Updated dependencies.

Release 1.2.0

22 Dec 13:40
1.2.0
6fcd84e
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Project powerauth-restful-security-base removed due to deprecation of Java EE support.
  • Project powerauth-restful-server-spring removed because it is replaced by enrollment-server.
  • Return custom object in activation status endpoint.
  • Extract information about activation for failed signature verification attempts.
  • ECIES encryption with generic request/response object types.
  • Log4J library excluded from dependencies to avoid false alarms in scans due to recent vulnerabilities.
  • Upgrade to Spring boot 2.6, updated dependencies.
  • Minor bugfixes and documentation updates.

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