All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.32.0 (2024-12-05)
- Format mapping for PD (4e18635)
- 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.data-store
0.29.0 (2024-08-01)
- expose date(time) types per database. Also enhance the datasources capabilities (dd37e77)
- update to new keyRefs instead of kids (e969b97)
0.28.0 (2024-07-23)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.27.0 (2024-07-07)
- added branding as an optional parameter to the party (0b46c70)
- Callback listeeners (fce3670)
- EBSI DID registraiton/management (7195786)
- EBSI headless attestation credentials (6b6ad14)
- fixes after merge, modified some comment and prettier (daebd26)
0.26.0 (2024-06-19)
0.25.0 (2024-06-13)
- fix physical address building name validation (b3508c0)
- removed not null constraint from the SQL statement that adds the origin column (95929d1)
- (WIP) added ownerId, tenantId, and origin. (d9b8623)
- added pd-manager / pd-store (ed77532)
- Added the StudentEntity and refactored the migrations (fb36a51)
0.24.0 (2024-06-05)
- enum fixes (dc3fb0d)
- updated oid4vci-holder to support full flow (63be076)
0.23.4 (2024-04-25)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.23.0 (2024-04-24)
- add PhysicalAddress migrations to postgres (afd441c)
- added default value to PartyType.origin (8b9d5d2)
- adjust PhysicalAddress postgres migration to follow code standards (b8540fe)
- Allowing null values of enum type column (a4bc42b)
- Fixed origin column name (d7a6ec1)
- made party origin mandatory in the *Args types (d8e8560)
- rework fix to include missing table in existing migration (0862dbd)
- set uri to nullable in Party table (38318ae)
- Added PartyOriginEnum to PartyType, wrote migrations and updated tests and updated the contact manager plugin (07d8c1f)
0.22.0 (2024-04-04)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.21.1 (2024-04-04)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.21.0 (2024-03-20)
- changed the logic for getting validFrom (7a7940b)
- fixed failing test cases and added more test cases for getting data from the raw data (6f5b50b)
- fixed import (cf67a50)
- fixed XStatePersistence plugin and fixed the tests (56d8f18)
- refactored UniformCredential names to digitalCredential, added utility methods for getting the credential document type (a0c5530)
- (WIP) added tenant aware credential store (db68113)
- added pagination to digital credential store (ecefdcf)
- added tenant aware credential store (312698e)
- Allow to use a customInstanceId as well as an existingInstanceId, so we can differentiate between re-using an existing machine and using a custom id (3aeb93d)
- Created migrations and refactored the database layer (8672b82)
- Revert "chore: Make sure plugins having listener methods, actually expose the interface" (99db568)
- 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)
- added physical and electronic addresses to contact-manager (76f78b3)
- event-logger improvements (a3fdcd2)
0.18.1 (2024-01-19)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
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)
- 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)
- added enableUuidv4 to data-store exports (d7c1237)
0.17.5 (2023-10-01)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.17.4 (2023-10-01)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.17.3 (2023-09-30)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.17.2 (2023-09-30)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
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)
- Add support for an OIDC BFF Passport based solution to express. Allows for SPA to work IDPs that require confidential clients (d4e082c)
- statuslist2021 support (2649b95)
- statuslist2021 support (46986dd)
0.15.1 (2023-08-10)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.15.0 (2023-08-10)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.14.1 (2023-07-31)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.14.0 (2023-07-30)
- 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)
0.11.0 (2023-05-07)
- Create new agent-config module to replace the deps on Veramo cli, which pulls in everything (673856f)
0.10.0 (2023-04-30)
- cleanup package.json files (0cc08b6)
- Add better internal handling of JWT proof values used in JsonLD converted credentials (90004c5)
- added holder role to contact types (728c8e1)
- Update to v2 PEX and v0.3 SIOP packages (80398e3)
0.9.0 (2023-03-09)
- 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)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.7.0 (2022-08-05)
Note: Version bump only for package @sphereon/ssi-sdk.data-store
0.6.0 (2022-07-01)
Note: Version bump only for package @sphereon/ssi-sdk.data-store