Releases: xenit-eu/thunx
Releases · xenit-eu/thunx
v0.3.3
Changed
- H2 is a test-runtime-only dependency, version managed by spring boot platform by @tgeens in #27
- Improved entity lookup by @vierbergenlars in #32
- Removed dependency on
spring-content-restby @tgeens in #37
Dependency updates
- Bump org.springframework.boot from 2.4.6 to 2.6.6 by @tgeens in #36
- Bump spring-content-rest from 1.2.2 to 2.0.0 by @dependabot in #22
- Bump spring-content-rest from 2.0.0 to 2.1.0 by @dependabot in #33
- Bump json-unit-assertj from 2.31.0 to 2.32.0 by @dependabot in #31
- Bump json-unit-assertj from 2.32.0 to 2.33.0 by @dependabot in #34
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Fixed
- Updated
opa-async-java-clientto 0.3.0:- fixes InvalidDefinitionException: Java 8 date/time type
java.time.Instantnot supported - see xenit-eu/opa-java-client#3 - [#21]
- fixes InvalidDefinitionException: Java 8 date/time type
Changed
- Cleanup dependencies declaration, use platform version management were possible [#25]
- Updated dependencies
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
Added
- Created Spring Boot starters - #6
- for Spring Cloud Gateway:
thunx-gateway-spring-boot-starter - for Spring Data REST:
thunx-api-spring-boot-starter
- for Spring Cloud Gateway:
Fixed
- QueryDSL: properly handle
IS NULL- #9 - Better url matching to detect Spring Data REST repository-urls - #10
- QueryDSL: fixed AND/OR with more than 2 terms - #12
Changed
- Simplified API: changed resolve into a visitor to reduce expression to minimal form - #11
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Added
- Added support for non-OIDC access tokens, so thunx can be used by the resource server in a OAuth 2.0 Client Credentials flow [#7]
Changed
Initial release
v0.1.0 Provide artifact descriptions and updated README.md