Skip to content

Releases: jaconi-io/morp

v2.0.0

02 Jan 13:17
Compare
Choose a tag to compare

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

v1.3.1

18 Apr 10:50
Compare
Choose a tag to compare

1.3.1 (2023-04-18)

Bug Fixes

v1.3.0

24 Mar 19:32
Compare
Choose a tag to compare

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

v1.2.3

23 Nov 10:05
Compare
Choose a tag to compare

1.2.3 (2022-11-23)

Bug Fixes

1.2.2

07 Nov 13:58
Compare
Choose a tag to compare
chore(release): 1.2.2

## [1.2.2](https://github.com/jaconi-io/morp/compare/v1.2.1...v1.2.2) (2022-11-07)

### Bug Fixes

* code smells ([ae22084](https://github.com/jaconi-io/morp/commit/ae22084e99e20f831f2a736a8ff6a0e25927f11c))
* potential NPE ([b684c2e](https://github.com/jaconi-io/morp/commit/b684c2e5d0532540323523bdac32fb23877cc6d5))