Skip to content

Releases: eopb/tide-tracing

v0.1.1

23 Oct 12:43
f0ff430
Compare
Choose a tag to compare

Documentation

  • Include README.md content in rustdoc output

Other

  • Forbid unsafe code with #![forbid(unsafe_code)]

v0.1.0

23 Oct 11:59
ff27c35
Compare
Choose a tag to compare

Features

  • feat!: record unique request_id for every request (#17)

    This feature can be disabled with feature flags.

    Thank you @PortableNavi for this feature

v0.0.13

23 Oct 09:50
36bf041
Compare
Choose a tag to compare

Other

  • Add CHANGELOG.md file.
    To see changelogs from releases before 0.0.13, see releases.

0.0.12

30 Aug 17:40
0790cd1
Compare
Choose a tag to compare

Thank you @WindSoilder for the change in this release.

Server errors now report error context using Debug

0.0.11

23 May 16:31
Compare
Choose a tag to compare

Thanks again to @joshtriplett for the changes in this release.

tide-tracing now uses opentelemetry conventional trace field names.

before after
status http.status_code
duration http.duration
method http.method
path http.target

0.0.10

08 May 10:19
Compare
Choose a tag to compare

Huge thanks to @joshtriplett for the changes in this release.

Output is now shorter and should be simpler to reason about by hand and with tracing tools.

Before
before

After
after

0.0.9

12 Apr 15:21
Compare
Choose a tag to compare

Thanks to @edmellum for the change in this release.

Non-breaking

  • Only depend on the bare minimum tide features so dependents don't pull in any extra unneeded features #6

0.0.8

03 Feb 16:35
Compare
Choose a tag to compare

Breaking

  • Update tide version used 0.15 -> 0.16

0.0.7

16 Nov 10:30
Compare
Choose a tag to compare

Breaking

  • Update tide version used 0.14 -> 0.15

0.0.6

18 Oct 16:07
Compare
Choose a tag to compare

Breaking

  • Update tide version used 0.13 -> 0.14