File tree 4 files changed +26
-3
lines changed
4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.14.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - tests: Remove broken bottle tests (#3505) by @sentrivana
8
+ - Fixed config for old coverage versions (#3504) by @antonpirker
9
+ - Fix AWS Lambda tests (#3495) by @antonpirker
10
+ - Better test coverage reports (#3498) by @antonpirker
11
+ - feat(celery): Add wrapper for `Celery().send_task` to support behavior as `Task.apply_async` (#2377) by @divaltor
12
+ - fix(django): SentryWrappingMiddleware.__init__ fails if super() is object (#2466) by @cameron-simpson
13
+ - feat(strawberry): Support Strawberry 0.239.2 (#3491) by @szokeasaurusrex
14
+ - ref: Remove obsolete object as superclass (#3480) by @sentrivana
15
+ - Fix data_category for sessions envelope items (#3473) by @sl0thentr0py
16
+ - fix: Fix non-UTC timestamps (#3461) by @szokeasaurusrex
17
+ - Add separate pii_denylist to EventScrubber and run it always (#3463) by @sl0thentr0py
18
+ - Revert "Pin httpx till upstream gets resolved (#3465)" (#3466) by @sl0thentr0py
19
+ - feat(integrations): New `SysExitIntegration` (#3401) by @szokeasaurusrex
20
+ - ref(types): Replace custom TYPE_CHECKING with stdlib typing.TYPE_CHECKING (#3447) by @dev-satoshi
21
+ - Pin httpx till upstream gets resolved (#3465) by @sl0thentr0py
22
+ - chore(tracing): Refactor `tracing_utils.py` (#3452) by @rominf
23
+ - feat: Add SENTRY_SPOTLIGHT env variable support (#3443) by @BYK
24
+ - style: explicitly export symbols instead of ignoring (#3400) by @hartungstenio
25
+
3
26
## 2.13.0
4
27
5
28
### Various fixes & improvements
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.13 .0"
31
+ release = "2.14 .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 @@ -567,4 +567,4 @@ def _get_default_options():
567
567
del _get_default_options
568
568
569
569
570
- VERSION = "2.13 .0"
570
+ VERSION = "2.14 .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.13 .0" ,
24
+ version = "2.14 .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