Skip to content

Commit cfcff1f

Browse files
committed
release: 24.2.0
1 parent c699781 commit cfcff1f

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.2.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- Revert "build: update redis and remove redis-py-cluster (#64711)" (c699781d) by @getsentry-bot
7+
- rename issue_alert creators (#65207) by @nhsiehgit
8+
- ref(similarity-embedding): Move log (#65243) by @jangjodi
9+
- build: update redis and remove redis-py-cluster (#64711) by @anonrig
10+
- feat(metrics_extraction): user_misery to fall back to Discover (#65232) by @armenzg
11+
- build: optimize extract-ios-device-names command (#65112) by @anonrig
12+
- feat(trace): prevent back forward navigation (#65244) by @JonasBa
13+
- feat(metrics): Support basic spans metrics examples (#65119) by @Zylphrex
14+
- ref(similar-embeddings): Add shouldBeGrouped to diff analytics (#65235) by @jangjodi
15+
- chore(issues): Revert-revert of deleting streamline-targeting-context (#65160) by @leeandher
16+
- ref: use decode_responses=False for raw=True redis cache (#64885) by @asottile-sentry
17+
- fix(profiling): fix measurement chart messaging (#65237) by @JonasBa
18+
- ref: replace trivial uses of utcnow with tz-aware now (#65085) by @asottile-sentry
19+
- feat(hybridcloud) Add a metric for webhook saves (#65185) by @markstory
20+
- feat(ddm): sample tooltip prefix (#65230) by @obostjancic
21+
- fix(relay): Increase project config timeout (#65229) by @jjbayer
22+
- fix(ddm): Add op to series name (#65231) by @ArthurKnaus
23+
- chore(dashboards): remove inline widget editor (#65166) by @obostjancic
24+
- feat(ddm): Prefix multi query series names (#65222) by @ArthurKnaus
25+
- fix(ddm): Remove connected nulls (#65221) by @ArthurKnaus
26+
- chore(stats): remove metrics (#65220) by @obostjancic
27+
- feat(platforms): Add platform deno in BE (#65218) by @ArthurKnaus
28+
- feat(ddm): Multi query chart (#65217) by @ArthurKnaus
29+
- chore(dashboards): remove custom metrics from widget builder (#65156) by @obostjancic
30+
31+
_Plus 207 more_
32+
133
24.1.2
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.2.0.dev0
3+
version = 24.2.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
@@ -3053,7 +3053,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30533053
SENTRY_SELF_HOSTED = True
30543054
# only referenced in getsentry to provide the stable beacon version
30553055
# updated with scripts/bump-version.sh
3056-
SELF_HOSTED_STABLE_VERSION = "24.1.2"
3056+
SELF_HOSTED_STABLE_VERSION = "24.2.0"
30573057

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

0 commit comments

Comments
 (0)