All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.30.1 (2024-10-01)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.29.0 (2024-08-01)
- Doesn't make sense to always download issuer images, even if we already have it stored. Other stability improvements for image handling (b836ca1)
0.28.0 (2024-07-23)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.27.0 (2024-07-07)
- Allow EBSI attestation client to be the start of a regular VCI flow (afffd39)
0.26.0 (2024-06-19)
- Allow to pass in options when emitting link handler events (0293342)
- Allow to pass in state for url handler handle methods, allowing a statemachine to continue, without database persistence (16e06e8)
0.25.0 (2024-06-13)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.24.0 (2024-06-05)
- updated oid4vci-holder to support full flow (63be076)
0.23.4 (2024-04-25)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.23.0 (2024-04-24)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.22.0 (2024-04-04)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.21.1 (2024-04-04)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.21.0 (2024-03-20)
- Remove BBS support. (205e0db)
- 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)
- changed image-size library version to a react friendly one (308bad7)
- changed the image-size usage to handle uint8array (1a0e080)
- fixed the svg problem with image-size (d7823eb)
- modified handling svg files in ssi-sdk.core (c86188e)
0.18.1 (2024-01-19)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.18.0 (2024-01-13)
- added ssi-sdk.core to data-store tsconfig plus added exposed query function to enablePostgresUuidExtension signature (cb5d8cb)
- added WithTypeOrmQuery type to core module and renamed enableUuidv4 to enablePostgresUuidExtension (9bfb597)
- document added (80112ec)
- export enablePostgresUuidExtension and WithTypeOrmQuery to core exports (5161837)
- refactored usages of enablePostgresUuidExtension to accept queryRunner as the main param (3654a8a)
- Add bearer token support using callback function (4528881)
- Add static bearer token callback function option (2d5cd5a)
0.17.5 (2023-10-01)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.17.4 (2023-10-01)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.17.3 (2023-09-30)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.17.2 (2023-09-30)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.17.1 (2023-09-28)
- update deps to fix an issue with VCI offer ids not mapping on issuer metadata (aa6f98c)
0.17.0 (2023-09-28)
- 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)
- Fix multibase/codec code (4354927)
- Add support for an OIDC BFF Passport based solution to express. Allows for SPA to work IDPs that require confidential clients (d4e082c)
0.15.1 (2023-08-10)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.15.0 (2023-08-10)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.14.1 (2023-07-31)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.14.0 (2023-07-30)
- Fix relative DID resolution and Json websignature 2020 verification for ED25519 and some other algs (ca2682c)
- VP did resolution from agent (aa3f3f1)
0.13.0 (2023-06-24)
- 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)
- move to pnpm (2714a9c)
0.11.0 (2023-05-07)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.10.0 (2023-04-30)
- cleanup package.json files (0cc08b6)
0.9.0 (2023-03-09)
- Move parseDid method to ssi-types (0b28de3)
- 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)
0.8.0 (2022-09-03)
- Remove most deps from ssi-sdk-core to prevent circular deps (b4151a9)
- Create common SSI types package (0fdc372)
0.7.0 (2022-08-05)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.6.0 (2022-07-01)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.5.0 (2022-02-23)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.4.0 (2022-02-11)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.3.4 (2022-02-11)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.3.1 (2022-01-28)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.3.0 (2022-01-16)
Note: Version bump only for package @sphereon/ssi-sdk.core
0.2.0 (2021-12-16)
- Multibase encoding didn't include the prefix char (1be44b7)
- Add JSON-LD Credential and Presentation handling/sign support that is compatible with React-Native (995f55e)