From 9f5c5b76d98a0438a7e74a13333e982d3a7c59bc Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 21 Dec 2023 16:04:12 +0000 Subject: [PATCH] release: 23.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 b7c0acf1d5f3e..f68abe8acd608 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,35 @@ +23.12.1 +------- + +### Various fixes & improvements + +- migrations(crons): Add is_muted to MonitorEnvironment (#62115) by @rjo100 +- chore(logs): Remove logging for entire response object (#62123) by @leeandher +- ref: factor out our remaining pkg_resources usages (#62084) by @asottile-sentry +- ref: upgrade jsonschema (#62087) by @asottile-sentry +- Revert "ref: upgrade to python 3.11 (#59730)" (f3ad67ad) by @getsentry-bot +- fix(integrations) Make social auth user update silo safe (#62092) by @markstory +- fix(hybridcloud) Return early when we can't find organizations (#62126) by @markstory +- profiling: test idle callback finish strategy (#62171) by @JonasBa +- Revert "test(backup): Remove @targets decorator and improve assert message (#61719)" (2f81e776) by @getsentry-bot +- ref(tests): Remove TestStubs from contextPickerModal, customResolutionModal, debugMeta (#62132) by @billyvg +- chore: remove lodash usages (#61593) by @anonrig +- ref: upgrade to python 3.11 (#59730) by @asottile-sentry +- Revert "feat(replays): Remove scalar query optimization (#61815)" (08821e13) by @getsentry-bot +- feat(ddm): Handle dashboard naming collision (#62163) by @ArthurKnaus +- feat(ddm): Explicitly pass codeLocations to the ddm/meta endopint (#62155) by @iambriccardo +- fix(ddm): Metrics meta stale time (#62162) by @ArthurKnaus +- feat(ddm): Update PHP onboarding docs link (#62159) by @ArthurKnaus +- fix(ddm): Grouped chart crashing without data (#62158) by @ArthurKnaus +- feat(ddm): Add PHP onboarding (#62156) by @ArthurKnaus +- fix(onboarding-docs): Prism console warning language text (#62154) by @ArthurKnaus +- feat(setting): Add audit log to add team (#62129) by @ykamo001 +- fix(open-pr-comments): template nits (#62130) by @cathteng +- fix(suspect-commits): Fix code mapping for files without a slash (#61896) by @malwilley +- feat(replays): Add click.react_component_name as searchable field (#62027) by @cmanallen + +_Plus 100 more_ + 23.12.0 ------- diff --git a/setup.cfg b/setup.cfg index 0f94d09fb2394..879bf9b3bcf3b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sentry -version = 24.1.0.dev0 +version = 23.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 9d73027a97226..55139ae2dadc7 100644 --- a/src/sentry/conf/server.py +++ b/src/sentry/conf/server.py @@ -3036,7 +3036,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str] SENTRY_SELF_HOSTED = True # only referenced in getsentry to provide the stable beacon version # updated with scripts/bump-version.sh -SELF_HOSTED_STABLE_VERSION = "23.12.0" +SELF_HOSTED_STABLE_VERSION = "23.12.1" # Whether we should look at X-Forwarded-For header or not # when checking REMOTE_ADDR ip addresses