Skip to content

Commit e21c117

Browse files
committed
release: 24.12.2
1 parent d4c7154 commit e21c117

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.12.2
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- feat(devservices): Add option to setup sentry with new devservices to existing action (#83415) by @hubertdeng123
7+
- ref(react19): Remove various styled defaultProps (#83409) by @scttcper
8+
- feat(new-trace-issues): Updating designs for trace preview in issue details (#83430) by @Abdkhan14
9+
- feat(metric-issues): Add "correlated issues" section (#83353) by @snigdhas
10+
- fix(ui): Clamp timeline zoom to the minute (#83435) by @evanpurkhiser
11+
- fix(eslint): Enable no-constant-binary-expression and fix violations (#83273) by @ryan953
12+
- feat(eap): Support eap autocompleting booleans (#83433) by @Zylphrex
13+
- fix(migrations): Actually fix BoundedPositiveBigIntegerField (#83431) by @wedamija
14+
- ref: delete dead serializer code (#83429) by @asottile-sentry
15+
- feat(ui): List available param keys in useParams (#83428) by @scttcper
16+
- ref: fix types for mentions serializer (#83424) by @asottile-sentry
17+
- :recycle: feat(workflow_engine): issue alert action migration util for slack (#83123) by @iamrajjoshi
18+
- feat(metric-issues): Hide log level indicator for non-error issues (#83354) by @snigdhas
19+
- ref: use types-requests-oauthlib (#83418) by @asottile-sentry
20+
- ref: use types-unidiff (#83416) by @asottile-sentry
21+
- ref(profiling) drop drag and drop functionality (#83420) by @JonasBa
22+
- ref: upgrade django-stubs (#83413) by @asottile-sentry
23+
- chore(alerts): Remove lingering activated alerts code (#83342) by @ceorourke
24+
- chore(analytics): Add experimental analytics for new streamlined orgs (#83390) by @leeandher
25+
- feat(dashboards): Improve duration Y axis label formatting (#83337) by @gggritso
26+
- ref(profiling): Merge profile provider for both modes (#83338) by @Zylphrex
27+
- fix(migrations): Set the correct internal type for BoundedPositiveBigIntegerField (#83412) by @wedamija
28+
- fix: check user in helper (#83407) by @oioki
29+
- fix(widget-builder): Aggregates with no column not wiped (#83410) by @narsaynorath
30+
31+
_Plus 775 more_
32+
133
24.12.1
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 = 25.1.0.dev0
3+
version = 24.12.2
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
@@ -2545,7 +2545,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
25452545
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
25462546
# only referenced in getsentry to provide the stable beacon version
25472547
# updated with scripts/bump-version.sh
2548-
SELF_HOSTED_STABLE_VERSION = "24.12.1"
2548+
SELF_HOSTED_STABLE_VERSION = "24.12.2"
25492549

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

0 commit comments

Comments
 (0)