Skip to content

v1.1.0

Compare
Choose a tag to compare
@ThomasJejkal ThomasJejkal released this 11 Jan 15:50

⭐ New Features

  • Search endpoint (proxy) for elasticsearch

🪲 Bugfixes

  • User role INACTIVE is now properly checked. If a user is marked inactive, all access attempts will be answered with HTTP 403 (FORBIDDEN)

🔨 Dependency Upgrades

  • Update to gradle version 7.6
  • Bump spring-boot-dependencies from 2.7.4 to 2.7.7
  • Bump org.owasp.dependencycheck from 7.4.1 to 7.4.4
  • Bump io.freefair.maven-publish-java from 6.5.1 to 6.6.1
  • Bump io.freefair.lombok from 6.5.1 to 6.6.1
  • Bump nimbus-jose-jwt from 9.25.6 to 9.27
  • Bump springDocVersion from 1.6.12 to 1.6.14
  • Bump mockito-inline from 4.8.1 to 4.10.0
  • Bump jackson-datatype-joda from 2.13.4 to 2.14.1
  • Bump jackson-module-afterburner from 2.13.4 to 2.14.1
  • Bump jackson-datatype-jsr310 from 2.13.4 to 2.14.1
  • Bump jackson-jaxrs-json-provider from 2.13.4 to 2.14.1

⛔ Removed

  • Remove log libraries: use standard libraries from Spring Boot