Releases: open-schnick/DatadogFormattingLayer
Releases · open-schnick/DatadogFormattingLayer
v3.0.0
v2.2.1
Other
- update README
v2.2.0
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
Added
- bump opentelemetry to version 0.22.0
v2.0.0
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
What's Changed
- chore: update opentelemetry to 0.20.0 by @IndecisiveCrab in #1
- refactor: Addressing clippy lints by @dandxy89 in #2
New Contributors
- @IndecisiveCrab made their first contribution in #1
- @dandxy89 made their first contribution in #2
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release