Skip to content

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

v2.4.0

11 Jun 08:07
Compare
Choose a tag to compare
  • Improved configuration properties for annotation processors. (#31)

v2.3.0

09 Jun 10:58
Compare
Choose a tag to compare
  • Updated Spring Boot version from 1.5.3 to 1.5.4.

v2.2.0

30 May 08:42
Compare
Choose a tag to compare
  • Updated Spring Boot version from 1.5.2 to 1.5.3.

v2.1.0

13 Apr 01:06
Compare
Choose a tag to compare
  • Added support for HttpServletRequest#getRemoteUser() provided by Spring Security. (#27, #29)
  • Added support for Undertow. (#28, #30)

v2.0.0

28 Mar 13:50
Compare
Choose a tag to compare
  • Moved Maven group ID from "net.rakugakibox.springbootext" to "net.rakugakibox.spring.boot". (#26)
  • Moved Maven artifact ID from "spring-boot-ext-logback-access" to "logback-access-spring-boot-starter". (#26)
  • Updated Spring Boot version from 1.3.5 to 1.5.2. (#26)

v1.6

10 Mar 08:36
Compare
Choose a tag to compare
  • Fixed a bug that the "spring-boot-starter-tomcat" dependency may be excluded depending on the dependency configuration. (#19)

v1.5

10 Mar 08:30
Compare
Choose a tag to compare
  • Added "enabled" configuration property. (#16)
  • Added support for forwarded port by "X-Forwarded-Host" request header on Jetty. (#17)

v1.4

10 Mar 08:27
Compare
Choose a tag to compare
  • Added support for request attributes set by RemoteIpValve on Tomcat. (#12, #14)
  • Added metadata that provides configuration property details ("META-INF/spring-configuration-metadata.json"). (#14)

v1.3

10 Mar 08:20
Compare
Choose a tag to compare
  • Fixed a bug that thread name was not logged. (#8, #10)
  • Updated Spring Boot version from 1.3.3 to 1.3.5. (#9)

v1.2

10 Mar 08:18
Compare
Choose a tag to compare
  • Fixed a bug that response length was not available on Tomcat. (#4, #5)