From 9f30cbed6be321b4c590903506b7d484d43efa07 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Sat, 21 Dec 2024 13:06:48 +0000 Subject: [PATCH] release: 24.12.1 --- CHANGES | 32 ++++++++++++++++++++++++++++++++ setup.cfg | 2 +- src/sentry/conf/server.py | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a4e0464f27a085..0655a554ced755 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,35 @@ +24.12.1 +------- + +### Various fixes & improvements + +- fix: fixes KeyError when running with stale topic dlq (#82512) by @lynnagara +- chore(issue-views): Add analytics back to tab actions (#82504) by @MichaelSun48 +- chore(sentry apps): Introduce new error types for sentry apps (#82507) by @Christinarlong +- fix timezone normalization (#82496) by @kneeyo1 +- ref(tsc): convert teamAccessRequestModal to FC (#82470) by @michellewzhang +- ref(tsc): convert dashboardWidgetQuerySelectorModal to FC (#82466) by @michellewzhang +- ref(issue-views): Overhaul issue views state and logic to a new context (#82429) by @MichaelSun48 +- ref: strptime -> fromisoformat in tests (#82488) by @asottile-sentry +- chore(various): Fix linter warnings (#82494) by @lobsterkatie +- ref(insights): Split out `getAxisMaxForPercentageSeries` (#82493) by @gggritso +- fix(ecosystem): Track metrics for issue detail ticket creation (#82436) by @GabeVillalobos +- ref(aci): pass WorkflowJob into process_workflows (#82489) by @cathteng +- fix(group-events): Fix typo and error text (#82490) by @leeandher +- fix(web): Add react_config context on auth pages take 2 (#82480) by @BYK +- feat(alerts): ACI dual write alert rule helpers (#82400) by @ceorourke +- feat(dashboards): Pass `LineChart` series meta alongside the data (#82047) by @gggritso +- fix(eap): Numeric attribute filtering in snql eap (#82472) by @Zylphrex +- chore(issues): Opt in a few more endpoint tests to stronger types (#82382) by @mrduncan +- ref: remove calls to iso_format in testutils (#82461) by @asottile-sentry +- feat(dashboards): enable sorting by column in table view (#82239) by @harshithadurai +- ref(workflow_engine): remove remaining references to condition in validators (#82438) by @mifu67 +- fix(flags): separate permission class (#82463) by @oioki +- feat(new-trace): Fixing scroll on trace drawer (#82475) by @Abdkhan14 +- support routing stale messages to lowpri topic (#82322) by @lynnagara + +_Plus 240 more_ + 24.12.0 ------- diff --git a/setup.cfg b/setup.cfg index c7b83b9787a533..74308d4a224008 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sentry -version = 25.1.0.dev0 +version = 24.12.1 description = A realtime logging and aggregation server. long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/sentry/conf/server.py b/src/sentry/conf/server.py index 12b8e31b5ac385..ca5144bbd0527c 100644 --- a/src/sentry/conf/server.py +++ b/src/sentry/conf/server.py @@ -2532,7 +2532,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]: SENTRY_SELF_HOSTED_ERRORS_ONLY = False # only referenced in getsentry to provide the stable beacon version # updated with scripts/bump-version.sh -SELF_HOSTED_STABLE_VERSION = "24.12.0" +SELF_HOSTED_STABLE_VERSION = "24.12.1" # Whether we should look at X-Forwarded-For header or not # when checking REMOTE_ADDR ip addresses