Skip to content

Commit a6f4bb7

Browse files
committed
release: 23.12.0
1 parent 1d98736 commit a6f4bb7

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
23.12.0
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- fix(craft): Set craft artifact provider to none (#62001) by @hubertdeng123
7+
- fix(starfish): Obey `utc` URL parameter (#61963) by @gggritso
8+
- ref(stats-detectors): Move classes for better imports (#61959) by @Zylphrex
9+
- feat(devserver) Bake in options to streamline devserver + ngrok (#61953) by @markstory
10+
- feat(replays): Remove scalar query optimization (#61815) by @cmanallen
11+
- fix(ddm): display all code locations (#61994) by @obostjancic
12+
- ref: upgrade to python 3.9 (#36860) by @asottile-sentry
13+
- feat(ddm): Move feedback button to header (#61997) by @ArthurKnaus
14+
- feat(inbound-filters): Relax pattern for matching ChunkLoadError(s) (#61988) by @iambriccardo
15+
- feat(discover): Add support for p90 in discover (#61990) by @iambriccardo
16+
- feat(ddm): Rename ddm to metrics (#61993) by @matejminar
17+
- fix(ddm): code location copy event propagation (#61987) by @obostjancic
18+
- feat(alerts): fade out custom percentiles (#61926) by @obostjancic
19+
- Fix Craft publish (#61982) by @chadwhitacre
20+
- ref(crons): Move tolerance fields out in monitor form (#61807) by @davidenwang
21+
- fix(replay): Fix alignment of FeatureBadge in Replay Details tabs (#61970) by @ryan953
22+
- feat(backup): Add creator/owner email/username to GET /relocations/ (#61969) by @azaslavsky
23+
- feat(crons): Sort DISABLED monitors to the end (#61950) by @evanpurkhiser
24+
- nit: Allow skipping scope_list argument in util func (#61967) by @schew2381
25+
- feat(staff): Create initial staff class for _admin mode (#61653) by @schew2381
26+
- Revert "ref: remove self-hosted cloudbuild (#61727)" (ae39b423) by @getsentry-bot
27+
- feat(spans): Groundwork for indexed spans tests (#61766) by @wmak
28+
- fix(user token): Stop leaking API token (#61941) by @ykamo001
29+
- fix(slack); Check for existence of org_context (#61966) by @ceorourke
30+
31+
_Plus 934 more_
32+
133
23.11.2
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 = 23.12.0.dev0
3+
version = 23.12.0
44
description = A realtime logging and aggregation server.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)