Skip to content

Commit 7d93832

Browse files
committed
chore(release): v0.16.0
1 parent c04bdf4 commit 7d93832

19 files changed

Lines changed: 3398 additions & 3251 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)
7+
8+
### Bug Fixes
9+
10+
- add some dpop unit tests ([c24a898](https://github.com/Sphereon-Opensource/OID4VCI/commit/c24a8985b8c788c5947b9493c1d74185a419d7f9))
11+
- ensure correct token_type in response ([668c53f](https://github.com/Sphereon-Opensource/OID4VCI/commit/668c53f012710c72c586343adb054da562a84d46))
12+
- header casing ([b696dba](https://github.com/Sphereon-Opensource/OID4VCI/commit/b696dba42be0c8b69c3c2425149b54ecbf222cae))
13+
- headers for error response ([4c8319e](https://github.com/Sphereon-Opensource/OID4VCI/commit/4c8319e894ee7602a5a84840526b18c1c323959f))
14+
- incorrect usage of errorBody ([f25b7d6](https://github.com/Sphereon-Opensource/OID4VCI/commit/f25b7d67e238fcaa0ecf8c8eab49bea0720f7d5e))
15+
- jwk thumprint using crypto.subtle ([56a291c](https://github.com/Sphereon-Opensource/OID4VCI/commit/56a291c2a59c2966fdf428d7cf7e2e69389fd38b))
16+
- nits ([1a54e69](https://github.com/Sphereon-Opensource/OID4VCI/commit/1a54e6966da62e4796640dd73393fd0fdc5c76b4))
17+
- prettier + eslint ([57c7592](https://github.com/Sphereon-Opensource/OID4VCI/commit/57c7592f1cd787321d8ded8c89013076b428a9c8))
18+
- redirect uri should not be set with direct_post ([42c8ddd](https://github.com/Sphereon-Opensource/OID4VCI/commit/42c8dddf8c0ec76de98052198a27fe4409903918))
19+
- remove bug for txCode ([57ca020](https://github.com/Sphereon-Opensource/OID4VCI/commit/57ca0203bb9f90bb9e9b21e22aa5bc492bfcff4c))
20+
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))
21+
- scope and par fixes ([71e72aa](https://github.com/Sphereon-Opensource/OID4VCI/commit/71e72aa24b208e5d9597351c45da312cddc04e0a))
22+
- some imports ([5034468](https://github.com/Sphereon-Opensource/OID4VCI/commit/5034468ab464f39e0c82cf09af8605d23d1f81f6))
23+
- some last nits ([3c71599](https://github.com/Sphereon-Opensource/OID4VCI/commit/3c715992fe8c52e32147c3bc0aaf7c2ea8fb9741))
24+
- v11 metadata type ([0a8470b](https://github.com/Sphereon-Opensource/OID4VCI/commit/0a8470b6cb7cfe8778e82e0251a0c08ec9a20e32))
25+
- varname ([f92b2b9](https://github.com/Sphereon-Opensource/OID4VCI/commit/f92b2b938b4d497970b4a2a07e9d0764dbb98528))
26+
27+
### Features
28+
29+
- add additional dpop retry mechanisms ([a102854](https://github.com/Sphereon-Opensource/OID4VCI/commit/a1028540432115f26677a860bf6bac10e630a1d9))
30+
- address feedback part 2 ([01f6d4d](https://github.com/Sphereon-Opensource/OID4VCI/commit/01f6d4d7884c7f49f4395f7ec9ba12ee9b0a8668))
31+
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
32+
- dpop support ([9202667](https://github.com/Sphereon-Opensource/OID4VCI/commit/92026678c745b770957f5bae290ae7b456601fd2))
33+
- incorporate feedback and fix tests ([c7c6af4](https://github.com/Sphereon-Opensource/OID4VCI/commit/c7c6af464d9fda53b86c3095feca5705df9e92cc))
34+
- incorporate feedback part1 ([f30475a](https://github.com/Sphereon-Opensource/OID4VCI/commit/f30475a8c98f869ffe82e67f59231a4faf182a98))
35+
- rename common to oid4vci-common ([9efbf32](https://github.com/Sphereon-Opensource/OID4VCI/commit/9efbf32a68ae8b9b91be23c2fb07138181fe5af4))
36+
637
## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)
738

839
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"npmClient": "pnpm",
55
"command": {
66
"publish": {

packages/callback-example/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)
7+
8+
### Bug Fixes
9+
10+
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))
11+
12+
### Features
13+
14+
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
15+
616
## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)
717

818
**Note:** Version bump only for package @sphereon/oid4vci-callback-example

packages/callback-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/oid4vci-callback-example",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "OpenID 4 Verifiable Credential Issuance issuer callback example",
55
"source": "lib/index.ts",
66
"main": "dist/index.js",
@@ -10,12 +10,12 @@
1010
"build:clean": "tsc --build --clean && tsc --build"
1111
},
1212
"dependencies": {
13-
"@sphereon/oid4vc-common": "workspace:*",
1413
"@digitalcredentials/did-method-key": "^2.0.3",
1514
"@digitalcredentials/ed25519-signature-2020": "^3.0.2",
1615
"@digitalcredentials/ed25519-verification-key-2020": "^4.0.0",
1716
"@digitalcredentials/security-document-loader": "^1.0.0",
1817
"@digitalcredentials/vc": "^5.0.0",
18+
"@sphereon/oid4vc-common": "workspace:*",
1919
"@sphereon/oid4vci-client": "workspace:*",
2020
"@sphereon/oid4vci-common": "workspace:*",
2121
"@sphereon/oid4vci-issuer": "workspace:*",

packages/client/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)
7+
8+
### Bug Fixes
9+
10+
- ensure correct token_type in response ([668c53f](https://github.com/Sphereon-Opensource/OID4VCI/commit/668c53f012710c72c586343adb054da562a84d46))
11+
- header casing ([b696dba](https://github.com/Sphereon-Opensource/OID4VCI/commit/b696dba42be0c8b69c3c2425149b54ecbf222cae))
12+
- headers for error response ([4c8319e](https://github.com/Sphereon-Opensource/OID4VCI/commit/4c8319e894ee7602a5a84840526b18c1c323959f))
13+
- incorrect usage of errorBody ([f25b7d6](https://github.com/Sphereon-Opensource/OID4VCI/commit/f25b7d67e238fcaa0ecf8c8eab49bea0720f7d5e))
14+
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))
15+
- scope and par fixes ([71e72aa](https://github.com/Sphereon-Opensource/OID4VCI/commit/71e72aa24b208e5d9597351c45da312cddc04e0a))
16+
- varname ([f92b2b9](https://github.com/Sphereon-Opensource/OID4VCI/commit/f92b2b938b4d497970b4a2a07e9d0764dbb98528))
17+
18+
### Features
19+
20+
- add additional dpop retry mechanisms ([a102854](https://github.com/Sphereon-Opensource/OID4VCI/commit/a1028540432115f26677a860bf6bac10e630a1d9))
21+
- address feedback part 2 ([01f6d4d](https://github.com/Sphereon-Opensource/OID4VCI/commit/01f6d4d7884c7f49f4395f7ec9ba12ee9b0a8668))
22+
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
23+
- dpop support ([9202667](https://github.com/Sphereon-Opensource/OID4VCI/commit/92026678c745b770957f5bae290ae7b456601fd2))
24+
- incorporate feedback and fix tests ([c7c6af4](https://github.com/Sphereon-Opensource/OID4VCI/commit/c7c6af464d9fda53b86c3095feca5705df9e92cc))
25+
- incorporate feedback part1 ([f30475a](https://github.com/Sphereon-Opensource/OID4VCI/commit/f30475a8c98f869ffe82e67f59231a4faf182a98))
26+
627
## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)
728

829
### Bug Fixes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/oid4vci-client",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
55
"source": "lib/index.ts",
66
"main": "dist/index.js",

packages/common/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)
7+
8+
### Bug Fixes
9+
10+
- add some dpop unit tests ([c24a898](https://github.com/Sphereon-Opensource/OID4VCI/commit/c24a8985b8c788c5947b9493c1d74185a419d7f9))
11+
- jwk thumprint using crypto.subtle ([56a291c](https://github.com/Sphereon-Opensource/OID4VCI/commit/56a291c2a59c2966fdf428d7cf7e2e69389fd38b))
12+
- nits ([1a54e69](https://github.com/Sphereon-Opensource/OID4VCI/commit/1a54e6966da62e4796640dd73393fd0fdc5c76b4))
13+
- prettier + eslint ([57c7592](https://github.com/Sphereon-Opensource/OID4VCI/commit/57c7592f1cd787321d8ded8c89013076b428a9c8))
14+
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))
15+
- some last nits ([3c71599](https://github.com/Sphereon-Opensource/OID4VCI/commit/3c715992fe8c52e32147c3bc0aaf7c2ea8fb9741))
16+
17+
### Features
18+
19+
- add additional dpop retry mechanisms ([a102854](https://github.com/Sphereon-Opensource/OID4VCI/commit/a1028540432115f26677a860bf6bac10e630a1d9))
20+
- address feedback part 2 ([01f6d4d](https://github.com/Sphereon-Opensource/OID4VCI/commit/01f6d4d7884c7f49f4395f7ec9ba12ee9b0a8668))
21+
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
22+
- dpop support ([9202667](https://github.com/Sphereon-Opensource/OID4VCI/commit/92026678c745b770957f5bae290ae7b456601fd2))
23+
- incorporate feedback and fix tests ([c7c6af4](https://github.com/Sphereon-Opensource/OID4VCI/commit/c7c6af464d9fda53b86c3095feca5705df9e92cc))
24+
- incorporate feedback part1 ([f30475a](https://github.com/Sphereon-Opensource/OID4VCI/commit/f30475a8c98f869ffe82e67f59231a4faf182a98))
25+
- rename common to oid4vci-common ([9efbf32](https://github.com/Sphereon-Opensource/OID4VCI/commit/9efbf32a68ae8b9b91be23c2fb07138181fe5af4))
26+
627
## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)
728

829
### Bug Fixes

packages/common/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/oid4vc-common",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "OpenID 4 Verifiable Credentials Common",
55
"source": "lib/index.ts",
66
"main": "dist/index.js",
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"@sphereon/ssi-types": "0.28.0",
1414
"jwt-decode": "^4.0.0",
15+
"sha.js": "^2.4.11",
1516
"uint8arrays": "3.1.1",
16-
"uuid": "^9.0.0",
17-
"sha.js": "^2.4.11"
17+
"uuid": "^9.0.0"
1818
},
1919
"devDependencies": {
2020
"@types/jest": "^29.5.12",
21-
"@types/uuid": "^9.0.1",
2221
"@types/sha.js": "^2.4.4",
22+
"@types/uuid": "^9.0.1",
2323
"typescript": "5.4.5"
2424
},
2525
"engines": {

packages/did-auth-siop-adapter/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)
7+
8+
### Bug Fixes
9+
10+
- prettier + eslint ([57c7592](https://github.com/Sphereon-Opensource/OID4VCI/commit/57c7592f1cd787321d8ded8c89013076b428a9c8))
11+
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))
12+
13+
### Features
14+
15+
- add additional dpop retry mechanisms ([a102854](https://github.com/Sphereon-Opensource/OID4VCI/commit/a1028540432115f26677a860bf6bac10e630a1d9))
16+
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
17+
618
## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)
719

820
### Bug Fixes

packages/did-auth-siop-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/did-auth-siop-adapter",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP) did adapter",
55
"source": "lib/index.ts",
66
"main": "dist/index.js",
@@ -10,9 +10,9 @@
1010
"clean": "rimraf dist coverage"
1111
},
1212
"dependencies": {
13-
"@sphereon/oid4vc-common": "workspace:*",
1413
"@sphereon/did-auth-siop": "workspace:*",
1514
"@sphereon/did-uni-client": "^0.6.2",
15+
"@sphereon/oid4vc-common": "workspace:*",
1616
"@sphereon/wellknown-dids-client": "^0.1.3",
1717
"did-jwt": "6.11.6",
1818
"did-resolver": "^4.1.0"

0 commit comments

Comments
 (0)