Skip to content

Releases: primait/prima_tracing.rs

0.17.0

24 Jun 12:59
Compare
Choose a tag to compare

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

16 Apr 08:41
e45e38f
Compare
Choose a tag to compare

Updated

  • Bumped opentelemetry version to 0.29

Commits

  • Bump for release (#141) by Cristiano Piemontese
  • chore: pin third party actions (#140) by Emiliano
  • Update prima_bridge requirement from 0.22 to 0.23 (#139) by dependabot[bot]
  • Bump the otel group with 4 updates (#138) by dependabot[bot]

0.15.0

27 Feb 09:31
4c016d4
Compare
Choose a tag to compare

Updated

  • Bumped opentelemetry version to 0.28
  • MSRV is now 1.81

Commits

  • bump for release (#137) by Cristiano Piemontese
  • Bump the otel group across 1 directory with 4 updates (#134) by dependabot[bot]
  • Update prima_bridge requirement from 0.19 to 0.22 (#136) by dependabot[bot]
  • bump MSRV (#135) by Cristiano Piemontese

0.14.2

17 Feb 15:23
d91693e
Compare
Choose a tag to compare

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

03 Dec 14:34
94b33d8
Compare
Choose a tag to compare

Changed

  • No longer set the tracing max level features. This allows you to enable more verbose logging on runtime via the RUST_LOG environment variable.
    This should not affect most users, as the env filter by default is already set to error. In order to restore previous behavior you can enable the tracing 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

03 Dec 13:10
434aa4e
Compare
Choose a tag to compare

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

18 Oct 10:02
879e552
Compare
Choose a tag to compare

Added

  • Error impl for EnvironmentParseError

Commits

0.13.0

09 Oct 12:32
24d9d23
Compare
Choose a tag to compare

Updated

  • Bumped opentelemetry version to 0.26

Commits

  • release (#118) by Cristiano Piemontese
  • Bump the otel group with 3 updates (#117) by dependabot[bot]
  • Update prima_bridge requirement from 0.16 to 0.17 (#116) by dependabot[bot]

0.12.0

17 Sep 10:07
e323640
Compare
Choose a tag to compare

Updated

  • Bumped opentelemetry version to 0.25

Commits

  • prepare for release (#115) by Cristiano Piemontese
  • Bump the otel group across 1 directory with 4 updates (#114) by dependabot[bot]

0.11.1

12 Sep 07:36
50d9dfd
Compare
Choose a tag to compare

Fixed

  • Shutdown the tracing provider before exiting (bug)

Commits

  • [PAPAY-1395]: Explicitely shutdown the tracer provider (#113) by Mauro Rocchi