Skip to content

Latest commit

 

History

History
153 lines (80 loc) · 6.1 KB

CHANGELOG.md

File metadata and controls

153 lines (80 loc) · 6.1 KB

2.0.0 (2025-01-02)

Bug Fixes

  • remove Spring Security deprecations (87f36dc)

Build System

  • update to Spring Boot 3.2 (2aa807a)

BREAKING CHANGES

  • 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)

Bug Fixes

1.3.0 (2023-03-24)

Bug Fixes

  • 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)

Features

1.2.3 (2022-11-23)

Bug Fixes

1.2.2 (2022-11-07)

Bug Fixes

1.2.1 (2022-11-03)

Bug Fixes

1.2.0 (2022-10-13)

Bug Fixes

  • 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)

Features

  • actuator endpoint for oauth client registry (9652e69)
  • add tenant as optional metric dimension (761f1be)

1.1.0 (2022-08-25)

Bug Fixes

  • remove session cookie from backend request (f4c24df)

Features

  • json logging by profile (3f2fb85)

1.0.0 (2022-08-19)

  • feat!: use URI template variables for tenant discovery (651e6a9)

BREAKING CHANGES

  • Tenant extraction config changed heavily!

0.3.0 (2022-08-19)

Bug Fixes

Features

  • add caching for client registration (99c130b)
  • add dev profile (cf68883)

0.2.3 (2022-07-20)

Bug Fixes

  • user name attribute templating (d28f15f)

0.2.2 (2022-07-20)

Bug Fixes

  • add more generic Spring Cloud Gateway support (e7b77d1)
  • add more native type hints (323e19c)

0.2.1 (2022-07-15)

Bug Fixes

  • gh-actions: finalize Release automation (578bb76)