Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Versions follow a MAJOR.MINOR.PATCH scheme; MINOR increments on feature releases and PATCH on fixes.
Unreleased
1.1.2 - 2026-07-27
Added
- Vault KV prefix (
config.auth.multi.vault.kvPrefix) — an optional path prefix prepended to the tenant in the Vault KV mount, enabling a single KV backend to serve multiple environments:<kv-mount>/<kv-prefix>/<tenant>; sdk-go bumped to v1.0.8.
1.1.1 - 2026-07-22
Fixed
- Corrected the OAuth2 token issuer URL used for Keycloak authentication (#50); sdk-go bumped to v1.0.7.
- Repaired the end-to-end test suite after the sdk-go v1.0.4 migration (#49).