Releases: uncefact/project-vckit
Releases · uncefact/project-vckit
Release 1.0.0-beta.10
What's Changed
- feat: bitstring status list issue with enveloping proof by @namhoang1604 in #216
Full Changelog: v1.0.0-beta.9...v1.0.0-beta.10
Release 1.0.0-beta.9
What's Changed
- fix: adjust bitstring status list model by @namhoang1604 in #214
- feat: implement authenticate for vc api by @namhoang1604 in #215
Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9
Release 1.0.0-beta.8
What's Changed
- add ui by @arpentnoir in #1
- Pulumi by @arpentnoir in #2
- feat(agent): initialise agent library by @arpentnoir in #3
- update by @arpentnoir in #68
- updates by @arpentnoir in #71
- feat: add aunauthenticated qrcode route by @arpentnoir in #72
- initial suite of rfc stubs by @arpentnoir in #76
- fix: add correct api-doc router to default config by @arpentnoir in #82
- feat: import oa-renderer to project-vckit by @toannvit in #75
- 0041: implement renderer plugin by @namhoang1604 in #79
- feat: implement credential oa plugin by @toannvit in #83
- docs: adds detail to vc-api rfc by @arpentnoir in #91
- chore: add pull request template by @arpentnoir in #99
- chore: add @type/react-dom for OA renderer by @namhoang1604 in #96
- feat: implement OAuth middleware for express API by @namhoang1604 in #95
- refactor: credential OA by @namhoang1604 in #97
- test: add the e2e testing package by @namhoang1604 in #90
- feat: implement vc-api issuer interfaces by @toannvit in #98
- chores from next by @arpentnoir in #102
- Config fixes by @arpentnoir in #103
- publish by @arpentnoir in #108
- fix: get correct information for issuer for OA document by @toannvit in #114
- chore: update the unit test configurations by @namhoang1604 in #113
- chore: test todo action by @arpentnoir in #123
- fix: add did identity proof check for oa verify by @namhoang1604 in #121
- feat: demo agent explorer ui by @arpentnoir in #111
- feat: include credential in response from agent by @arpentnoir in #131
- feat: vc api for the holder and the verifier by @namhoang1604 in #107
- fix: renderer expand jsonld incorrectly by @namhoang1604 in #133
- Chore/clean up by @namhoang1604 in #137
- feat: implement the encrypted storage plugin by @namhoang1604 in #135
- feat: react components package, QR code component by @namhoang1604 in #134
- Feat: revocation list 2020 by @namhoang1604 in #136
- Integration the QR code, revoction list 2020 and encrypted storage plugins by @namhoang1604 in #138
- feat: credential router by @namhoang1604 in #139
- chore: disable github action for todo by @namhoang1604 in #140
- docs: update readme by @namhoang1604 in #141
- refactor: vc api structure by @namhoang1604 in #142
- docs: update instruction for node and pnpm version by @namhoang1604 in #144
- docs: fix typo and update instruction by @namhoang1604 in #145
- fix: rendering issue by @namhoang1604 in #148
- fix: update migration index by @namhoang1604 in #149
- Updated sqlite to 5.1.1 from 5.0.8 so that apple silicon didn't need to cmpile the package by @zachzeus in #150
- refactor: revocation list by @namhoang1604 in #147
- fix: disable openattestation until metadata is configured by @hoa-ngo-gs in #151
- fix: remove openattestation field update for input change by @hoa-ngo-gs in #152
- chore: setup ci cd by @namhoang1604 in #154
- fix: minor issues by @namhoang1604 in #153
- fix: cd script by @namhoang1604 in #155
- refactor: renderer method context and revocation list to map the context by @namhoang1604 in #156
- feat: implement merkle disclosure proof 2021 by @namhoang1604 in #157
- chore: upgrade dependencies by @namhoang1604 in #158
- test: improve unit test in renderer package by @ldhyen99 in #159
- feat: enhance credentials page for demo explorer package by @ldhyen99 in #161
- test: improve unit test of credential router package by @ldhyen99 in #160
- docs: update README.md documentation by @huynguyen-hl in #164
- refactor: cache the context to reduce fetching by @namhoang1604 in #165
- chore: add dockerfile in demo explorer by @ldhyen99 in #169
- feat: dockerise vckit api by @huynguyen-hl in #168
- feat: add compute hash utils by @ldhyen99 in #175
- feat: bitstring status list entry by @huynguyen-hl in #176
- feat: implement vc api v2 in open api by @ldhyen99 in #178
- fix: add interface for compute hash by @ldhyen99 in #179
- chore: update agent config file by @ldhyen99 in #181
- chore: add cicd for running unit test when creating PR by @ldhyen99 in #180
- fix: bug fix for dockerize by @huynguyen-hl in #174
- chore: update DockerFile and agent template by @namhoang1604 in #183
- chore: update vckit Dockerfile by @huynguyen-hl in #184
- chore: update default agent for Status plugin by @namhoang1604 in #186
- chore: change node version to 20.12.2 by @ducpm511 in #187
- fix: using revocation list on explorer and handle no hash by @namhoang1604 in #192
- chore: update arguments and envs for the Dockerfile by @huynguyen-hl in #194
- feat: implement renderer 2024 provider by @ducpm511 in #177
- docs: add documentation site by @namhoang1604 in #198
- fix: Provide meaningful error message when signature verification fails by @ldhyen99 in #197
- feat: create git workflow for release tagging and generate the release note by @ducpm511 in #199
- parameterised API Key for Docker builds (#203) by @jballment in #204
- changed Dockerfile to use default agent.template.yml (#201) by @jballment in #205
- feat(cd): ghcr.io setup and docker image build workflow by @kshychko in #206
- docs: update identifier creation by @ashleythedeveloper in #208
- chore: update bitstring status package by @ashleythedeveloper in #211
- Feat: Add
eddsa-rdfc-2022-cryptosuite
Plugin by @huynguyen-hl in #200 - feat: enveloping proof by @ldhyen99 in #207
- chore: update workflow and dockerfile by @namhoang1604 in #213
New Contributors
- @toannvit made their first contribution in #75
- @zachzeus made their first contribution in #150
- @hoa-ngo-gs made their first contribution in #151
- @jballment made their first contribution in #204
- @kshychko made their first contribution in #206
- @ashleythedeveloper made their first contribution in #208
Full Changelog: https://github.com/uncefact/project-vckit/commits/v1.0.0-beta.8