Skip to content

Commit 6c70986

Browse files
committed
release: 24.4.2
1 parent 001c56e commit 6c70986

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

Diff for: CHANGES

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
24.4.2
2+
------
3+
4+
### Related Issues - V1 (ongoing)
5+
6+
This will include same-root and trace-connected issues.
7+
8+
By: @armenzg (#69670, #69693, #69237)
9+
10+
### Various fixes & improvements
11+
12+
- feat(traces): Add multiple queries for trace search (#69929) by @k-fish
13+
- feat(api-idorslug): Rename Path paramaters to `project_id_or_slug` (#69716) by @iamrajjoshi
14+
- ref(rules): Handle action match in delayed rule processor (#69797) by @ceorourke
15+
- ref(crons): Improve typing on MONITOR_CODEC (#69919) by @evanpurkhiser
16+
- reF(ui): Use Link component for performance/cache/tables/transactionCell (#69906) by @evanpurkhiser
17+
- feat(replay): Refetch the viewed-by data after an update to it (#69357) by @ryan953
18+
- fix: no attribute error (#69908) by @nhsiehgit
19+
- feat(user): Add option to only return verified emails from verify_user_emails (#69812) by @davidenwang
20+
- ref(py): Update monitor_consumer to handle FilteredPayload (#69904) by @evanpurkhiser
21+
- ref: fix BytesWarning in last_seen_updater (#69909) by @asottile-sentry
22+
- ref(crons): Remove decode compat code (#69905) by @evanpurkhiser
23+
- ref(app-starts): Generalize screen table component (#69839) by @narsaynorath
24+
- ref(profiling): preserve colors when highlighting (#69912) by @JonasBa
25+
- fix(trace): track data quality from frontend (#69907) by @JonasBa
26+
- fix(project-release): POST should not call Snuba (#69831) by @sentaur-athena
27+
- fix(trace): use the same resize icon (#69869) by @JonasBa
28+
- feat(ui): Remove lazy renderer component prop (#69823) by @scttcper
29+
- ref(js): Use Link component in spanDescriptionLink (#69897) by @evanpurkhiser
30+
- feat(ui): Tag sentry events with concurrent mode (#69819) by @scttcper
31+
- ref: maxminddb module is always available, GEOIP_PATH_MMDB attr always present (#69902) by @asottile-sentry
32+
- fix(trace): remove click outside (#69862) by @JonasBa
33+
- ref(ui): Use Link component in performance http/tables/transactionCell (#69891) by @evanpurkhiser
34+
- ref(ui): Use Button for "Change Photo" (#69901) by @evanpurkhiser
35+
- feat(crons): Add ability dispatch clock ticks to kafka (#69896) by @evanpurkhiser
36+
37+
_Plus 478 more_
38+
139
24.4.1
240
------
341

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.5.0.dev0
3+
version = 24.4.2
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
@@ -3067,7 +3067,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30673067
SENTRY_SELF_HOSTED = True
30683068
# only referenced in getsentry to provide the stable beacon version
30693069
# updated with scripts/bump-version.sh
3070-
SELF_HOSTED_STABLE_VERSION = "24.4.1"
3070+
SELF_HOSTED_STABLE_VERSION = "24.4.2"
30713071

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

0 commit comments

Comments
 (0)