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