Skip to content

Commit e7ba463

Browse files
committed
release: 24.5.0
1 parent 2d7dcff commit e7ba463

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sentry
3-
version = 24.5.0.dev0
3+
version = 24.5.0
44
description = A realtime logging and aggregation server.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

src/sentry/conf/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3037,7 +3037,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
30373037
SENTRY_SELF_HOSTED = True
30383038
# only referenced in getsentry to provide the stable beacon version
30393039
# updated with scripts/bump-version.sh
3040-
SELF_HOSTED_STABLE_VERSION = "24.4.2"
3040+
SELF_HOSTED_STABLE_VERSION = "24.5.0"
30413041

30423042
# Whether we should look at X-Forwarded-For header or not
30433043
# when checking REMOTE_ADDR ip addresses

0 commit comments

Comments
 (0)