Skip to content

Releases: wultra/ssl-pinning-android

1.4.0

02 Jan 20:49
205f9a0
Compare
Choose a tag to compare

Notes:

  • Fix incorrect handling of arrays in data classes (#65)
  • Improve consumer ProGuard rules to handle R8 full mode (#74)
  • Resolve Lint warnings (#76)
  • Update dependencies (#73, #85)
  • Compatible with PowerAuth 1.8.x

1.3.0

12 Oct 10:51
Compare
Choose a tag to compare
  • Library is now deployed to Maven Central (#57)
  • Library is now compatible with PowerAuth SDK 1.6.x (#56)

1.2.2

07 Dec 10:50
Compare
Choose a tag to compare
  • Library now prints details about internal HTTP requests to debug log (feature #46)
    • Use WultraDebug.loggingLevel = WultraDebug.WultraLoggingLevel.DEBUG code to turn detailed information about the requests.

1.2.1

26 Nov 17:49
Compare
Choose a tag to compare
  • Fixed compatibility with servers that return response headers with lowercased names (issue #43)
  • Now it's possible to connect to development servers with invalid SSL certificate (feature #42)

Version 1.2.0

02 Oct 12:15
Compare
Choose a tag to compare

Version 1.1.0

07 Aug 09:23
a4a49d4
Compare
Choose a tag to compare
  • Updated project build configuration
  • Fixed unit tests
  • Fixed compatibility with PowerAuth 1.4.2 (#33)

Version 1.0.2

28 Apr 09:09
Compare
Choose a tag to compare
  • Fixed #29: Added support for TLS 1.2 on Android < 5.0

Version 1.0.1

26 Sep 11:35
Compare
Choose a tag to compare
  • Added possibility to have multiple fallback certificates (feature #28)

Version 1.0.0

29 May 12:00
Compare
Choose a tag to compare
  • WultraDebug class is now public (Issue #24)
  • Added several missing @MainThread annotations

Version 0.9.2

03 Dec 17:31
Compare
Choose a tag to compare

Notes:

  • Fixed update type resolution.