Releases: gematik/ref-OpenHealthCardKit
Releases · gematik/ref-OpenHealthCardKit
5.11.0
What's Changed
- Extend Demo App by "Read personal data" use case (#36)
- Change build pipeline to use Xcode 16 (#37)
- Rename Signing Function Button (#38)
- Soft deprecate public API using Combine.Publisher in favour of async (#39)
Full Changelog: 5.10.1...5.11.0
5.10.1
What's Changed
- Increase Package.swift iOS version to 14 (#33)
Full Changelog: 5.10.0...5.10.1
5.10.0
What's Changed
- Remove dependency on DataKit (#28)
- Replace GemCommonsKit logging with OSLog (#29)
- Remove dependency on GemCommonsKit (#31)
- Change the HealthCardResponse and AutCertificateResponse access level (#27)
Full Changelog: 5.9.0...5.10.0
5.9.0
What's Changed
- Publish CardSimulator loading/running code for running IntegrationTests (CardSimulation itself cannot be public though)
- Refresh some documentation
Full Changelog: 5.8.0...5.9.0
5.8.0
Changed
- Set access level of NFCCardReaderProvider entities to
public
Fixed
- Prevent
NFCHealthCardSession
's continuation from being called twice
Full Changelog: 5.7.0...5.8.0
Version 5.7.0
Changed
- Update to OpenSSL-Swift version to 4.2.0 (OpenSSL 3.2.1)
Full Changelog: 5.6.0...5.7.0
Version 5.6.0
Added
- New NFCHealthCardSession offers a structured concurrency API
Other
- adapt app target NFCDemo to use the new NFCHealthCardSession API
Full Changelog: 5.5.0...5.6.0
Version 5.5.0
Added
- Extend HealthCardControl API to offer structured concurrency endpoints (more to come)
Fixed
- Fix AID of EgkFileSystem.DF.HCA (thanks @stepahn, #12)
- Fix wrong PIN input length for Change-Pin use case (thanks @mdelete, #14, #16 )
Full Changelog: 5.4.0...5.5.0
Version 5.4.0
Changed
- Adapt for Xcode15 development
Version 5.3.0
Added
- Package.swift added to project
Changed
- For development include gematik owned dependencies via SPM (instead of Carthage)