Skip to content

Commit f85b134

Browse files
committed
release: 22.8.0
1 parent fb1bc70 commit f85b134

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.8.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- fix(breadcrumbsFilter): Fix level tag crop issue (#37777) by @vuluongj20
7+
- ref(dropdownMenu): Mark as deprecated (#37319) by @vuluongj20
8+
- feat(workflow): Remove `duplicate-alert-rule` flag (#37489) by @scttcper
9+
- fix(dashboards): Fix custom metrics not displaying with units correctly in widget viewer(#37807) by @edwardgou-sentry
10+
- feat(replays): New column size and improve of a11y (#37765) by @jesus4497
11+
- ref(perf): Add duplicate detection on group hash (#37787) by @k-fish
12+
- fix(profiling): Profiling stats response for no projects (#37772) by @Zylphrex
13+
- feat(replays): Normalize resources with client expectations (#37708) by @cmanallen
14+
- feat(dashboard-filters): Save and expose releaseId in dashboards (#37779) by @narsaynorath
15+
- ref: upgrade confluent-kafka to 1.9.2 (#37733) by @asottile-sentry
16+
- pass resolution time to get_files_changed_in_releases() (#37800) by @komal-saini
17+
- don't call flagr on this feature flag since we'll be hard-coding the handler (#37799) by @barkbarkimashark
18+
- fix(suspect-resolutions): Get files changed in releases within 5h time-window (#37789) by @komal-saini
19+
- fix: explicitly define app label (#37795) by @MeredithAnya
20+
- fix(integrations): don't remove functions before they're actually removed (#37793) by @vpandiarajan20
21+
- ref(indexer): Add postgres, cloudspanner modules (#37771) by @MeredithAnya
22+
- Sentry Functions: Backend Webhook Integration (#37205) by @vpandiarajan20
23+
- ref(indexer): Deprecate DbKey (#37790) by @lynnagara
24+
- ref(suspect-resolutions): refactor code around (#37775) by @barkbarkimashark
25+
- fix(dashboard): Pass location to handleAddQueryToDashboard (#37785) by @shruthilayaj
26+
- fix(releases): filter out releases with projects by project membership instead of access (#37495) by @barkbarkimashark
27+
- feat(suspect-resolutions): track the suspect resolutions algo changes in analytics events (#37778) by @barkbarkimashark
28+
- Revert "fix(mep): Missed a tag resolver (#37768)" (#37782) by @k-fish
29+
- fix(ui): integrations text alignment (#37776) by @robinrendle
30+
31+
_Plus 789 more_
32+
133
22.7.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-07-15
19+
Change Date: 2025-08-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.8.0.dev0"
35+
VERSION = "22.8.0"
3636
IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
3737

3838

0 commit comments

Comments
 (0)