Upgrading to 0.27.0
This release introduces improvements to the trace writer. In addition, the release fixes some issues with integrations.
Changes
Core
- api: implement str (#980)
- API: add Unix Domain Socket connection support (#975)
- [core] Remove references to runtime-id (#971)
- sampler: rewrite RateByServiceSampler without using Lock (#959)
- Handle HTTP timeout in API writer (#955)
- payload: raise PayloadFull on full payload (#941)
Integrations
- [pymongo] Support newer msg requests (#985)
- pymongo: Add missing 2013 opcode (#961)
- Refs #983 - Make AIOTracedCursor an async generator (#984 -- thanks @ewjoachim)
- Fix a typo in AIOTracedCursor docstring (#982 -- thanks @ewjoachim)
- [sqlalchemy] Only set sample rate if configured (#978)
Documentation
Read the full changeset and the release milestone.