|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 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 | + |
6 | 37 | ## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23) |
7 | 38 |
|
8 | 39 | ### Bug Fixes |
|
0 commit comments