Browse Source

release: 24.5.0

getsentry-bot 10 months ago
parent
commit
e7ba4635ea
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.5.0
+------
+
+### Various fixes & improvements
+
+- Revert "fix(staff): Prevent fetching authenticators before preloading (#70938)" (2d7dcff0) by @getsentry-bot
+- feat(metrics): Add custom metrics banner (#70946) by @matejminar
+- feat(metrics): Register guide (#70948) by @matejminar
+- chore(issues): Add flag for resolve in upcoming release (#70898) by @roggenkemper
+- chore(generic-metrics): Add new options to toggle dropping percentiles (#70889) by @ayirr7
+- fix(slack): don't raise RuntimeError if unable to fetch property in slack request (#67798) by @cathteng
+- Revert "nit: Remove authenticators from state (#70365)" (c946f52a) by @getsentry-bot
+- feat(performance): Adds error rate to queues module (#70883) by @edwardgou-sentry
+- feat(related_issues): Support passing an event_id to the endpoint (#70878) by @armenzg
+- dev(similarity): add more telemetry to backfill (#70947) by @JoshFerge
+- fix(issues): Fix missing retries configuration (#70907) by @mrduncan
+- chore(metrics): rollout feature flag (#70940) by @obostjancic
+- feat(trace-explorer): Supports metrics min/max (#70920) by @Zylphrex
+- feat(performance): queues module table sorting (#70817) by @edwardgou-sentry
+- feat(metrics): Default custom metric + dismiss empty state (#70936) by @matejminar
+- ref: improve devimports test (#70926) by @asottile-sentry
+- ref(insights): abstract ScreenLoadSpanSamples side panel for mobile modules (#70890) by @KevinL10
+- fix(staff): Prevent fetching authenticators before preloading (#70938) by @schew2381
+- fix(api): Update Endpoint so it Returns 404 as a `status_code` (#70918) by @iamrajjoshi
+- Hook up `peanutbutter` as an LPQ backend (#69187) by @Swatinem
+- ref(insights): Declare module base URLs as constants (#70861) by @gggritso
+- fix(metrics): copy code location (#70932) by @obostjancic
+- chore(metrics): remove meta datetime param (#70928) by @obostjancic
+- ci: reduce time running codecov (#70885) by @giovanni-guidini
+
+_Plus 747 more_
+
 24.4.2
 ------
 

+ 1 - 1
setup.cfg

@@ -1,6 +1,6 @@
 [metadata]
 name = sentry
-version = 24.5.0.dev0
+version = 24.5.0
 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

@@ -3037,7 +3037,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.2"
+SELF_HOSTED_STABLE_VERSION = "24.5.0"
 
 # Whether we should look at X-Forwarded-For header or not
 # when checking REMOTE_ADDR ip addresses