Skip to content

Releases: openwallet-foundation-labs/eudiplo

v2.0.0

19 Feb 06:22
cc790f1

Choose a tag to compare

2.0.0 (2026-02-19)

  • refactor!: rename JWT_SECRET to MASTER_SECRET (57c5574)

Bug Fixes

Documentation

  • update container examples to require auth credentials (503dd1c)

Features

  • add chained as (5ffce55)
  • add Dependabot automation workflows (c4fb7f5)
  • add healthcheck to sdk (4ac7d71)
  • add secret manager (e1d859e)
  • make session events available via sse (3ebf01f)

BREAKING CHANGES

  • MASTER_SECRET, AUTH_CLIENT_ID, AUTH_CLIENT_SECRET now required
  • Update quick-start.md docker run commands to include required env vars
  • Update README.md demo setup to generate credentials instead of defaults
  • Clarify .env.example that all three auth vars are required
  • Update deployment .env examples to show required credentials
  • Add AUTH_CLIENT_ID and AUTH_CLIENT_SECRET to env vars table
  • Add METRICS_TOKEN to production deployment examples

Signed-off-by: Mirko Mollik mirko.mollik@eudi.sprind.org

  • The environment variable JWT_SECRET has been renamed to MASTER_SECRET
    to better reflect its multi-purpose usage (JWT signing and encryption key derivation).

This change provides clearer semantics as the secret is used for:

  • JWT token signing (when using integrated OAuth2)
  • Encryption key derivation via HKDF (for data at rest)

Migration: Update your .env files and deployment configs to use MASTER_SECRET
instead of JWT_SECRET. The minimum 32-character requirement remains unchanged.

Updated files:

  • Backend auth and encryption modules
  • All .env.example files
  • CI/CD workflows
  • Kubernetes and Docker Compose deployment configs
  • Documentation

Signed-off-by: Mirko Mollik mirko.mollik@eudi.sprind.org


This release is also available on:

v1.18.0

13 Feb 09:30
74b8814

Choose a tag to compare

1.18.0 (2026-02-13)

Bug Fixes

Features


This release is also available on:

v1.16.0

28 Jan 16:25
e081975

Choose a tag to compare

1.16.0 (2026-01-28)

Bug Fixes

Features


This release is also available on:

v1.15.2

24 Jan 21:46
a39e98f

Choose a tag to compare

1.15.2 (2026-01-24)

Bug Fixes


This release is also available on:

v1.15.1

22 Jan 14:02
6616ca1

Choose a tag to compare

1.15.1 (2026-01-22)

Bug Fixes


This release is also available on:

v1.14.0

07 Jan 15:21
567dcd5

Choose a tag to compare

1.14.0 (2026-01-07)

Bug Fixes

  • allow to edit certs (010bfe6)
  • remove deprecated usage (5a40d23)
  • remove trusted authorities from dcql (4ac7633)
  • trust list url in ui (722123a)
  • update wallet documentation (991e30f)
  • use tenant_url instead of public_url for config (70d1a8d)

Features


This release is also available on:

  • v1.14.0

v1.13.0

05 Jan 19:41
ef68429

Choose a tag to compare

1.13.0 (2026-01-05)

Bug Fixes

  • add aggregation endpoint (b793041)
  • add session config (50e36de)
  • only show dashboard elements when authorized (ca96007)
  • pass default values to creation page (6b7b60e)
  • readd old endpoints to (818a024)
  • rename length to size (3808f22)
  • type for timestamp (5347166)

Features

  • add better support for trust list handling (e1305e6)

This release is also available on:

  • v1.13.0

v1.12.0

05 Jan 05:11
84c1ebb

Choose a tag to compare

1.12.0 (2026-01-05)

Bug Fixes

Features

  • add mdoc validation approach (9b17831)
  • update project structure (b9e10bd)

This release is also available on:

  • v1.12.0

v1.11.3

20 Dec 11:08
d281839

Choose a tag to compare

1.11.3 (2025-12-20)

Bug Fixes


This release is also available on:

  • v1.11.3

v1.11.1

17 Dec 12:53
9ced4d9

Choose a tag to compare

1.11.1 (2025-12-17)

Bug Fixes


This release is also available on:

  • v1.11.1