|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.21.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- feat(tracing): Add `__repr__` to `Baggage` (#4043) by @szokeasaurusrex |
| 8 | +- ref(utils): Explicitly use None default when checking metadata (#4039) by @mpurnell1 |
| 9 | +- fix(flags): Fix bug where concurrent accesses to the flags property could raise a RunTime error (#4034) by @cmanallen |
| 10 | +- fix(integrations): Do not patch `execute` (#4026) by @sentrivana |
| 11 | +- test: Fix typo in test name (#4036) by @szokeasaurusrex |
| 12 | +- ref(integrations): Add more min versions of frameworks (#3973) by @sentrivana |
| 13 | +- [1] Add tox generation script, but don't use it yet (#3971) by @sentrivana |
| 14 | +- Set level based on status code for HTTP client breadcrumbs (#4004) by @sentrivana |
| 15 | +- build(deps): bump actions/create-github-app-token from 1.11.2 to 1.11.3 (#4023) by @dependabot |
| 16 | +- Don't set transaction status to error on sys.exit(0) (#4025) by @sentrivana |
| 17 | +- feat(litestar): Add `failed_request_status_codes` (#4021) by @vrslev |
| 18 | +- build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.2 (#4015) by @dependabot |
| 19 | +- Fix mypy (#4019) by @sentrivana |
| 20 | +- feat(profiling): Continuous profiling sample rate (#4002) by @Zylphrex |
| 21 | +- feat(spans): track and report spans that were dropped (#4005) by @constantinius |
| 22 | +- chore(profiling): Change continuous profile buffer size (#3987) by @Zylphrex |
| 23 | +- Handle MultiPartParserError to avoid internal sentry crash (#4001) by @orhanhenrik |
| 24 | +- fix(ci): Various errors on master (#4009) by @Zylphrex |
| 25 | +- build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 (#3995) by @dependabot |
| 26 | +- Deprecate `enable_tracing` option (#3935) by @antonpirker |
| 27 | +- Split gevent tests off (#3964) by @sentrivana |
| 28 | +- Add support for Python 3.12 and 3.13 to AWS Lambda integration. (#3965) by @antonpirker |
| 29 | +- Use httpx_mock in test_httpx (#3967) by @sentrivana |
| 30 | +- fix(utils): Check that `__module__` is `str` (#3942) by @szokeasaurusrex |
| 31 | + |
| 32 | +_Plus 4 more_ |
| 33 | + |
3 | 34 | ## 2.20.0
|
4 | 35 |
|
5 | 36 | - **New integration:** Add [Typer](https://typer.tiangolo.com/) integration (#3869) by @patrick91
|
|
0 commit comments