Skip to content

Commit

Permalink
chore: Prepare for 0.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 10, 2022
1 parent 9184eeb commit 3704912
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1,405 deletions.
21 changes: 8 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Release Notes
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.


## v0.2.6 - 2022-02-10

- Added:
- Supplied signature support. Allowing to integrate signature callbacks, next to supplying private keys or using external custodial signing with authn/authz

## v0.2.5 - 2022-01-26

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.
## v0.2.5 - 2022-01-26

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

## v0.2.4 - 2022-01-13

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.

- Updated:
- Update @sphereon/pex to latest stable version v1.0.1

## v0.2.3 - 2021-12-10

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.

- Fixed:
- Check nonce and did support first before verifying JWT

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

## v0.2.2 - 2021-11-29

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.

- Updated:
* Updated dependencies

## v0.2.1 - 2021-11-28

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.

- Updated:
* 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)
* Update Uni Resolver client to latest version 0.3.3

## v0.2.0 - 2021-10-06

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.

- Added:
* Presentation Exchange support [OpenID Connect for Verifiable Presentations(https://openid.net/specs/openid-connect-4-verifiable-presentations-1_0.html)

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

## v0.1.1 - 2021-09-29
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.

- Fixed:
* Packaging fix for the did-jwt fork we include for now
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/did-auth-siop",
"version": "0.2.12-bram",
"version": "0.2.6",
"main": "dist/main/index.js",
"types": "dist/main/index.d.ts",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 3704912

Please sign in to comment.