Releases: wultra/ssl-pinning-android
Releases · wultra/ssl-pinning-android
1.4.0
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
- Library is now deployed to Maven Central (#57)
- Library is now compatible with PowerAuth SDK 1.6.x (#56)
1.2.2
- 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
- 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.1.0
- Updated project build configuration
- Fixed unit tests
- Fixed compatibility with PowerAuth 1.4.2 (#33)
Version 1.0.2
- Fixed #29: Added support for TLS 1.2 on Android < 5.0
Version 1.0.1
- Added possibility to have multiple fallback certificates (feature #28)
Version 1.0.0
WultraDebug
class is now public (Issue #24)
- Added several missing
@MainThread
annotations
Version 0.9.2
Notes:
- Fixed update type resolution.