This repository was archived by the owner on Aug 13, 2025. It is now read-only.
Releases: honeycombio/beeline-python
Releases · honeycombio/beeline-python
v3.1.0
Improvements
New Contributors
- @jmhodges-color made their first contribution in #205
Full Changelog: v3.0.0...v3.1.0
v3.0.0
!!! Breaking Changes !!!
Minimum supported Python version is now 3.5
Maintenance
- drop python < 3.5 support, update vulnerable deps (#202) | | @vreynolds
- gh: add re-triage workflow (#201) | | @vreynolds
Full Changelog: v2.18.0...v3.0.0
v2.18.0
Improvements
- accept both w3c and honeycomb propagation headers by default (#199) | @vreynolds
Full Changelog: v2.17.3...v2.18.0
v2.17.3
Fixes
- Remove condition on status code (#191) | @JamieDanielson
- Close trace regardless of exception (#190) | @vreynolds
Maintenance
- Update dependabot to monthly (#194) | @vreynolds
- Add python 3.9 and 3.10 to test matrix (#192) | @vreynolds
- Add example app using Flask (#189) | @JamieDanielson
- Empower apply-labels action to apply labels (#187) | robbkidd
v2.17.2
What's Changed
Fixes
- Always return True for sampling when sample rate is 1 by @MikeGoldsmith in #185
Maintenance
- Adds Stalebot by @JamieDanielson in #183
- Change maintenance badge to maintained by @JamieDanielson in #182
New Contributors
- @JamieDanielson made their first contribution in #183
Full Changelog: v2.17.1...v2.17.2
v2.17.1
Fixes:
- Fix stringifying tuple parameters in flask DB middleware (#177) @anselm-helbig & @mnemonikk