Skip to content

Releases: benkard/quarkus-googlecloud-jsonlogging

v6.6.0

22 Jul 04:44
v6.6.0
ac30831
Compare
Choose a tag to compare

Release 6.6.0.

Adds JSpecify 1.0.0 annotations.

Full Changelog: v6.5.0...v6.6.0

v6.5.0

05 Jul 19:25
v6.5.0
3f15851
Compare
Choose a tag to compare

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

03 Jul 18:18
v6.4.0
e78dd92
Compare
Choose a tag to compare

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

25 Jun 20:46
v6.3.0
da43861
Compare
Choose a tag to compare

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

23 Jun 18:27
v6.2.0
e9df298
Compare
Choose a tag to compare

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

24 Sep 19:25
v6.1.0
0d6c75e
Compare
Choose a tag to compare
  • Adds a DefaultConfiguratorFactory for JBoss Log Manager 3.x.
  • Updates the README instructions for Spring Boot.

Full Changelog: v6.0.0...v6.1.0

v6.0.0

24 Mar 10:21
8607f6f
Compare
Choose a tag to compare

Moves to Jakarta EE 9.

This release is compatible with Quarkus 3 and Spring Boot 3 / Spring Framework 6.

v5.0.0

05 Oct 06:05
Compare
Choose a tag to compare

Adds a ProviderContext type, which is passed to LabelProvider#getLabels and StructuredParameterProvider#getParameter. It carries some information from ExtLogRecord that is not taken care of by Formatter.

v4.1.1

04 Sep 14:14
Compare
Choose a tag to compare

Updates the Quarkus dependency to 2.12.0 and the example Spring Boot dependency to 2.7.3.

v4.1.0

04 Sep 14:11
Compare
Choose a tag to compare

(Quarkus only) Adds an on/off toggle as a configuration property (quarkus.log.console.google).