Browse Source

release: 22.8.0

getsentry-bot 2 years ago
parent
commit
f85b1341f4
3 changed files with 34 additions and 2 deletions
  1. 32 0
      CHANGES
  2. 1 1
      LICENSE
  3. 1 1
      setup.py

+ 32 - 0
CHANGES

@@ -1,3 +1,35 @@
+22.8.0
+------
+
+### Various fixes & improvements
+
+- fix(breadcrumbsFilter): Fix level tag crop issue (#37777) by @vuluongj20
+- ref(dropdownMenu): Mark as deprecated (#37319) by @vuluongj20
+- feat(workflow): Remove `duplicate-alert-rule` flag (#37489) by @scttcper
+- fix(dashboards): Fix custom metrics not displaying with units correctly in widget viewer(#37807) by @edwardgou-sentry
+- feat(replays): New column size and improve of a11y (#37765) by @jesus4497
+- ref(perf): Add duplicate detection on group hash (#37787) by @k-fish
+- fix(profiling): Profiling stats response for no projects (#37772) by @Zylphrex
+- feat(replays): Normalize resources with client expectations (#37708) by @cmanallen
+- feat(dashboard-filters): Save and expose releaseId in dashboards (#37779) by @narsaynorath
+- ref: upgrade confluent-kafka to 1.9.2 (#37733) by @asottile-sentry
+- pass resolution time to get_files_changed_in_releases() (#37800) by @komal-saini
+- don't call flagr on this feature flag since we'll be hard-coding the handler (#37799) by @barkbarkimashark
+- fix(suspect-resolutions): Get files changed in releases within 5h time-window  (#37789) by @komal-saini
+- fix: explicitly define app label (#37795) by @MeredithAnya
+- fix(integrations): don't remove functions before they're actually removed (#37793) by @vpandiarajan20
+- ref(indexer): Add postgres, cloudspanner modules (#37771) by @MeredithAnya
+- Sentry Functions: Backend Webhook Integration (#37205) by @vpandiarajan20
+- ref(indexer): Deprecate DbKey (#37790) by @lynnagara
+- ref(suspect-resolutions): refactor code around (#37775) by @barkbarkimashark
+- fix(dashboard): Pass location to handleAddQueryToDashboard (#37785) by @shruthilayaj
+- fix(releases): filter out releases with projects by project membership instead of access (#37495) by @barkbarkimashark
+- feat(suspect-resolutions): track the suspect resolutions algo changes in analytics events (#37778) by @barkbarkimashark
+- Revert "fix(mep): Missed a tag resolver (#37768)" (#37782) by @k-fish
+- fix(ui): integrations text alignment (#37776) by @robinrendle
+
+_Plus 789 more_
+
 22.7.0
 22.7.0
 ------
 ------
 
 

+ 1 - 1
LICENSE

@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
                       error-reporting or application monitoring features of the
                       error-reporting or application monitoring features of the
                       Licensed Work.
                       Licensed Work.
 
 
-Change Date:          2025-07-15
+Change Date:          2025-08-15
 
 
 Change License:       Apache License, Version 2.0
 Change License:       Apache License, Version 2.0
 
 

+ 1 - 1
setup.py

@@ -32,7 +32,7 @@ from sentry.utils.distutils import (
     BuildJsSdkRegistryCommand,
     BuildJsSdkRegistryCommand,
 )
 )
 
 
-VERSION = "22.8.0.dev0"
+VERSION = "22.8.0"
 IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"
 IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1"