Skip to content

Latest commit

 

History

History
267 lines (148 loc) · 15 KB

CHANGELOG.md

File metadata and controls

267 lines (148 loc) · 15 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.32.0 (2024-12-05)

Bug Fixes

Features

  • Remove crypto.subtle as it is giving too many issues on RN. Moved to new implementation based on @noble libs (d86e7fa)

0.30.1 (2024-10-01)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.29.0 (2024-08-01)

Features

  • update to new keyRefs instead of kids (e969b97)

0.28.0 (2024-07-23)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.27.0 (2024-07-07)

Features

  • Allow EBSI attestation client to be the start of a regular VCI flow (afffd39)
  • Callback listeeners (fce3670)
  • EBSI access token, attestation and DID support (bed66b4)
  • EBSI DID registraiton/management (7195786)
  • Get the authorization URL from a TI using a cloud/service wallet when requesting a particular attestation credential (222c4d4)

0.26.0 (2024-06-19)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.25.0 (2024-06-13)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.24.0 (2024-06-05)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.23.4 (2024-04-25)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.23.2 (2024-04-25)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.23.1 (2024-04-25)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.23.0 (2024-04-24)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.22.0 (2024-04-04)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.21.1 (2024-04-04)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.21.0 (2024-03-20)

Bug Fixes

  • Use response_uri instead of redirect_uri (9c7c9ef)

Reverts

BREAKING CHANGES

  • Remove BBS support. Upstream support for Windows and RN is missing. Needs to be revisited at a later point in time

0.19.0 (2024-03-02)

Features

  • Add initial OID4VP ID2 support (85325ae)
  • Correct submission_data when send in incorrectly as string (c5d6b76)
  • Support selecting did methods from aud claim of request. (0bfc03d)

Reverts

  • Revert "chore: update deps" (f83aee5)

0.18.1 (2024-01-19)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.18.0 (2024-01-13)

Features

  • Add static bearer token callback function option (2d5cd5a)

Reverts

  • Revert "chore: update deps" (a1cd971)

0.17.5 (2023-10-01)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.17.4 (2023-10-01)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.17.3 (2023-09-30)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.17.2 (2023-09-30)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.17.1 (2023-09-28)

Bug Fixes

  • update deps to fix an issue with VCI offer ids not mapping on issuer metadata (aa6f98c)

0.17.0 (2023-09-28)

Features

  • Do not raise an error by default in case we encounter a VC with a statuslist we do not support. More strict scenario's are supported with an optional parm (4a634b7)

0.16.0 (2023-09-28)

Features

  • Add support for an OIDC BFF Passport based solution to express. Allows for SPA to work IDPs that require confidential clients (d4e082c)
  • statuslist2021 functions (61729f3)

0.15.1 (2023-08-10)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.15.0 (2023-08-10)

Features

  • allow signing credential with local resolved DID. Especially handy for did:web that is not yet published/exposed (34793e9)

0.14.1 (2023-07-31)

Note: Version bump only for package @sphereon/ssi-sdk.siopv2-oid4vp-rp-auth

0.14.0 (2023-07-30)

Bug Fixes

  • Fix relative DID resolution and Json websignature 2020 verification for ED25519 and some other algs (ca2682c)
  • Use agent resolver if not set, with fallback to universal resolver. Fix bug in response message (43c9313)
  • VP did resolution from agent (aa3f3f1)

Features

  • Add global web resolution provider. Add json error handler (f19d1d1)

0.13.0 (2023-06-24)

Features

  • allow default opts to be set when OID4VCI is running (7142273)
  • allow did opts from default options to be populated in instance options (41deb99)
  • Allow setting SIOP RP default opts also after construction, as sometimes you need to agent which is not available yet at construction time (bf871da)

0.12.0 (2023-06-21)

Bug Fixes

Features

  • Add key value store plugin (95244fa)
  • Add Presentation Exchange module (a085c81)
  • Add SIOPv2OID4VP RP auth and REST module (91b1da3)
  • move to pnpm (2714a9c)

Reverts

  • Revert "chore: remove plugin schemas" (2870d77)

0.9.0 (2023-03-09)

Bug Fixes

  • credential mapper for jtw (f04345b)
  • Fix DID handling in OP session (926e358)
  • Incorrect verification method id returned when signing credentials in some cases (c508507)
  • Move parseDid method to ssi-types (0b28de3)

Features

  • Add jwt as signature when decoding JWT VCs/VPs (f089ac1)
  • Allow to relax JWT timing checks, where the JWT claim is slightly different from the VC claim. Used for issuance and expiration dates (85bff6d)
  • Create VP in OP Authenticator and allow for callbacks (0ed86d8)
  • Make sure VP type corresponds with PEX definition (129b663)
  • Make sure VP type corresponds with PEX definition (3dafa3f)
  • Update SIOP OP to be in line wiht latest SIOP and also supporting late binding of identifiers (2beea04)

0.8.0 (2022-09-03)

Note: Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator

0.7.0 (2022-08-05)

Note: Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator

0.6.0 (2022-07-01)

Features

  • Add custom DID resolver support (45cea11)
  • Add default DID resolver support (eebce18)
  • Add did resolver and method support per OpSession (9378b45)
  • Add did resolver and method support per OpSession (a9f7afc)
  • Add supported DID methods (df74ccd)
  • Add supported DID methods (7322265)

0.5.1 (2022-02-23)

Note: Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator

0.5.0 (2022-02-23)

Note: Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator

0.4.0 (2022-02-11)

Note: Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator

0.3.4 (2022-02-11)

Bug Fixes

0.3.1 (2022-01-28)

Note: Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator

0.3.0 (2022-01-16)

Note: Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator

0.2.0 (2021-12-16)

Note: Version bump only for package @sphereon/ssi-sdk-did-auth-siop-authenticator