v6.0.0
What's Changed
-
chore: add required md files by @essbante-io in #212
-
docs: improve main readme as per feedback we got from community in #227
-
feat: Backup and Restore #215
-
feat: Implement sd+jwt for issuance and verification flows with cloud agent in #228
-
feat: add sdk jwt revocation verification in #231
-
docs: backup and sd-jwt in #230
-
fix: Message properties body, createdTime, expiresTimePlus in #232
-
fix: create custom class to verify bitstring position more precisely in #234
-
fix: add missing files in package to clean rxdb vulnerabilities to fix e2e in #233
-
fix: using rust dependency for jwe in #235
-
fix: e2e issues fix in #236
-
fix: jwe rust library for backup encryption not including the node wa… in ttps://github.com//pull/237
-
test: enable multi sdk actors in ttps://github.com//pull/238
-
fix: attachment encoding fallback base64 + base64url by default in #239
-
test: add backup e2e scenarios in #242
-
fix(Castor): createPrismDID and resolveDID key id conflicts in #243
-
fix: attachment descriptor parameters in #240
-
fix: add e2e tests for jwt revocation, sdk verification for jwt and anoncreds in #244
-
fix: moving to hyperledger namespace in #245
-
fix: escape the
<->
sequence to fix the build error in the identus-… in #248 -
chore: use identus apollo in #247
-
fix: releasing to HL in #253
-
fix: remove typo in release pipeline in #254
-
fix: generate docs after releasing as we cannot access a package that… in #255
BREAKING CHANGE:
- Pollux instance now requires to have Apollo first constructor parameter (used internally)
- Deprecated internal function processJWTCredential, processAnoncredsCredential and extractCredentialFormatFromMessage. Internally, in order to process any type of credential offer just call pollux.processCredentialOffer instead. In order to extract the credentialFormat from a DIDComm message if available, use message.credentialFormat (will return known CredentialType or unknown) In order to extract the payload of whatever DIDComm message, use message.payload which will decode it into the right object instance
- JWT class now needs apollo and castor in constructor as they now instantiate from JWTCore (used internally)
Derivable Private key is not deriving using the derivationPath as a string not the DerivationPath class (used internally)