Skip to content

Releases: open-schnick/DatadogFormattingLayer

v3.0.0

03 Sep 12:48
Compare
Choose a tag to compare

Added

  • [breaking] bump opentelemetry to 0.23.0

Other

  • adapt README to reflect new version
  • bump smoothy
  • remove redundant version specifiers from dependencies
  • update and fix ci to use cargo test
  • migrate clippy lints into Cargo.toml

v2.2.1

30 May 23:20
Compare
Choose a tag to compare

Other

  • update README

v2.2.0

30 May 23:11
Compare
Choose a tag to compare

Added

  • include fields into nested json object in logs
  • use preserve_order serde_json feature flag

Other

  • (tests) improve extracting of datadog ids from logs and print logs in test sink
  • move IDEA
  • simplify parsing and handling of DatadogIds
  • extract formatting of log messages and improve tests
  • update smoothy
  • add ord and eq to FieldPair
  • DatadogId to Trace and SpanId for better typing

v2.1.0

06 Mar 12:27
Compare
Choose a tag to compare

Added

  • bump opentelemetry to version 0.22.0

v2.0.0

05 Mar 21:32
Compare
Choose a tag to compare

Other

  • use README as crate doc to also test README snippets
  • use cargo nextest instead of cargo test
  • move option unwrap into datadog_ids
  • add missing unit-tests for layer
  • increase readability of layer and field logic
  • [breaking] introduce custom event sinks to enable testing
  • disable certain lints in tests
  • introduce nightly formatting options and apply to code
  • (deps) only specify minor or patch versions of dependencies when needed
  • update and split workflows into multiple files
  • add important badges

v1.1.0

18 Sep 16:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

21 Jun 15:06
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Jun 12:24
Compare
Choose a tag to compare

Initial release