From 94bf1b8aad4c21840829be1f362b096d12f782d0 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 15 Jan 2024 17:02:37 +0000 Subject: [PATCH] release: 24.1.0 --- 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 f68abe8acd6082..981fafcc89b300 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,35 @@ +24.1.0 +------ + +### Various fixes & improvements + +- feat(ddm-onboarding): Add dotnet instructions (#63194) by @ArthurKnaus +- fix(hybridcloud) Add org slug route for prompts-activity (#63122) by @markstory +- Fix typo in symx metrics (#63201) by @Swatinem +- chore(app-start): Add screen total referrer (#63192) by @narsaynorath +- ref(metrics_extraction): Metric spec versioning preparation (#63114) by @armenzg +- feat(ds): Only show Get Samples if org is dynamically sampled (#63193) by @matejminar +- feat(ddm-onboarding): Add js server instructions (#63189) by @ArthurKnaus +- chore(ddm): remove addWidgets functionality (#63188) by @obostjancic +- feat(ddm): new query default (#63187) by @obostjancic +- feat(ddm-onboarding): Add electron instructions (#63186) by @ArthurKnaus +- ref(ddm): Disable DDM via env var (#63178) by @jan-auer +- profiling(ref): specify int type for profiling.flamegraph.profile-set.size option (#63175) by @viglia +- feat(ddm): Move settings out of metrics selector (#63104) by @matejminar +- fix(flutter-web): hide unactionable missing source context errors (#62998) by @buenaflor +- ref(profiling): add option to handle the size of the profiles set to compute the flamegraph (#63112) by @viglia +- fix(self-hosted): Superuser can set options in self-hosted (#63068) by @hubertdeng123 +- feat(partnerships): adding org slug to agreement component (#63156) by @sentaur-athena +- feat: apitoken last characters option (#62972) by @mdtro +- fix: remove lodash/find usages (#63150) by @anonrig +- fix(performance): simplify `extractSpanURLString` method (#63153) by @anonrig +- ref(escalating issues): Remove backend feature flag references (#63036) by @ceorourke +- fix: remove lodash/flatmap usages (#63149) by @anonrig +- fix(events): remove lodash/assign usage (#63148) by @anonrig +- fix(webVitals): remove lodash/toUpper usage (#63146) by @anonrig + +_Plus 677 more_ + 23.12.1 ------- diff --git a/setup.cfg b/setup.cfg index 4de7b91f34b8ea..abce0a01f7017c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sentry -version = 24.1.0.dev0 +version = 24.1.0 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 2283b77ab21cbd..3164af91505487 100644 --- a/src/sentry/conf/server.py +++ b/src/sentry/conf/server.py @@ -3026,7 +3026,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.1" +SELF_HOSTED_STABLE_VERSION = "24.1.0" # Whether we should look at X-Forwarded-For header or not # when checking REMOTE_ADDR ip addresses