Releases: epotheke/epotheke-sdk
Releases · epotheke/epotheke-sdk
1.1.11
feature
- Allow providing tenant-token for authentication
- providing "null" causes unauthenticated access attempt, which will be forbidden in productive environments, but may be used for testing
- Improvements of error handling and cardlink interaction
- during interactions with cards, recoverable errors like misstyped phonenumber, wrong TAN or CAN will be handled by new interactions, which provide error codes and allow repetition
- aligned the parameters for sdkErrorHandler and authentication completion handler such that the first parameter includes the errorCode the second an error message
- in completion handler, if both are undefined/null the authentication was successful
- Provide ICCSN_REASSIGNMENT timestamp in Authentication result
- Adds optimizations during NFC based card communication
minor
- update of kotlin multiplatform
fixes
- fix crashes on iOS on connection errors
- fix missing cleanup after finished process
1.1.10
Merge branch 'chore/bumpVersions' into 'main' chore: bump versions See merge request ec/epotheke/epotheke-sdk!40
1.1.9
Feature
- Added user interactions in iOS demo
- Added user interactions in react native demo
- Updated docs regarding integration in react native apps on iOS
- Update react native example code regarding authentication errors
Fix
- Fixed function calls from react native bridge code to javascript
- Fixed non-optional value in prescriptions to be optional
- Fixed wrongly encoded iccsn in selection call in android demo
1.1.8
feat:
- updates upstream oec library
- updates cardlink communication model
- hardens cardlink communication
1.1.7
Fix: Fixes issue in NFC device handling during process. Especially in iOS, a problem was, that the ui blocking nfc dialog was not switched off, when for example a wrong CAN was given and the SDK needed a new input from the user.
Feature: The ICCSN of the eGK is now part of the Activation Result of a cardlink authenticaion. It can be obtained with the key: "CardLink::ICCSN". Demo-android-standalone contains an example for this.
1.1.6-rc.1
v1.1.6-rc.1 fix: use okhttp client in android due to bugs in cio
1.1.6
Fix: Fixes TLS problem if network-security configs on android are set
Feat: Update mock urls in demo-apps
1.1.5-rc.3
Merge branch 'jsonHelper' into 'main' feat: Add json helper for ObjectC RN bridge See merge request ec/epotheke/epotheke-sdk!24
1.1.5
- docs: update documentation regarding integration of sdk in apps
- feat: add ios-support in react native demo app
- fix: minor fixes in prescription model
- fix: update of oec library
1.1.5-rc.2
Merge branch 'fixModel' into 'main' Fix model See merge request ec/epotheke/epotheke-sdk!23