Releases: honeycombio/beeline-python
Releases · honeycombio/beeline-python
v2.4.3
- Fixed issue in tracer context manager where span object was not yielded.
v2.4.2
- Fixes issue where trace_id and parent_id were not passed from the tracer context manager.
- Removes some references to non-existent code.
v2.4.1
Fixes possible crash in the tracer context manager.
v2.4.0
Adds new traced
decorator.
v2.3.1
Bug fix: Use .get() to extract info from the the META attribute on the request object in Django to avoid errors when that info is missing.
v2.3.0-1
Merge pull request #39 from honeycombio/tredman.propagate_custom_context
[tracing] propagate trace fields to earlier spans
v2.1.0
Merge pull request #33 from honeycombio/tredman.add_marshal_headers
[api] add marshal_trace_context to top-level API
v2.0.0
Merge pull request #30 from honeycombio/tredman.bump-2.0.0
bump version to 2.0.0
v1.3.1
Merge pull request #23 from honeycombio/nathanleclaire.use_dict_get
Use dict get instead of direct dict access in Flask init