Releases: FIWARE/VCVerifier
Releases · FIWARE/VCVerifier
6.12.0-PRE-91
Merge dd9dfb1d79a66531ec2afefa1b2a0228772bba12 into 63b14760e9da8ce3b…
6.11.0
Merge pull request #81 from FIWARE/trustbloc All three trustbloc libraries (did-go, vc-go, kms-go) and their transitive dependencies (bbs-signature-go, sidetree-go) have been replaced with custom, in-project implementations. This eliminates a set of unmaintained third-party dependencies while preserving full functional equivalence.
6.11.0-PRE-81
Commits
- 129d096: Step 0: Add missing tests for trustbloc-dependent code (#1) (claude) #81
- 08504d9: Step 1: Introduce local credential/presentation types (#2) (claude) #81
- bc556bb: Step 2: Custom DID resolution package (#3) (claude) #81
- 6ac0a12: Step 3: Replace DID resolution in jwt_verifier.go (#4) (claude) #81
- b24f38d: Step 4: Replace DID resolution in key_resolver, request_object_client, api_api (#5) (claude) #81
- 3134471: Step 5: Replace DID resolution in gaiax/gaiaXClient.go (#6) (claude) #81
- 87c5e21: Step 6: Migrate production code to local credential/presentation types (Stefan Wiedemann) #81
- c62fdab: Merge pull request 'Step 6: Migrate to local credential/presentation types' (#7) from step-6-local-credential-types into trustbloc (wistefan) #81
- 9d7296b: Step 7: Custom VP/VC parsing (#8) (claude) #81
- 9095718: Step 8: Custom SD-JWT verification (#9) (claude) #81
- 6f51b4a: Step 9: Custom credential content validation (#10) (claude) #81
- e8a68fc: Step 11: Replace trustbloc in tir/tokenProvider.go (#11) (claude) #81
- 3e95be8: Step 12: Remove all trustbloc dependencies (#12) (claude) #81
- 741c11e: Merge branch 'main' into trustbloc (Stefan Wiedemann) #81
- 5656a05: Update pre-release.yml (Stefan Wiedemann) #81
- 717b1d0: Merge branch 'main' into trustbloc (Stefan Wiedemann) #81
- ebac28d: fix import (Stefan Wiedemann) #81
- e5e05d8: Merge branch 'main' into trustbloc (Stefan Wiedemann) #81
- d7cb3c5: fix test (Stefan Wiedemann) #81
- abc2b47: Merge remote-tracking branch 'refs/remotes/origin/trustbloc' into trustbloc (Stefan Wiedemann) #81
- db1860a: merge fixes (Stefan Wiedemann) #81
- 8478bec: Merge branch 'main' into trustbloc (Stefan Wiedemann) #81
- a888372: remove coveralls (Stefan Wiedemann) #81
- 36438c9: clean (Stefan Wiedemann) #81
- d1d8c92: clean (Stefan Wiedemann) #81
- 3ff8b19: clean (Stefan Wiedemann) #81
- fd4ac6a: Merge branch 'main' into trustbloc (Stefan Wiedemann) #81
- 2c7bff1: fix on the right branch... (Stefan Wiedemann) #81
- 72497de: Merge branch 'main' into trustbloc (Stefan Wiedemann) #81
- f0be5a7: Merge 72497de into a4a633b (Stefan Wiedemann)
6.10.2
Merge pull request #89 from FIWARE/fix/token-required-claims fix(oidc): add iat claim and set supported alg base on signing key fix(openid): base id_token_signing_alg_values_supported on signing key algorithm
6.10.2-PRE-89
Bug Fixes
- openid: base id_token_signing_alg_values_supported on signing key algorithm #89 (Miguel Ortega)
- token: add iat claim to generated tokens #89 (Miguel Ortega)
Commits
6.10.1
Merge pull request #90 from FIWARE/fix-til-cache use the correct cache
6.10.1-PRE-90
6.10.1-PRE-89
6.10.0
Merge pull request #88 from FIWARE/fix/ui-expire WebSocket Error Handling and Token Expiration Fix
6.10.0-PRE-88
Features
- ui: add error handler when ws fails #88 (Miguel Ortega)
Bug Fixes
- ui: remove hardcoded token expireAt #88 (Miguel Ortega)