Skip to content

Releases: romanpierson/vertx-web-accesslog

v1.7.0

13 Jan 18:49
6abc15c
Compare
Choose a tag to compare
  • Native handling of values
  • All Log Elements return now native objects if possible
  • String based Appenders have to stringify themselves
  • Appenders that understand native objects benefit from this change
  • BREAKING CHANGE: Appender.push signature changed and simplified - only relevant if you have a custom Appender
  • Upgrade to Vert.x 4.5.1 -> Ready for Virtual Threads
  • Automatic injection of timestamp for ElasticSearchAppender - no need anymore to define it artifically in logPattern

v1.6.1

10 Nov 18:49
Compare
Choose a tag to compare
  • Headers case insensitive
  • Upgrade to latest versions

v1.6.0

19 Apr 20:19
Compare
Choose a tag to compare
  • Refactored and simplified PatternResolver and Element code using java functions
  • Raised test coverage
  • Allow easy overwriting of existing patterns with custom elements
  • Upgrade to latest versions

v1.5.0

31 Dec 08:13
Compare
Choose a tag to compare
  • Moved to maven central
  • Reintegrated Logging and ElasticSearch Appenders (from separate projects)