File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.61.1
4+
5+ ### New Features ✨
6+
7+ - (litellm) Support span streaming by @alexander-alderman-webb in [#6317](https://github.com/getsentry/sentry-python/pull/6317)
8+ - (rust-tracing) Support span streaming by @alexander-alderman-webb in [#6433](https://github.com/getsentry/sentry-python/pull/6433)
9+
10+ ### Internal Changes 🔧
11+
12+ #### Rq
13+
14+ - Pin `fakeredis<2.36.0` in tests by @alexander-alderman-webb in [#6454](https://github.com/getsentry/sentry-python/pull/6454)
15+ - Unpin `redis` and `fakeredis` for tests by @alexander-alderman-webb in [#6443](https://github.com/getsentry/sentry-python/pull/6443)
16+
17+ #### Other
18+
19+ - (aiohttp) Unfurl spans explicitly instead of using pop() by @sentrivana in [#6435](https://github.com/getsentry/sentry-python/pull/6435)
20+ - (tox) Migrate from pip to uv via tox-uv by @sentry-junior in [#6390](https://github.com/getsentry/sentry-python/pull/6390)
21+ - Pin redis<8 for rq by @sl0thentr0py in [#6438](https://github.com/getsentry/sentry-python/pull/6438)
22+
323## 2.61.0
424
525### New Features ✨
Original file line number Diff line number Diff line change 3131copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
3232author = "Sentry Team and Contributors"
3333
34- release = "2.61.0 "
34+ release = "2.61.1 "
3535version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3636
3737
Original file line number Diff line number Diff line change @@ -1745,4 +1745,4 @@ def _get_default_options() -> "dict[str, Any]":
17451745del _get_default_options
17461746
17471747
1748- VERSION = "2.61.0 "
1748+ VERSION = "2.61.1 "
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def get_file_text(file_name):
2222
2323setup (
2424 name = "sentry-sdk" ,
25- version = "2.61.0 " ,
25+ version = "2.61.1 " ,
2626 author = "Sentry Team and Contributors" ,
2727 author_email = "hello@sentry.io" ,
2828 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments