Releases: primait/prima_tracing.rs
Releases · primait/prima_tracing.rs
0.17.0
Updated
- Bumped opentelemetry version to 0.30
- MSRV is now 1.82
Commits
- update taiki sha for nexttest by Cristiano Piemontese
- bump for release by Cristiano Piemontese
- Bump the otel group across 1 directory with 4 updates by dependabot[bot]
- Bump MSRV by Mikhail Glushenkov
- Fix examples in README.md by Mikhail Glushenkov
0.16.0
0.15.0
Updated
- Bumped opentelemetry version to 0.28
- MSRV is now 1.81
Commits
0.14.2
Added
report_error
macro
Commits
- [DEVEX-2436]: Implement tracing_log_error functionality (#133) by MaeIsBad
- [DEVEX-2380]: Update group reference in catalog-info.yaml (#130) by Cristiano Piemontese
0.14.1
Changed
- No longer set the
tracing
max level features. This allows you to enable more verbose logging on runtime via theRUST_LOG
environment variable.
This should not affect most users, as the env filter by default is already set toerror
. In order to restore previous behavior you can enable thetracing
features yourself
tracing = {version = "0.1", features = ["max_level_debug", "release_max_level_info"]}
Commits
- [DEVEX-2390]: Allow for higher log levels in release mode (#128) by MaeIsBad
0.14.0
Updated
- Bumped opentelemetry version to 0.27
Commits
- prepare release (#127) by Cristiano Piemontese
- Bump the otel group with 4 updates (#124) by dependabot[bot]
- Update prima_bridge requirement from 0.18 to 0.19 (#125) by dependabot[bot]
- Update CODEOWNERS (#123) by Cristiano Piemontese
- Update prima_bridge requirement from 0.17 to 0.18 (#122) by dependabot[bot]
0.13.1
0.13.0
0.12.0
0.11.1
Fixed
- Shutdown the tracing provider before exiting (bug)
Commits
- [PAPAY-1395]: Explicitely shutdown the tracer provider (#113) by Mauro Rocchi