Browse Source

Merge branch 'releases/24.4.1'

getsentry-bot 10 months ago
parent
commit
687200efe8
3 changed files with 34 additions and 2 deletions
  1. 32 0
      CHANGES
  2. 1 1
      setup.cfg
  3. 1 1
      src/sentry/conf/server.py

+ 32 - 0
CHANGES

@@ -1,3 +1,35 @@
+24.4.1
+------
+
+### Various fixes & improvements
+
+- ref(search): normalize parsed values (#69198) by @JonasBa
+- deps(ui): Upgrade webpack dev server, terser (#69150) by @scttcper
+- chore(hc): Handles sentry app permission check where org is not found (#69175) by @GabeVillalobos
+- chore(feature): Clean up released features that use `OptionBackedRolloutFeatureHandler` in getsentry (#69168) by @wedamija
+- feat(crons): Send assignee to issue platform (#69160) by @wedamija
+- ref(profiling): add deny list check when ingesting function metrics for a given project (#69180) by @viglia
+- ref(replays): show network tab under ff (#69171) by @michellewzhang
+- feat: Add Activated Alert Rules to alert rule index (#69124) by @nhsiehgit
+- Feat: Enable activated alert creation via alert rule form (#68959) by @nhsiehgit
+- test(ui): Add test for GH-69143 (#69149) by @evanpurkhiser
+- fix(issues): Fix title of unlabeled errors (#69195) by @matejminar
+- feat(trace): add shortcuts button (#69188) by @JonasBa
+- ref(trace): fix formatter (#69185) by @JonasBa
+- fix(grid-editable): adjust resizer height (#69190) by @obostjancic
+- ref(search) case insensitive grammar (#69146) by @JonasBa
+- fix(consumers): Handle passed in cluster overrides (#69112) by @rgibert
+- ref(related_issues): Minor code refactoring before feature work (#69137) by @armenzg
+- Enable queries using project slug as filter and groupby in Metrics API (#69111) by @shellmayr
+- feat(perf): Minor fixes to Requests view I (#69156) by @gggritso
+- fix(ddm): Add message to the block metric confirm modal (#69184) by @matejminar
+- feat(combo-box): Make it feel more like a select (#69087) by @ArthurKnaus
+- chore(replay): add ff for enabling network tab for mobile replays (#69166) by @michellewzhang
+- ref(replay): Cleanup old session-replay-trace-table experiment (backend) (#68822) by @ryan953
+- feat: improved user auth tokens (#68148) by @mdtro
+
+_Plus 182 more_
+
 24.4.0
 ------
 

+ 1 - 1
setup.cfg

@@ -1,6 +1,6 @@
 [metadata]
 name = sentry
-version = 24.5.0.dev0
+version = 24.4.1
 description = A realtime logging and aggregation server.
 long_description = file: README.md
 long_description_content_type = text/markdown

+ 1 - 1
src/sentry/conf/server.py

@@ -3071,7 +3071,7 @@ STATUS_PAGE_API_HOST = "statuspage.io"
 SENTRY_SELF_HOSTED = True
 # only referenced in getsentry to provide the stable beacon version
 # updated with scripts/bump-version.sh
-SELF_HOSTED_STABLE_VERSION = "24.4.0"
+SELF_HOSTED_STABLE_VERSION = "24.4.1"
 
 # Whether we should look at X-Forwarded-For header or not
 # when checking REMOTE_ADDR ip addresses