Skip to content

Commit db71b8d

Browse files
committed
release: 24.4.1
1 parent c418650 commit db71b8d

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.4.1
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref(search): normalize parsed values (#69198) by @JonasBa
7+
- deps(ui): Upgrade webpack dev server, terser (#69150) by @scttcper
8+
- chore(hc): Handles sentry app permission check where org is not found (#69175) by @GabeVillalobos
9+
- chore(feature): Clean up released features that use `OptionBackedRolloutFeatureHandler` in getsentry (#69168) by @wedamija
10+
- feat(crons): Send assignee to issue platform (#69160) by @wedamija
11+
- ref(profiling): add deny list check when ingesting function metrics for a given project (#69180) by @viglia
12+
- ref(replays): show network tab under ff (#69171) by @michellewzhang
13+
- feat: Add Activated Alert Rules to alert rule index (#69124) by @nhsiehgit
14+
- Feat: Enable activated alert creation via alert rule form (#68959) by @nhsiehgit
15+
- test(ui): Add test for GH-69143 (#69149) by @evanpurkhiser
16+
- fix(issues): Fix title of unlabeled errors (#69195) by @matejminar
17+
- feat(trace): add shortcuts button (#69188) by @JonasBa
18+
- ref(trace): fix formatter (#69185) by @JonasBa
19+
- fix(grid-editable): adjust resizer height (#69190) by @obostjancic
20+
- ref(search) case insensitive grammar (#69146) by @JonasBa
21+
- fix(consumers): Handle passed in cluster overrides (#69112) by @rgibert
22+
- ref(related_issues): Minor code refactoring before feature work (#69137) by @armenzg
23+
- Enable queries using project slug as filter and groupby in Metrics API (#69111) by @shellmayr
24+
- feat(perf): Minor fixes to Requests view I (#69156) by @gggritso
25+
- fix(ddm): Add message to the block metric confirm modal (#69184) by @matejminar
26+
- feat(combo-box): Make it feel more like a select (#69087) by @ArthurKnaus
27+
- chore(replay): add ff for enabling network tab for mobile replays (#69166) by @michellewzhang
28+
- ref(replay): Cleanup old session-replay-trace-table experiment (backend) (#68822) by @ryan953
29+
- feat: improved user auth tokens (#68148) by @mdtro
30+
31+
_Plus 182 more_
32+
133
24.4.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.5.0.dev0
3+
version = 24.4.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
@@ -3071,7 +3071,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30713071
SENTRY_SELF_HOSTED = True
30723072
# only referenced in getsentry to provide the stable beacon version
30733073
# updated with scripts/bump-version.sh
3074-
SELF_HOSTED_STABLE_VERSION = "24.4.0"
3074+
SELF_HOSTED_STABLE_VERSION = "24.4.1"
30753075

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

0 commit comments

Comments
 (0)