File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.16.0
4+
5+ ### Various fixes & improvements
6+
7+ - Remove flaky test (#3626) by @sentrivana
8+ - Add 3.13 to setup.py (#3574) by @sentrivana
9+ - Add 3.13 to basepython (#3589) by @sentrivana
10+ - feat(bottle): Add `failed_request_status_codes` (#3618) by @szokeasaurusrex
11+ - feat: Add opportunistic Brotli compression (#3612) by @BYK
12+ - fix(django): improve getting psycopg3 connection info (#3580) by @nijel
13+ - feat: Add `__notes__` support (#3620) by @szokeasaurusrex
14+ - fix: Open relevant error when SpotlightMiddleware is on (#3614) by @BYK
15+ - build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#3617) by @dependabot
16+ - feat(django): Add SpotlightMiddleware when Spotlight is enabled (#3600) by @BYK
17+ - feat: Add httpcore based HTTP2Transport (#3588) by @BYK
18+ - Add http_methods_to_capture to ASGI Django (#3607) by @sentrivana
19+ - ref(bottle): Delete never-reached code (#3605) by @szokeasaurusrex
20+ - Remove useless makefile targets (#3604) by @antonpirker
21+ - Simplify tox version spec (#3609) by @sentrivana
22+ - Consolidate contributing docs (#3606) by @antonpirker
23+ - Fix type of sample_rate in DSC (and add explanatory tests) (#3603) by @antonpirker
24+
325## 2.15.0
426
527### Integrations
Original file line number Diff line number Diff line change 2828copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
2929author = "Sentry Team and Contributors"
3030
31- release = "2.15 .0"
31+ release = "2.16 .0"
3232version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3333
3434
Original file line number Diff line number Diff line change @@ -574,4 +574,4 @@ def _get_default_options():
574574del _get_default_options
575575
576576
577- VERSION = "2.15 .0"
577+ VERSION = "2.16 .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.15 .0" ,
24+ version = "2.16 .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