Releases: romanpierson/vertx-web-accesslog
Releases · romanpierson/vertx-web-accesslog
v1.7.0
- 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
forElasticSearchAppender
- no need anymore to define it artifically in logPattern
v1.6.1
- Headers case insensitive
- Upgrade to latest versions
v1.6.0
- 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
- Moved to maven central
- Reintegrated Logging and ElasticSearch Appenders (from separate projects)