Releases: benkard/quarkus-googlecloud-jsonlogging
Releases · benkard/quarkus-googlecloud-jsonlogging
v6.6.0
v6.5.0
Release 6.5.0.
- Reuses a single JsonProvider for KeyValueParameter creation. This speeds up the operation.
- Adds a new InsertId parameter class, which translates into an insert ID for deduplication of log entries in Google Cloud Logging.
Full Changelog: v6.4.0...v6.5.0
v6.4.0
Release 6.4.0.
Switches from jakarta.json
-based to manual serialization of JSON.
This reduces runtime overhead further over the already performance-oriented 6.2.0 release.
Full Changelog: v6.3.0...v6.4.0
v6.3.0
Release 6.3.0.
- Omits the source location record if all of its fields are null.
- Supports more fine-grained severity levels.
Full Changelog: v6.2.0...v6.3.0
v6.2.0
Release 6.2.0.
- Reuses a single JsonProvider where possible. This speeds up the formatter significantly.
- Points to GitLab for public repository information.
Full Changelog: v6.1.0...v6.2.0
v6.1.0
- Adds a DefaultConfiguratorFactory for JBoss Log Manager 3.x.
- Updates the README instructions for Spring Boot.
Full Changelog: v6.0.0...v6.1.0