File tree 4 files changed +25
-3
lines changed
4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## 2.15.0
4
26
5
27
### Integrations
Original file line number Diff line number Diff line change 28
28
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
29
29
author = "Sentry Team and Contributors"
30
30
31
- release = "2.15 .0"
31
+ release = "2.16 .0"
32
32
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
33
33
34
34
Original file line number Diff line number Diff line change @@ -574,4 +574,4 @@ def _get_default_options():
574
574
del _get_default_options
575
575
576
576
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):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "2.15 .0" ,
24
+ version = "2.16 .0" ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments