v0.12.0
Community Stack Release 0.12.0
Features
Extend Docker Compose With Open Policy Agent
The dynamic credential policies in the verifier API require a running Open Policy Agent. The docker-compose of the identity lib now automatically starts an open policy agent next to the other services.
Fixes
Misleading Response in usePresentationRequest endpoint | Wallet API
The /usePresentationRequest endpoint previously had inconsistent responses: on success, it correctly populated the redirectUri field, but on failure, it left redirectUri empty and placed the error redirect URL in the errorMessage field. This inconsistency has now been resolved.
Ktor version upgrade
Upgrade of ktor version in service commons module.
What's Changed
- release 0.11.0 by @mikeplotean in #916
- ci/cd : added opa server to docker-compose.yaml by @SuperBatata in #920
- ci/cd : added opa server deployment file by @SuperBatata in #923
- ci/cd : update deploy hash by @SuperBatata in #927
- fix: Exposed OPA server to network by @dinkar-jain in #929
- ci: share docker build artifacts between jobs by @mikeplotean in #899
- Fix/cicd docker by @mikeplotean in #936
- fix: gradle workflow reference in build by @mikeplotean in #939
- Added TLS configuration for development deployments by @dinkar-jain in #941
- fix: ios build errors by @chsavvaidis in #921
- Fix build, update dependencies by @waltkb in #947
- fix: response in the usePresentationRequest by @SuperBatata in #953
- Feat/docker compose testing by @mikeplotean in #866
- feat/walletfunctions by @chsavvaidis in #957
- feat: Add support for LegalPerson VC by @SuperBatata in #961
- Prod CD domain updates by @dinkar-jain in #952
- test: revocation-policy by @mikeplotean in #836
- chore: Enabled wallet issuers by @dinkar-jain in #967
- small changes to make silent-exchange not require issuer confi… by @SuperBatata in #960
- Audit event datastructures by @philpotisk in #958
- feat: update wallet event models by @mikeplotean in #971
Full Changelog: v0.11.0...v0.12.0