Skip to content

Releases: epotheke/epotheke-sdk

1.1.11

24 Oct 16:05
Compare
Choose a tag to compare

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

10 Oct 14:56
Compare
Choose a tag to compare
Merge branch 'chore/bumpVersions' into 'main'

chore: bump versions

See merge request ec/epotheke/epotheke-sdk!40

1.1.9

03 Oct 07:39
Compare
Choose a tag to compare

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

19 Sep 06:38
Compare
Choose a tag to compare

feat:

  • updates upstream oec library
  • updates cardlink communication model
  • hardens cardlink communication

1.1.7

08 Sep 10:24
Compare
Choose a tag to compare

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

03 Sep 09:23
Compare
Choose a tag to compare
v1.1.6-rc.1

fix: use okhttp client in android due to bugs in cio

1.1.6

04 Sep 08:48
Compare
Choose a tag to compare

Fix: Fixes TLS problem if network-security configs on android are set
Feat: Update mock urls in demo-apps

1.1.5-rc.3

26 Aug 13:00
Compare
Choose a tag to compare
Merge branch 'jsonHelper' into 'main'

feat: Add json helper for ObjectC RN bridge

See merge request ec/epotheke/epotheke-sdk!24

1.1.5

26 Aug 14:45
Compare
Choose a tag to compare
  • 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

23 Aug 12:51
Compare
Choose a tag to compare
Merge branch 'fixModel' into 'main'

Fix model

See merge request ec/epotheke/epotheke-sdk!23