Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 3704912

Browse files
committed
chore: Prepare for 0.2.6 release
1 parent 9184eeb commit 3704912

File tree

3 files changed

+29
-1405
lines changed

3 files changed

+29
-1405
lines changed

CHANGELOG.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Release Notes
2+
The DID Auth SIOP typescript library is still in an alpha state at this point. Please note that the interfaces might still change a bit as the software still is in active development.
3+
4+
5+
## v0.2.6 - 2022-02-10
6+
7+
- Added:
8+
- Supplied signature support. Allowing to integrate signature callbacks, next to supplying private keys or using external custodial signing with authn/authz
29

3-
## v0.2.5 - 2022-01-26
410

5-
This is an Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development.
11+
## v0.2.5 - 2022-01-26
612

713
- Updated:
814
- Update @sphereon/pex to the latest stable version v1.0.2
@@ -11,15 +17,11 @@ This is an Alpha release of the DID Auth SIOP typescript library. Please note th
1117

1218
## v0.2.4 - 2022-01-13
1319

14-
This is an Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development.
15-
1620
- Updated:
1721
- Update @sphereon/pex to latest stable version v1.0.1
1822

1923
## v0.2.3 - 2021-12-10
2024

21-
This is an Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development.
22-
2325
- Fixed:
2426
- Check nonce and did support first before verifying JWT
2527

@@ -29,31 +31,24 @@ This is an Alpha release of the DID Auth SIOP typescript library. Please note th
2931

3032
## v0.2.2 - 2021-11-29
3133

32-
This is an Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development.
33-
3434
- Updated:
3535
* Updated dependencies
3636

3737
## v0.2.1 - 2021-11-28
3838

39-
This is the fourth Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development.
40-
4139
- Updated:
4240
* Presentation Exchange updated to latest pe-js version 0.5.x. The eventual Presentation is not a VP yet (proof will be in next minor release)
4341
* Update Uni Resolver client to latest version 0.3.3
4442

4543
## v0.2.0 - 2021-10-06
4644

47-
This is the third Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development.
48-
4945
- Added:
5046
* Presentation Exchange support [OpenID Connect for Verifiable Presentations(https://openid.net/specs/openid-connect-4-verifiable-presentations-1_0.html)
5147

5248
- Fixed:
5349
* Many bug fixes (see git history)
5450

5551
## v0.1.1 - 2021-09-29
56-
This is the second Alpha release of the DID Auth SIOP typescript library. Please note that the interfaces might still change a bit as the software still is in active development.
5752

5853
- Fixed:
5954
* Packaging fix for the did-jwt fork we include for now

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphereon/did-auth-siop",
3-
"version": "0.2.12-bram",
3+
"version": "0.2.6",
44
"main": "dist/main/index.js",
55
"types": "dist/main/index.d.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)