File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.27.0
4+
5+ ### Various fixes & improvements
6+
7+ - fix: Make sure to use the default decimal context in our code (#4231) by @antonpirker
8+ - fix(integrations): ASGI integration not capture transactions in Websocket (#4293) by @guodong000
9+ - feat(typing): Make all relevant types public (#4315) by @antonpirker
10+ - feat(spans): Record flag evaluations as span attributes (#4280) by @cmanallen
11+ - test(logs): Avoid failure when running with integrations enabled (#4316) by @rominf
12+ - tests: Remove unused code and rerun (#4313) by @sentrivana
13+ - tests: Add cohere to toxgen (#4304) by @sentrivana
14+ - tests: Migrate fastapi to toxgen (#4302) by @sentrivana
15+ - tests: Add huggingface_hub to toxgen (#4299) by @sentrivana
16+ - tests: Add huey to toxgen (#4298) by @sentrivana
17+ - tests: Update tox.ini (#4297) by @sentrivana
18+ - tests: Move aiohttp under toxgen (#4319) by @sentrivana
19+ - tests: Fix version picking in toxgen (#4323) by @sentrivana
20+ - build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4318) by @dependabot
21+
322## 2.26.1
423
524### Various fixes & improvements
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.26.1 "
34+ release = "2.27.0 "
3535version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3636
3737
Original file line number Diff line number Diff line change @@ -966,4 +966,4 @@ def _get_default_options():
966966del _get_default_options
967967
968968
969- VERSION = "2.26.1 "
969+ VERSION = "2.27.0 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "2.26.1 " ,
24+ version = "2.27.0 " ,
2525 author = "Sentry Team and Contributors" ,
26262727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments