Releases: akkinoc/logback-access-spring-boot-starter
Releases · akkinoc/logback-access-spring-boot-starter
v2.4.0
- Improved configuration properties for annotation processors. (#31)
v2.3.0
- Updated Spring Boot version from 1.5.3 to 1.5.4.
v2.2.0
- Updated Spring Boot version from 1.5.2 to 1.5.3.
v2.1.0
- Added support for
HttpServletRequest#getRemoteUser()
provided by Spring Security. (#27, #29)
- Added support for Undertow. (#28, #30)
v2.0.0
- 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
- Fixed a bug that the "spring-boot-starter-tomcat" dependency may be excluded depending on the dependency configuration. (#19)
v1.5
- Added "enabled" configuration property. (#16)
- Added support for forwarded port by "X-Forwarded-Host" request header on Jetty. (#17)
v1.4
- 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
- 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
- Fixed a bug that response length was not available on Tomcat. (#4, #5)