Skip to content

Releases: diggsweden/wallet-client-gateway

v0.4.7

04 Mar 19:15
v0.4.7
543ad7c

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.4.7] - 2026-03-04

🐛 Bug Fixes

  • Use reuseable-ci 2.6.1

v0.4.5

26 Feb 15:48
v0.4.5
4c9f772

Choose a tag to compare

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

23 Feb 12:47
v0.4.4
c00167b

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.4.4] - 2026-02-23

🚀 Features

  • Remove wua/v3 endpoint
  • Enable access with api-key in header (#104)

🐛 Bug Fixes

  • Remove comment

v0.4.3

11 Feb 09:30
v0.4.3
2394309

Choose a tag to compare

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

05 Feb 14:35
v0.4.2
b6b303c

Choose a tag to compare

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

03 Feb 14:37
v0.4.1
ac31a9c

Choose a tag to compare

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

26 Jan 15:07
v0.4.0
16f982d

Choose a tag to compare

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

14 Jan 11:33
v0.3.1
28e2100

Choose a tag to compare

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

07 Jan 09:42
v0.3.0
07c2a2c

Choose a tag to compare

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

08 Dec 12:25
v0.2.9
15584aa

Choose a tag to compare

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