Skip to content

Releases: akkinoc/logback-access-spring-boot-starter

v3.2.1

21 Jan 10:00
v3.2.1
4fdaa75
Compare
Choose a tag to compare
  • Updated Spring Boot version from 2.6.2 to 2.6.3. (#122)

v3.2.0

28 Dec 10:53
v3.2.0
aa55d57
Compare
Choose a tag to compare
  • Fixed a bug that the file system path cannot be specified for the location of the configuration file. (#110, #112)

v3.1.2

23 Dec 09:52
v3.1.2
3d3d8b8
Compare
Choose a tag to compare
  • Updated Spring Boot version from 2.6.1 to 2.6.2. (#104)

v3.1.1

30 Nov 11:03
v3.1.1
676efa0
Compare
Choose a tag to compare
  • Updated Spring Boot version from 2.6.0 to 2.6.1. (#83)

v3.1.0

21 Nov 05:16
v3.1.0
2053702
Compare
Choose a tag to compare
  • Updated Spring Boot version from 2.5.6 to 2.6.0. (#72)

v3.0.0

24 Oct 11:21
v3.0.0
a87deb2
Compare
Choose a tag to compare
  • Rewritten in Kotlin. (#62)
  • Moved Maven group ID from "net.rakugakibox.spring.boot" to "dev.akkinoc.spring.boot". (#62)
  • Moved Java package from "net.rakugakibox.spring.boot.logback.access" to "dev.akkinoc.spring.boot.logback.access". (#62)
  • Added support for Java 11 and 17. (#62)
  • Updated Spring Boot version from 2.2.6 to 2.5.6. (#62)
  • Added support for Undertow reactive web server. (#58, #62)
  • Added the configuration property "logback.access.undertow.record-request-start-time". (#58, #62)
  • Renamed the configuration property "logback.access.use-server-port-instead-of-local-port" to "logback.access.local-port-strategy". (#62)
  • Renamed the configuration property "logback.access.tomcat.enable-request-attributes" to "logback.access.tomcat.request-attributes-enabled". (#62)
  • Removed the "net/rakugakibox/spring/boot/logback/access/git.properties" file. (#62)

v2.12.0

24 Oct 11:55
v2.12.0
a75e5b8
Compare
Choose a tag to compare
v2.12.0 Pre-release
Pre-release
  • This release is for notifying Maven Central Repository that the artifact has been relocated (group ID has changed).
  • Please use version 3.0.0 or later.

v1.7

24 Oct 13:31
v1.7
881c83c
Compare
Choose a tag to compare
v1.7 Pre-release
Pre-release
  • This release is for notifying Maven Central Repository that the artifact has been relocated (group ID has changed).
  • Please use version 3.0.0 or later.

v2.11.0

16 Oct 08:10
v2.11.0
ba849bb
Compare
Choose a tag to compare
  • Fixed a bug that the request URI and query string are incorrect when returning an error response on Undertow. (#45, #46, #61)

v2.10.0

16 Oct 07:20
v2.10.0
2e5a401
Compare
Choose a tag to compare
  • Added support for TeeFilter, which works with Tomcat and Jetty servlet web servers. (#34, #51, #60)