Skip to content

Commit 9f5c5b7

Browse files
committed
release: 23.12.1
1 parent 7d2b58a commit 9f5c5b7

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+
23.12.1
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- migrations(crons): Add is_muted to MonitorEnvironment (#62115) by @rjo100
7+
- chore(logs): Remove logging for entire response object (#62123) by @leeandher
8+
- ref: factor out our remaining pkg_resources usages (#62084) by @asottile-sentry
9+
- ref: upgrade jsonschema (#62087) by @asottile-sentry
10+
- Revert "ref: upgrade to python 3.11 (#59730)" (f3ad67ad) by @getsentry-bot
11+
- fix(integrations) Make social auth user update silo safe (#62092) by @markstory
12+
- fix(hybridcloud) Return early when we can't find organizations (#62126) by @markstory
13+
- profiling: test idle callback finish strategy (#62171) by @JonasBa
14+
- Revert "test(backup): Remove @targets decorator and improve assert message (#61719)" (2f81e776) by @getsentry-bot
15+
- ref(tests): Remove TestStubs from contextPickerModal, customResolutionModal, debugMeta (#62132) by @billyvg
16+
- chore: remove lodash usages (#61593) by @anonrig
17+
- ref: upgrade to python 3.11 (#59730) by @asottile-sentry
18+
- Revert "feat(replays): Remove scalar query optimization (#61815)" (08821e13) by @getsentry-bot
19+
- feat(ddm): Handle dashboard naming collision (#62163) by @ArthurKnaus
20+
- feat(ddm): Explicitly pass codeLocations to the ddm/meta endopint (#62155) by @iambriccardo
21+
- fix(ddm): Metrics meta stale time (#62162) by @ArthurKnaus
22+
- feat(ddm): Update PHP onboarding docs link (#62159) by @ArthurKnaus
23+
- fix(ddm): Grouped chart crashing without data (#62158) by @ArthurKnaus
24+
- feat(ddm): Add PHP onboarding (#62156) by @ArthurKnaus
25+
- fix(onboarding-docs): Prism console warning language text (#62154) by @ArthurKnaus
26+
- feat(setting): Add audit log to add team (#62129) by @ykamo001
27+
- fix(open-pr-comments): template nits (#62130) by @cathteng
28+
- fix(suspect-commits): Fix code mapping for files without a slash (#61896) by @malwilley
29+
- feat(replays): Add click.react_component_name as searchable field (#62027) by @cmanallen
30+
31+
_Plus 100 more_
32+
133
23.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 = 24.1.0.dev0
3+
version = 23.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
@@ -3036,7 +3036,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
30363036
SENTRY_SELF_HOSTED = True
30373037
# only referenced in getsentry to provide the stable beacon version
30383038
# updated with scripts/bump-version.sh
3039-
SELF_HOSTED_STABLE_VERSION = "23.12.0"
3039+
SELF_HOSTED_STABLE_VERSION = "23.12.1"
30403040

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

0 commit comments

Comments
 (0)