Skip to content

Commit 9f5fb71

Browse files
chore(release): new version (#68)
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
1 parent 99a2374 commit 9f5fb71

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/quiet-roses-kick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spicy-scissors-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tender-rules-sip.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

dcql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dcql
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- d6db07d: feat: support multiple values for trusted authority of a credential. For example 'aki' trusted authority must match one of the hashes of the credential x509 chain, meaning multiple values could be provided for a single credential. Therefore values is now always an array, even though most (e.g. openid_federation) will only be bound to a single value.
8+
- fe2beaa: refactor: always return `undefined` or a non-empty array for claims, credentials, trusted authorities, etc. This provides more consistency for the different places in the library where arrays are returned. If the value is defined, you can now always be sure there's at least one item in the array
9+
- fe2beaa: refactor: passing an empty credential array to the dcql library will now return an normal result with `valid_credentials` and `failed_credentials` being `undefined` for all credentials from the DCQL query. This to still allow using the context of the DCQL query result to build the UI for a request.
10+
311
## 0.4.2
412

513
### Patch Changes

dcql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dcql",
33
"description": "Digital Credentials Query Language (DCQL)",
44
"author": "Martin Auer",
5-
"version": "0.4.2",
5+
"version": "0.5.0",
66
"private": false,
77
"publishConfig": {
88
"main": "./dist/index.js",

0 commit comments

Comments
 (0)