Version 7.0.1 is a minor release with bug fixes only.
Bug fixes
#702 A regression introduced in 7.0 caused #asJson() and #tryJson()to throw a NullPointerException when the returned JSON object contains a nested object or array with null values. This caused the corresponding field to be ignored from the final output. (@brenuart)
#461#472#630 Reduce memory allocations by writing directly into the output stream and reusing Jackson JsonGenerators between invocations. These improvements should greatly reduce pressure on the garbage collector when logging at high rate. (@brenuart)
#496 Allow customizing pattern of "message" field for AccessEvents (@philsttr)
#506 Documentation does not mention StackHashJsonProvider (@philsttr)
#511 Avoid calling 'toArray' with pre-sized array argument (@ArthurGazizov)
#559#565#619 Allow async appenders to block when buffer is full instead of dropping event (@brenuart)
#567#570 Create Disruptor with a ThreadFactory instead of ExecutorService (@brenuart )
#568#571 Release/clear LogEvent early before end of batch. Thanks to this change space becomes available in the RingBuffer as soon as an event is successfully async processed. This should reduce the time a logging thread must wait to enqueue its log event when the ring buffer is at or close to maximum capacity. (@brenuart)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps logstash-logback-encoder from 6.6 to 7.0.1.
Release notes
Sourced from logstash-logback-encoder's releases.
... (truncated)
Commits
1cad59c
[maven-release-plugin] prepare release logstash-logback-encoder-7.0.1de6021e
[release]e18cf04
Uptdae LLE version in README to match the upcoming release.d01ccc5
Delegate toJsonGenerator@writeObject()
when value is not a simple or type ...0038bf0
Set development version to 7.0.1-SNAPSHOT (instead of 7.1)6e0babf
Integrate Codecov to the build procedure (#703)1be0d55
Update git org references to logfellow0fa528e
[maven-release-plugin] prepare for next development iteration05af6c5
[maven-release-plugin] prepare release logstash-logback-encoder-7.0c936fbe
[release]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)