Skip to content

v1.0.0beta0

Pre-release
Pre-release
Compare
Choose a tag to compare
@danielmorell danielmorell released this 01 Sep 22:24
· 22 commits to master since this release
9fe5f8e

In v1.0.0 we will be removing support for Python 2. There are also a number of bug fixes and other small improvements. Removing the support for Python 2 reduced function calls and memory allocations allowing our data collection, cleaning, and serialization to be around 18% percent faster in benchmarks.

What's Changed

  • Fixed missing locals shortening on items with "trace_chain" instead of "trace" by @terencehonles in #365
  • Updated the base Ubuntu for CI to 20.04, and remove py 2.7, 3.4 by @danielmorell in #427
  • Removed deprecated flask before_first_request by @albertyw in #428
  • Removed support for Python 2 by @danielmorell in #435
  • Replaced FastAPI pure str comparison with PEP440 based comparison by @ayharano in #433
  • Replace httpx.post data kwarg with content by @ayharano in #425

New Contributors

Full Changelog: v0.16.4beta1...v1.0.0beta0