Skip to content

Commit

Permalink
chore: prep release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 29, 2024
1 parent 867bbf7 commit 5441c91
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# Release Notes

The DID Auth SIOP typescript library is still in an alpha state at this point. Please note that the interfaces might
The DID Auth SIOP typescript library is still in an beta state at this point. Please note that the interfaces might
still change a bit as the software still is in active development.

## 0.6.0 - 2024-02-29
- Added:
- Initial support for SIOPv2 draft 11
- Initial support for OID4VP draft 18
- SD-JWT support
- Partial support for http(s) client_ids instead of DIDs. No validation for keys in this case yet though!
- Convert presentation submissions that inadvertently come in from external OPs as a string instead of an object
- Allow id-token only handling
- Allow vp-token only handling
- EBSI support
- Fixed:
- issue with determining whether a Presentation Definition reference has been used
- vp_token handling and nonce management was incorrect in certain cases (for instance when no id token is used)
- Make sure a presentation verification callback result throws an error if it does not verify
- Do not put VP token in the id token as default for spec versions above v10 if no explicit location is provided
- Several small fixes

## 0.4.2 - 2023-10-01

Fixed an issue with did:key resolution used in Veramo
Expand Down

0 comments on commit 5441c91

Please sign in to comment.