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+ ## 1.9.9
4+
5+ ### Django update (ongoing)
6+
7+ - Instrument Django Signals so they show up in "Performance" view (#1526 ) by @BeryJu
8+ - include other Django enhancements brought up by the community
9+
10+ ### Various fixes & improvements
11+
12+ - fix(profiling): Profiler mode type hints (#1633 ) by @Zylphrex
13+ - New ASGIMiddleware tests (#1600 ) by @antonpirker
14+ - build(deps): bump mypy from 0.961 to 0.971 (#1517 ) by @dependabot
15+ - build(deps): bump black from 22.3.0 to 22.8.0 (#1596 ) by @dependabot
16+ - build(deps): bump sphinx from 5.0.2 to 5.1.1 (#1524 ) by @dependabot
17+ - ref: upgrade linters to flake8 5.x (#1610 ) by @asottile-sentry
18+ - feat(profiling): Introduce different profiler schedulers (#1616 ) by @Zylphrex
19+ - fix(profiling): Check transaction sampled status before profiling (#1624 ) by @Zylphrex
20+ - Wrap Baggage ser/deser in capture_internal_exceptions (#1630 ) by @sl0thentr0py
21+ - Faster Tests (DjangoCon) (#1602 ) by @antonpirker
22+ - feat(profiling): Add support for profiles_sample_rate (#1613 ) by @Zylphrex
23+ - feat(profiling): Support for multithreaded profiles (#1570 ) by @Zylphrex
24+
325## 1.9.8
426
527### Various fixes & improvements
Original file line number Diff line number Diff line change 2929copyright = "2019, Sentry Team and Contributors"
3030author = "Sentry Team and Contributors"
3131
32- release = "1.9.8 "
32+ release = "1.9.9 "
3333version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3434
3535
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def _get_default_options():
104104del _get_default_options
105105
106106
107- VERSION = "1.9.8 "
107+ VERSION = "1.9.9 "
108108SDK_INFO = {
109109 "name" : "sentry.python" ,
110110 "version" : VERSION ,
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 = "1.9.8 " ,
24+ version = "1.9.9 " ,
2525 author = "Sentry Team and Contributors" ,
2626 author_email = "hello@sentry.io" ,
2727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments