Skip to content

Commit 9f30cbe

Browse files
committed
release: 24.12.1
1 parent d2decf3 commit 9f30cbe

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.1
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- fix: fixes KeyError when running with stale topic dlq (#82512) by @lynnagara
7+
- chore(issue-views): Add analytics back to tab actions (#82504) by @MichaelSun48
8+
- chore(sentry apps): Introduce new error types for sentry apps (#82507) by @Christinarlong
9+
- fix timezone normalization (#82496) by @kneeyo1
10+
- ref(tsc): convert teamAccessRequestModal to FC (#82470) by @michellewzhang
11+
- ref(tsc): convert dashboardWidgetQuerySelectorModal to FC (#82466) by @michellewzhang
12+
- ref(issue-views): Overhaul issue views state and logic to a new context (#82429) by @MichaelSun48
13+
- ref: strptime -> fromisoformat in tests (#82488) by @asottile-sentry
14+
- chore(various): Fix linter warnings (#82494) by @lobsterkatie
15+
- ref(insights): Split out `getAxisMaxForPercentageSeries` (#82493) by @gggritso
16+
- fix(ecosystem): Track metrics for issue detail ticket creation (#82436) by @GabeVillalobos
17+
- ref(aci): pass WorkflowJob into process_workflows (#82489) by @cathteng
18+
- fix(group-events): Fix typo and error text (#82490) by @leeandher
19+
- fix(web): Add react_config context on auth pages take 2 (#82480) by @BYK
20+
- feat(alerts): ACI dual write alert rule helpers (#82400) by @ceorourke
21+
- feat(dashboards): Pass `LineChart` series meta alongside the data (#82047) by @gggritso
22+
- fix(eap): Numeric attribute filtering in snql eap (#82472) by @Zylphrex
23+
- chore(issues): Opt in a few more endpoint tests to stronger types (#82382) by @mrduncan
24+
- ref: remove calls to iso_format in testutils (#82461) by @asottile-sentry
25+
- feat(dashboards): enable sorting by column in table view (#82239) by @harshithadurai
26+
- ref(workflow_engine): remove remaining references to condition in validators (#82438) by @mifu67
27+
- fix(flags): separate permission class (#82463) by @oioki
28+
- feat(new-trace): Fixing scroll on trace drawer (#82475) by @Abdkhan14
29+
- support routing stale messages to lowpri topic (#82322) by @lynnagara
30+
31+
_Plus 240 more_
32+
133
24.12.0
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.1
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
@@ -2532,7 +2532,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
25322532
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
25332533
# only referenced in getsentry to provide the stable beacon version
25342534
# updated with scripts/bump-version.sh
2535-
SELF_HOSTED_STABLE_VERSION = "24.12.0"
2535+
SELF_HOSTED_STABLE_VERSION = "24.12.1"
25362536

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

0 commit comments

Comments
 (0)