Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Releases: honeycombio/beeline-python

v3.1.0

20 Jan 23:03
90509bb
Compare
Choose a tag to compare

Improvements

  • add a count of SQL queries to root span in django (#205) | @jmhodges

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

13 Jan 19:33
v3.0.0
a37a0b4
Compare
Choose a tag to compare

!!! Breaking Changes !!!

Minimum supported Python version is now 3.5

Maintenance

Full Changelog: v2.18.0...v3.0.0

v2.18.0

23 Dec 19:57
b9b3c04
Compare
Choose a tag to compare

Improvements

  • accept both w3c and honeycomb propagation headers by default (#199) | @vreynolds

Full Changelog: v2.17.3...v2.18.0

v2.17.3

01 Dec 21:08
ef7ed2a
Compare
Choose a tag to compare

Fixes

Maintenance

v2.17.2

19 Oct 18:22
bc53d4e
Compare
Choose a tag to compare

What's Changed

Fixes

Maintenance

New Contributors

Full Changelog: v2.17.1...v2.17.2

v2.17.1

01 Sep 20:53
d65a136
Compare
Choose a tag to compare

Fixes:

v2.17.0

28 May 23:14
1b69749
Compare
Choose a tag to compare

2.17.0 2021-05-28

Improvements:

  • Added support for Django streaming responses (#166)

Fixes:

  • Avoid using deprecated Django request.is_ajax() (#160)

v2.16.2

22 Jan 14:28
422d4c1
Compare
Choose a tag to compare

Fixes

  • Capture exception details in AWS Lambda middleware (#154)
  • Default w3c sampled flag to 01 (#152)

v2.16.1

08 Jan 19:12
v2.16.1
2ab8dea
Compare
Choose a tag to compare

Fixed

  • Fix missing content_type, content_length, and status_code in spans from error responses (#145) @vbarua

v2.16.0

25 Nov 16:16
e526871
Compare
Choose a tag to compare

2.16.0

Improvements:

  • Add app.exception_stacktrace to context when an exception is thrown (#135)

Fixes:

  • Fix requests patch to correctly build span name (#142)
  • Fix deprecations related to unittest usage (#141)