Skip to content

Releases: agardnerIT/tracepusher

0.11.0

29 Jul 22:44
Compare
Choose a tag to compare

No Breaking Changes ✅

Har to OTEL tool release only. No new release for Tracepusher. See https://github.com/agardnerIT/tracepusher/releases/tag/0.10.0

Bug Fixes

  • Underscored properties are optional. Thanks to @eravion for reporting (issue: #92)

0.10.0

14 Jan 22:38
Compare
Choose a tag to compare

No Breaking Changes ✅

New Features and Functionality

New Contributors

No new humans 🧑 this release. Get involved: star the repo, add yourself as an adopter or create a PR. We don't bite!

Full Changelog: 0.9.0...0.10.0

0.9.0

22 Dec 23:16
Compare
Choose a tag to compare

No Breaking Changes ✅

New Features and Functionality

Bug Fixes / Documentation / Miscellaneous

New Contributors

No new humans 🧑 this release. Get involved: star the repo, add yourself as an adopter or create a PR. We don't bite!

Full Changelog: 0.8.0...0.9.0

v0.8.0

23 Jul 09:05
Compare
Choose a tag to compare

New Functionality

  • Adds standalone binaries (attached to this release)
  • Adds support for setting "span kind" (thanks @Dant3s)
  • Adds support for millisecond (ms) or second (s) span durations (thanks @Dant3s)

Note for Mac Users

If you see the "Apple can't check app for malicious software" see this page for instructions on how to resolve.

Bug Fixes

  • Remove events from resource attributes (thanks @discostu105)

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.0

v0.8.0-rc1

11 Jul 10:42
354e062
Compare
Choose a tag to compare
v0.8.0-rc1 Pre-release
Pre-release

Release candidate - Standalone Binaries!

Please test and provide feedback (on this issue)

Biggest new feature in v0.8.0 will be the availability of standalone binaries.

No more Python installation required, just download one of the attached binaries, rename to tracepusher or tracepusher.exe (for windows users) and away you go.

Note for Mac Users

If you see the "Apple can't check app for malicious software" see this page for instructions on how to resolve.

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.0-rc1

v0.7.0

29 Jun 02:25
Compare
Choose a tag to compare

Release announcement video (2 minutes): https://www.youtube.com/watch?v=VJTR181h64E

  1. Thank you to all new contributors! ❤️
  2. Span events support
  3. Documentation improvements: hexdump is out, openssl is in

v0.6.0

04 Jun 06:46
Compare
Choose a tag to compare

v0.5.0

19 Mar 04:55
Compare
Choose a tag to compare

Sub Span Support

Screenshot 2023-03-19 at 2 12 10 pm

This release introduces new parameters which provide the ability to manually set trace and span IDs which enables tracepusher to generate full traces, with sub-spans for any arbitrarily complex trace.

v0.4.0

13 Mar 11:04
cadc731
Compare
Choose a tag to compare

⚠️ This release contains breaking changes ⚠️

This Release:

  • Introduces named parameter support

Prior to this release:

python tracepusher.py http://localhost:4318 tracepusher my-span 2

Becomes the following in this release:

python tracepusher.py --endpoint=http://OTEL-COLLECTOR-URL:4318 --service-name=tracepusher --span-name=my-span --duration=2

or:

docker run gardnera/tracepusher:v0.4.0 \
--endpoint=http://OTEL-COLLECTOR-URL:4318 \
--service-name=tracepusher \
--span-name=my-span \
--duration=2

What's Changed

Full Changelog: 0.3.1...0.4.0

v0.3.1

13 Mar 02:07
04b2597
Compare
Choose a tag to compare

This Release

🎊 Usability improvements:

  • 🔽 Smaller Docker image
  • 🔼 Faster downloads 👍
  • 🔒Security: smaller attack surface

This release ⬇️ Decreases container image by 46% by using Google distroless Python container.

What's Changed

Full Changelog: 0.3.0...0.3.1