|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.18.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- Add LaunchDarkly and OpenFeature integration (#3648) by @cmanallen |
| 8 | +- docs(hub): Correct typo in a comment (#3726) by @szokeasaurusrex |
| 9 | +- fix(tracing): End http.client span on timeout (#3723) by @Zylphrex |
| 10 | +- test: Fix UTC assuming test (#3722) by @BYK |
| 11 | +- fix(http2): Check for h2 existence (#3690) by @BYK |
| 12 | +- fix(profiling): Use `type()` instead when extracting frames (#3716) by @Zylphrex |
| 13 | +- test(tornado): Unpin `pytest` for `tornado-latest` tests (#3714) by @szokeasaurusrex |
| 14 | +- fix(starlette): Prefer python_multipart import over multipart (#3710) by @musicinmybrain |
| 15 | +- test(redis): Install `pytest-asyncio` for `redis` tests (Python 3.12-13) (#3706) by @szokeasaurusrex |
| 16 | +- ci: Clarify that only pinned tests are required (#3713) by @szokeasaurusrex |
| 17 | +- test(rq): Remove accidentally-committed print (#3712) by @szokeasaurusrex |
| 18 | +- test: Disable broken RQ test in newly-released RQ 2.0 (#3708) by @szokeasaurusrex |
| 19 | +- test(tox): Unpin `pytest` for `celery` tests (#3701) by @szokeasaurusrex |
| 20 | +- test(tox): Unpin `pytest` on Python 3.8+ `gevent` tests (#3700) by @szokeasaurusrex |
| 21 | +- ci(tox): Unpin `pytest` for Python 3.8+ `common` tests (#3697) by @szokeasaurusrex |
| 22 | +- ci: Run license compliance action on all PRs (#3699) by @szokeasaurusrex |
| 23 | +- ci: Run CodeQL action on all PRs (#3698) by @szokeasaurusrex |
| 24 | +- build: Remove pytest pin in requirements-devenv.txt (#3696) by @szokeasaurusrex |
| 25 | +- ci(tox): Exclude fakeredis 2.26.0 on py3.6 and 3.7 (#3695) by @szokeasaurusrex |
| 26 | +- fix(profiling): Update active thread for asgi (#3669) by @Zylphrex |
| 27 | +- tests: Test with Falcon 4.0 (#3684) by @sentrivana |
| 28 | +- fix(HTTP2Transport): Only enable HTTP2 when DSN is HTTPS (#3678) by @BYK |
| 29 | +- fix(strawberry): prepare for upstream extension removal (#3649) by @DoctorJohn |
| 30 | +- docs(sdk): Enhance README with improved clarity and developer-friendly examples (#3667) by @UTSAVS26 |
| 31 | + |
3 | 32 | ## 2.17.0
|
4 | 33 |
|
5 | 34 | ### Various fixes & improvements
|
|
0 commit comments