Skip to content

Commit 0a10a66

Browse files
committed
release: 24.3.0
1 parent 6f043be commit 0a10a66

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
24.3.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref(rules): Translate int minutes to words (#67021) by @ceorourke
7+
- fix(rate_limits): Remove special rate limits for group_index (#66730) by @volokluev
8+
- fix(replays): Drop and log click events with negative node-ids (#66993) by @cmanallen
9+
- ref: fix typing in sentry.testutils.factories (#67046) by @asottile-sentry
10+
- fix(discord): Add more unactionable status codes to ignore from slo (#66903) by @17hogeju
11+
- fix(hybridcloud) Deliver payloads concurrently (#66870) by @markstory
12+
- fix(tests): skip flaky test (#67047) by @scefali
13+
- ref(escalating): Remove TODOs from forecast task (#66889) by @jangjodi
14+
- feat(replays): move full replay button (#67014) by @scefali
15+
- fix(webvitals): drop fid column from page overview samples table (#66998) by @edwardgou-sentry
16+
- ref: remove unused strip_toplevel from safe_extract_zip (#67011) by @asottile-sentry
17+
- chore(hybridcloud) Remove outbox based webhooks (#66158) by @markstory
18+
- chore(processing) remove unused settings (#66967) by @markstory
19+
- feat(metric-stats): Add metric_stats generic metrics namespace (#66955) by @Dav1dde
20+
- feat(metrics): Add React Native onboarding (#66960) by @krystofwoldrich
21+
- feat(metrics): Add metrics onboarding for Android and Java (#67033) by @markushi
22+
- perf: add tracing to nodestore (#67002) by @anonrig
23+
- ref(projconfig): Fix typo in instrumentation in span op (#67035) by @iker-barriocanal
24+
- fix: disallow inviting Admin user if team-level roles are enabled (#66836) by @oioki
25+
- ref(projconfigs): Add more instrumentation (#66957) by @iker-barriocanal
26+
- feat(ddm): Add custom_metrics_access organization flag (#66953) by @iambriccardo
27+
- chore(ddm): add sidebar item flag (#66951) by @obostjancic
28+
- fix(issue-priority): Remove box shadow from priority dropdown (#67031) by @malwilley
29+
- ref(replay/issues): link full replay to errors tab from rage click issue (#67030) by @michellewzhang
30+
31+
_Plus 1307 more_
32+
133
24.2.0
234
------
335

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sentry
3-
version = 24.3.0.dev0
3+
version = 24.3.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3089,7 +3089,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30893089
SENTRY_SELF_HOSTED = True
30903090
# only referenced in getsentry to provide the stable beacon version
30913091
# updated with scripts/bump-version.sh
3092-
SELF_HOSTED_STABLE_VERSION = "24.2.0"
3092+
SELF_HOSTED_STABLE_VERSION = "24.3.0"
30933093

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

0 commit comments

Comments
 (0)