2.0.0 (2025-01-02)
- remove Spring Security deprecations (87f36dc)
- update to Spring Boot 3.2 (2aa807a)
- Host mappings do not support ports anymore.
- id: invalid-host-mapping
uri: https://example.com
predicates:
- Host={tenant}.localtest.me:8080
- id: valid-host-mapping
uri: https://example.com
predicates:
- Host={tenant}.localtest.me
1.3.1 (2023-04-18)
- mockserver version (64a0f80)
1.3.0 (2023-03-24)
- make Sonar happy (d487443)
- remove all milestones (0620829)
- remove plain OAuth2 test since Keycloak 20 no longer supports this (3d4c4f2)
- version updates (83f54ae)
- workarounds for native image (4a2a38e)
1.2.3 (2022-11-23)
- minor code smells (590ab5f)
1.2.2 (2022-11-07)
1.2.1 (2022-11-03)
- disable CSRF (f549d24)
1.2.0 (2022-10-13)
- build native image only on x86_64 architecture (e6a555d)
- fix bar client secret (8d1c087)
- shorten file names for selenium video recording (61227ec)
- support non-OIDC clients (53b3390)
- actuator endpoint for oauth client registry (9652e69)
- add tenant as optional metric dimension (761f1be)
1.1.0 (2022-08-25)
- remove session cookie from backend request (f4c24df)
- json logging by profile (3f2fb85)
1.0.0 (2022-08-19)
- feat!: use URI template variables for tenant discovery (651e6a9)
- Tenant extraction config changed heavily!
0.3.0 (2022-08-19)
- add sensible defaults (8f5e261)
- fix native image (ed2bc0f)
- improve test (6d9197d)
- make sonar happy (9e4f33b)
- migrate to sha256 (fc5c85e)
- remove remaining code smells (d5b84ff)
- use only AssertJ (8d17958)
0.2.3 (2022-07-20)
- user name attribute templating (d28f15f)
0.2.2 (2022-07-20)
0.2.1 (2022-07-15)
- gh-actions: finalize Release automation (578bb76)