Important
v5.0.0 is the intended stable SDK-KMP release for the current Maven coordinates under org.hyperledger.identus:sdk*.
For these sdk* coordinates, the previous intended published version was 4.0.0-rc.7. A v4.0.1 release was created during release recovery, but it used patch-version numbering for the new artifact line and is now superseded. Use v5.0.0 for new integrations.
Maven Central
Version 5.0.0 is published to Maven Central under org.hyperledger.identus:
org.hyperledger.identus:sdk:5.0.0- Central UI | repo1org.hyperledger.identus:sdk-jvm:5.0.0- Central UI | repo1org.hyperledger.identus:sdk-android:5.0.0- Central UI | repo1
Coordinate Lineage
Current stable coordinates:
org.hyperledger.identus:sdk:5.0.0org.hyperledger.identus:sdk-jvm:5.0.0org.hyperledger.identus:sdk-android:5.0.0
Previous version on these coordinates:
org.hyperledger.identus:sdk:4.0.0-rc.7org.hyperledger.identus:sdk-jvm:4.0.0-rc.7org.hyperledger.identus:sdk-android:4.0.0-rc.7org.hyperledger.identus:sdk-android-debug:4.0.0-rc.7
Historical 4.0.0 stable artifacts were published under the old artifact IDs:
org.hyperledger.identus:edge-agent-sdk:4.0.0org.hyperledger.identus:edge-agent-sdk-jvm:4.0.0org.hyperledger.identus:edge-agent-sdk-android:4.0.0org.hyperledger.identus:edge-agent-sdk-android-debug:4.0.0
Because the stable consumer artifact IDs changed from edge-agent-sdk* to sdk*, this release is versioned as a major release.
What's Changed
- fix: ci links and publishing under the new organization hyperledger-identus by @yshyn-iohk in #222
- build: update gradle and ci workflows by @goncalo-frade-iohk in #229
- feat: sdjwt support by @goncalo-frade-iohk in #230
- chore: add sonar and openssf badges by @amagyar-iohk in #233
- ci: add Scorecard workflow for supply-chain security analysis by @amagyar-iohk in #234
- fix: e2e, jwt, proof, backup and verification by @amagyar-iohk in #231
- fix: sdjwt e2e/sampleapp and sdk stop method by @amagyar-iohk in #235
- ci: prefer GitHub Packages for anoncreds wrapper by @yshyn-iohk in #241
- build: update Apollo to 1.8.8 by @yshyn-iohk in #242
- build: update Kotlin to 1.9.25 by @yshyn-iohk in #243
New Contributors
- @yshyn-iohk made their first contribution in #222
Full Changelog: v4.0.0-rc.7...v5.0.0