Releases: diggsweden/wallet-client-gateway
Releases · diggsweden/wallet-client-gateway
v0.4.7
v0.4.5
Changelog
All notable changes to this project will be documented in this file.
[0.4.5] - 2026-02-26
🚀 Features
- Remove path for accounts v1
v0.4.4
v0.4.3
Changelog
All notable changes to this project will be documented in this file.
[0.4.3] - 2026-02-11
🐛 Bug Fixes
- Remove wua v2 endpoint
- Remove wua endpoints with versions
v0.4.2
Changelog
All notable changes to this project will be documented in this file.
[0.4.2] - 2026-02-05
🚀 Features
- Use wua v2 from wallet-provider
- Send nonce as an optional request parameter to wallet-provider
- Clean up errors and warnings from spotbugs etc
🐛 Bug Fixes
- Format log parameters
- Handle empty or null nonce when creating wua
- Add deprecated annotations
- Add WuaService test
v0.4.1
Changelog
All notable changes to this project will be documented in this file.
[0.4.1] - 2026-02-03
🚀 Features
- (auth) Add session id to response body
🐛 Bug Fixes
- Increase header length for commit messages
- License format
💼 Other
- (deps) Update dependency org.assertj:assertj-core to v3.27.7 [security] (#97)
- (deps) Update docker.io/library/eclipse-temurin:25-jdk-alpine docker digest to 7ace075
v0.4.0
Changelog
All notable changes to this project will be documented in this file.
[0.4.0] - 2026-01-26
🚀 Features
- Add auth endpoint to get sessionId deeplink
- Add swagger header parameters for /account
- Resolve jwk from session info instead of passing it as a parameter
🐛 Bug Fixes
- Enable spotbugs and fix or ignore spotbugs reportings
- Use WalletRuntimeException instead of IllegalArgumentException
- Use Serial annotation
- Check if granted as separate method for readability
- Remove deprecated PMD rule
- Remove warnings for exceptions not thrown
- Apply autoformat
💼 Other
- (deps) Update dependency com.nimbusds:nimbus-jose-jwt to v10.7 (#89)
- (deps) Update dependency prettier to v3.8.0 (#91)
- (deps) Update actions/checkout action to v6.0.2 (#94)
- (deps) Update dependency prettier to v3.8.1 (#95)
- (deps) Update dependency org.wiremock.integrations:wiremock-spring-boot to v4.0.9 (#96)
🧪 Testing
- Adjust tests to wua api v3 with necessary refactors
- Change method name rename test method and parameter
v0.3.1
Changelog
All notable changes to this project will be documented in this file.
[0.3.1] - 2026-01-14
🚀 Features
- Clean up configuration options
- Add more tests for oidc solution
🐛 Bug Fixes
- Enable spotbugs and fix or ignore spotbugs reportings
- Remove some exclusions and make records more immutable
⚙️ Miscellaneous Tasks
- Refactor class names and packages
- Add more verification to controller test and fix typo
- Clean up comment
v0.3.0
Changelog
All notable changes to this project will be documented in this file.
[0.3.0] - 2026-01-07
🐛 Bug Fixes
- Correct lintwarnings for docs,container
- Fix pmd issues
- Add gitleaksignore addition to gitleaksignore
- Stop failing on spotbugs errors (until we have fixed them)
💼 Other
- Update justfile and reuseable-ci
- Change devbase-justkit name, improve dev doc
⚙️ Miscellaneous Tasks
- Describe overwriting of audience in code
- Use reuseable ci 2.6.0
- Fix review issues
v0.2.9
Changelog
All notable changes to this project will be documented in this file.
[0.2.9] - 2025-12-08
🚀 Features
- Add create account v2 with oidc protection
- Start one wiremockserver per service
- Add configuration for private jwt audience
- Add configuration for pnr claim
⚙️ Miscellaneous Tasks
- Add personal identity number as last name to users
- Refactor v2 to v1 to match path
- Refactor config files