diff --git a/CHANGES b/CHANGES index d3edb43d6cd166..84afe672222eeb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,35 @@ +24.11.1 +------- + +### Various fixes & improvements + +- feat(toolbar): Make the login-success page have styles that blend with the login flow (#81230) by @ryan953 +- fix(issues): Revert to app external issue name (#81277) by @scttcper +- Revert "chore(similarity): Do not send > 30 system frames to seer (#81259)" (104352cb) by @getsentry-bot +- :wrench: chore(slos): Update Halt to Success for Bot Commands (#81271) by @iamrajjoshi +- fix(auth): Adding scoping_organization_id to replica (#81213) by @sentaur-athena +- chore(similarity): Do not send > 30 system frames to seer (#81259) by @jangjodi +- fix(issues): Animate dropdown chevrons, button sizes (#81262) by @scttcper +- feat(eap): Add missing profile.id column to EAP (#81263) by @Zylphrex +- ref(dashboards): Modify how permissions are handled for editing/deleting dashboards (#80684) by @harshithadurai +- feat(explore): Format numeric tags nicely in explore (#81255) by @Zylphrex +- fix(explore): Preserve sort when adding group by (#81258) by @Zylphrex +- ref(insights): remove insights-domain-view flag part 1 (#81241) by @DominikB2014 +- chore(alerts): Drop included and excluded projects (#81250) by @ceorourke +- ref: fix flaky digests test (#81256) by @asottile-sentry +- chore(sentryapps) Remove option for sentryapp RPC transition (#81245) by @markstory +- fix(grouping): Only collect metadata timing metric when actually getting metadata (#81252) by @lobsterkatie +- chore(performance): Remove old anomaly detection backend (#80696) by @gggritso +- Revert "chore(similarity): Add logging for over 30 system frames (#81130)" (7b7e7955) by @getsentry-bot +- ♻️ chore(slo): SLOs for CommitContextIntegration (#81225) by @iamrajjoshi +- chore(widget-builder): Remove organization props (#81248) by @narsaynorath +- chore(integrations): SourceCodeSearchEndpoint metrics (#80956) by @mifu67 +- chore(vsts): vsts installation step metrics (#80789) by @cathteng +- Remove excluded_projects & include_all_projects columns (#81204) by @ceorourke +- fix(issues): Wrap solutions in error boundary (#81244) by @scttcper + +_Plus 338 more_ + 24.11.0 ------- diff --git a/setup.cfg b/setup.cfg index aae014f9aa7768..86183084f54309 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sentry -version = 24.12.0.dev0 +version = 24.11.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 881f6ff4839b69..82a9b2982cb7b9 100644 --- a/src/sentry/conf/server.py +++ b/src/sentry/conf/server.py @@ -2494,7 +2494,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.11.0" +SELF_HOSTED_STABLE_VERSION = "24.11.1" # Whether we should look at X-Forwarded-For header or not # when checking REMOTE_ADDR ip addresses