Skip to content

Commit e68da5c

Browse files
committed
release: 22.6.0
1 parent d4f8252 commit e68da5c

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
22.6.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref: replace `import_submodules` with explicit `*` imports (#35677) by @asottile-sentry
7+
- ref: fix linting of fixtures namespace (#35684) by @asottile-sentry
8+
- ref(sentry app): Rewrite Sentry App Tests (#35664) by @ceorourke
9+
- feat(discover): Support sum function while querying metrics in discover (#35576) by @edwardgou-sentry
10+
- ref: re-enable pyc files now that we're on python 3 (#35678) by @asottile-sentry
11+
- ref: allow explicit relative imports `from .json` (#35676) by @asottile-sentry
12+
- fix(replays): fix error/durations on Replays for page >1 (#35647) by @SDaian
13+
- ref(virtualizedtree): compute startindex and avoid wasteful iterations (#35621) by @JonasBa
14+
- feat: Thread names (#35620) by @loewenheim
15+
- Revert "Revert "ref: simplify and type flake8 plugin (#35645)" (#35651)" (#35673) by @asottile-sentry
16+
- fix(cra-metrics): Count all users in metrics alerts (#34957) by @jjbayer
17+
- feat: Run csharp/il2cpp events through symbolicator (#35615) by @Swatinem
18+
- ref: upgrade boto* packages to fix conflicts (#34524) by @asottile-sentry
19+
- ref(stack-trace): Update header style (#35670) by @priscilawebdev
20+
- fix(relay): Defer cache invalidation up until after DB transaction (#35523) by @untitaker
21+
- feat(dashboard): Add field options for table cols to config (#35622) by @shruthilayaj
22+
- fix(projectconfig): Invalidation task deals with deleted project (#35668) by @flub
23+
- ref(stack-trace): Add new design changes - (#35617) by @priscilawebdev
24+
- chore(deps): bump @sentry/release-parser from 1.3.0 to 1.3.1 (#35657) by @dependabot
25+
- chore(deps): bump core-js from 3.22.7 to 3.23.1 (#35656) by @dependabot
26+
- ref(widget-builder): Replace Feedback Button with FeatureFeedback component (#35571) by @priscilawebdev
27+
- chore(deps): bump echarts from 5.3.1 to 5.3.3 (#35658) by @dependabot
28+
- build(deps): bump css-what from 5.0.0 to 5.1.0 (#35623) by @dependabot
29+
- build(deps-dev): bump @types/node from 17.0.38 to 17.0.42 (#35598) by @dependabot
30+
31+
_Plus 746 more_
32+
133
22.5.0
234
------
335

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2025-05-16
19+
Change Date: 2025-06-15
2020

2121
Change License: Apache License, Version 2.0
2222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
BuildJsSdkRegistryCommand,
3333
)
3434

35-
VERSION = "22.6.0.dev0"
35+
VERSION = "22.6.0"
3636
IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
3737

3838

0 commit comments

Comments
 (0)