This repository was archived by the owner on Feb 20, 2024. It is now read-only.
Releases: digicatapult/dscp-api
Releases · digicatapult/dscp-api
v2.7.0
What's Changed
Other Changes
- Feature/helm chart by @dblane-digicatapult in #26
Full Changelog: v2.6.4...v2.7.0
v2.6.4
What's Changed
Other Changes
- Fixes insecure deps, mock-jwks insecure dep remains by @dblane-digicatapult in #25
New Contributors
- @dblane-digicatapult made their first contribution in #25
Full Changelog: v2.6.3...v2.6.4
v2.6.3
What's Changed
Other Changes
- update and pin node version by @danielcooperxyz in #23
New Contributors
- @danielcooperxyz made their first contribution in #23
Full Changelog: v2.6.2...v2.6.3
v2.6.2
What's Changed
Bug Fixes 🐛
- Add missing headers for metadata files by @jonmattgray in #22
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
Bug Fixes 🐛
- Replace rather than update latest releases by @jonmattgray in #21
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
Breaking Changes 🛠
- Use demo roles by @jonmattgray in #20
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
Maintenance 🔧
- Automatically generated release notes by @jonmattgray in #19
Full Changelog: v2.5.0...v2.5.1
Release v2.5.0
Feature/tokenid metadata (#16) * add TokenId in metadata + tests * npm audit fix * check exact response in tests * Add missing return * improve metadata validation
Release v2.4.1
Bump package versions
Release v2.4.0
Token traceability (#15) * update docs * use multer and add parent_index validation * version bump * duplicate parent test and clean up * add Output type * bump node version * add command for node image in docker-compose * remove use of env from docker-compose for node * compare full error messages and remove unnecessary deep equals * remove comments