Releases: wultra/ssl-pinning-ios
Releases · wultra/ssl-pinning-ios
1.6.0
- minimal version iOS & tvOS 12
- added support for PowerAuth 1.8.x
1.5.0
- Added support for Swift Package Manager (#23)
- Minimum supported iOS version changed to 11+
- Library now supports tvOS 11+
- Library now depends on PowerAuth mobile SDK 1.7.x
1.4.0
- Fixed compatibility with PowerAuth SDK 1.6.x and later (#19)
1.3.2
- Library now prints HTTP requests & responses to debug log (feature #14)
- Use
WultraDebug.verboseLevel = .all
in DEBUG
build to print internal requests and responses.
1.3.1
- Fixed compatibility with servers that return response headers with lowercased names (issue #12)
- Now it's possible to connect to development servers with invalid SSL certificate (feature #11)
1.2.0
- Now it's possible to configure multiple fallback certificates (PR #6)
- Note that if the wrong fallback certificate data is provided, then the fatal error is thrown (#7)
1.1.1
- Library is now compatible with
Swift 5
1.1.0
- Improved
CertStore.validate()
method behavior. See issue #3 for details.