Releases: nameko/opentelemetry-instrumentation-nameko
Releases · nameko/opentelemetry-instrumentation-nameko
Release 0.5.2
What's Changed
- pin importlib for earlier versions of python by @stephenc-pace in #14
New Contributors
- @stephenc-pace made their first contribution in #14
Full Changelog: v0.5.1...v0.5.2
Release 0.5.1
What's Changed
- Truncate request.data payload as it can get big by @samantharosa in #13
Full Changelog: v0.5.0...v0.5.1
Release 0.5.0
What's Changed
- Truncate response payload by @samantharosa in #11
- Upgrade version by @samantharosa in #12
New Contributors
- @samantharosa made their first contribution in #11
Full Changelog: v0.4.0...v0.5.0
Release 0.4.0
What's Changed
- Update to support opentelemetry v1.13.0 by @samuel-malpass in #10
New Contributors
- @samuel-malpass made their first contribution in #10
Full Changelog: v0.3.1...v0.4.0
Release 0.3.1
What's Changed
- Bugfix: support scrubbing nonstring dict keys by @mattbennett in #8
- Bugfix: support serialization of iterable dict keys by @mattbennett in #9
Full Changelog: v0.3.0...v0.3.1
Release 0.3.0
- Fix a memory leak due to worker contexts staying in scope (#7)
Release 0.2.0
Some refactoring of the EntrypointAdapter
base class that makes subclassing easier.
Release 0.1.0
Initial release 🎉