Skip to content

Releases: epotheke/epotheke-sdk

1.1.16

19 Dec 15:01
Compare
Choose a tag to compare
v1.1.16

v1.1.16

1.1.15

12 Dec 15:37
Compare
Choose a tag to compare

fix

  • fixes a problem with an optional value in prescriptionmodel introduced in v1.1.13

1.1.14

12 Dec 12:12
Compare
Choose a tag to compare

feat

  • adjust demo react native
  • allow reconnection during TAN-Step on connection loss

1.1.13

22 Nov 12:29
Compare
Choose a tag to compare

Feat

  • Added optional accessToken in PrescriptionModel

1.1.12

31 Oct 15:13
Compare
Choose a tag to compare

##feat

  • Added showcase for usage of tenantTokens in react-native demo (also for invalid, revoked and expired tokens)
  • Added possibility to abort cardlink process during user interaction
  • Added function to gather websocket session id in RN

fix

  • adjusted error handling for cardlink process regarding websocket connection
  • adjusted function definitions in react-native

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.