Skip to content

Commit 0e42a91

Browse files
committed
release: 24.5.1
1 parent 25c760f commit 0e42a91

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

Diff for: CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
24.5.1
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref(messaging): Removing Integration Namespace Imports (#72033) by @iamrajjoshi
7+
- ref(js): Fix a few biome warnings (#72048) by @evanpurkhiser
8+
- feat(insights): show update SDK banner cache module (#72015) by @DominikB2014
9+
- fix(spanMetrics): Don't mark avg as a percentile (#72046) by @wmak
10+
- fix(new-trace): Fixing scrollbar offset. (#72029) by @Abdkhan14
11+
- ref: fix types for sentry.utils.snowflake (#72019) by @asottile-sentry
12+
- fix(contexts): Fix casing for known context (#72045) by @leeandher
13+
- fix(related_issues): Prevent race condition (#72036) by @armenzg
14+
- fix(traceview): Allow raw text on additional data when set (#72038) by @leeandher
15+
- fix(insights): Fix flag name in Spans tab UI (#72039) by @0Calories
16+
- ref(test): Remove location from context (#72028) by @evanpurkhiser
17+
- feat(traces): Use new slice quantization from backend (#72034) by @k-fish
18+
- fix(context): Address a few small context bugs (#72013) by @leeandher
19+
- feat(self-hosted): Errors only self-hosted sidebar (#72012) by @hubertdeng123
20+
- fix(relocation): Clean up relocation serializer (#71930) by @azaslavsky
21+
- ref: remove wrapping RawEvent payload with CanonicalKeyView (#72010) by @asottile-sentry
22+
- feat(similarity): Add read only flag to NN endpoint (#72021) by @jangjodi
23+
- feat(remote-config): Add proxy endpoint for configurations (#71773) by @cmanallen
24+
- chore(login): update the login banners (#72027) by @pevensentry
25+
- fix(similarity): use get_primary_hash in backfill (#72022) by @JoshFerge
26+
- feat(empty-states): Update arcade for issue stream empty state (#72024) by @roggenkemper
27+
- Revert "ref(replays): update videoReplayer code to match new rrweb logic & bump rrweb version (#71875)" (7ed3a135) by @getsentry-bot
28+
- feat(profileHours): Add profile hours to org stats (#71882) by @scttcper
29+
- feat(contexts): Add laravel as known platform context (#72008) by @leeandher
30+
31+
_Plus 786 more_
32+
133
24.5.0
234
------
335

Diff for: setup.cfg

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

Diff for: src/sentry/conf/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
26372637
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
26382638
# only referenced in getsentry to provide the stable beacon version
26392639
# updated with scripts/bump-version.sh
2640-
SELF_HOSTED_STABLE_VERSION = "24.5.0"
2640+
SELF_HOSTED_STABLE_VERSION = "24.5.1"
26412641

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

0 commit comments

Comments
 (0)