Skip to content

Commit 36738b8

Browse files
committed
release: 24.12.0
1 parent 92e31b8 commit 36738b8

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.0
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- chore(utils): allow duplicate values in registry by making reverse lookup optional (#82114) by @cathteng
7+
- feat(workflow_engine): Add `process_data_packets` method (#82002) by @saponifi3d
8+
- ref(workflow_engine): Remove DetectorType (#82111) by @saponifi3d
9+
- chore(aci milestone 3): move aggregation value helpers to incidents directory (#82103) by @mifu67
10+
- ref(feedback): remove spam detection logs - replaced by redash (#82071) by @aliu39
11+
- fix(activity): Update activity message for linked issues (#82064) by @snigdhas
12+
- ref(replay): improve error messages for invalid searches that raise CouldNotParseValue (#82048) by @aliu39
13+
- fix(toolbar): Include credentials with fetch requests (#82108) by @ryan953
14+
- feat(autofix): Add support for streamed output (#82024) by @roaga
15+
- :sparkles: feat(discord): add button to redirect for user linking (#82104) by @iamrajjoshi
16+
- feat(workflow_engine): Adding support for `process_workflows` in the IssuePlatform (#81975) by @saponifi3d
17+
- ref: remove skip_for_relay_store (#82106) by @asottile-sentry
18+
- feat(metric-issues): Configure workflow notifications by group type (#81609) by @snigdhas
19+
- fix(iphone-codes): update frontend definitions (#82100) by @armcknight
20+
- ref: improve grouphash_metadata test (#82101) by @asottile-sentry
21+
- fix(iphone-codes): update BE mapping; remove unused method (#82094) by @armcknight
22+
- ref: remove xfail_if_not_postgres (#82097) by @asottile-sentry
23+
- ref: fix typing for endpoints.project_rule_preview (#82089) by @asottile-sentry
24+
- ref: fix types for test_event_attachment_details (#82091) by @asottile-sentry
25+
- ref: remove requires_not_arm64 (#82093) by @asottile-sentry
26+
- chore(aci): enforce config schema without subclassing (#81979) by @cathteng
27+
- ref: fix types for eventstore.test_base (#82092) by @asottile-sentry
28+
- chore(stacktrace): Make source map tooltip aligned (#82016) by @MichaelSun48
29+
- ref: delete unused GroupEnvironmentWithStatsSerializer (#82090) by @asottile-sentry
30+
31+
_Plus 93 more_
32+
133
24.11.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.12.0.dev0
3+
version = 24.12.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
@@ -2490,7 +2490,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
24902490
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
24912491
# only referenced in getsentry to provide the stable beacon version
24922492
# updated with scripts/bump-version.sh
2493-
SELF_HOSTED_STABLE_VERSION = "24.11.2"
2493+
SELF_HOSTED_STABLE_VERSION = "24.12.0"
24942494

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

0 commit comments

Comments
 (0)