Skip to content

Commit 2ffe51a

Browse files
committed
release: 23.11.2
1 parent bb1cbec commit 2ffe51a

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.11.2
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- feat(notifications): replace logic for bulk settings update (#60502) by @scefali
7+
- ref(notifications): remove some unused hybrid cloud service methods (#60488) by @scefali
8+
- fix(backup): Fix various small import and comparison bugs (#60593) by @azaslavsky
9+
- fix(alerts): Chart query overflowing container in alert details (#60597) by @ArthurKnaus
10+
- fix(perf): Allow `null` size fields in span waterfall (#60601) by @gggritso
11+
- ref(notifications): remove unused notification manager methods (#60493) by @scefali
12+
- ref(notifications): stop using update settings tests p2 (#60500) by @scefali
13+
- ref(notifications): modify legacy option code (#60437) by @scefali
14+
- ref(notifications): stop using update settings in unsubscribe context (#60445) by @scefali
15+
- fix(ddm): invalid mri message (#60599) by @obostjancic
16+
- feat(resources): Add link to resource summary from waterfall (#60557) by @AbhiPrasad
17+
- chore(perf-web-vitals-widget): Updated description. (#60598) by @Abdkhan14
18+
- ref(webvitals): Support for using stored performance scores (#60397) by @edwardgou-sentry
19+
- chore(codeowners): add ddm owners (#60588) by @obostjancic
20+
- ref(charts): Use `GranularityLadder` class to get chart intervals (#60374) by @gggritso
21+
- feat(starfish): Fetch better releases in the selector (#60563) by @shruthilayaj
22+
- feat(profiling): add copy function source button (#60468) by @JonasBa
23+
- fix(hybrid-cloud): Fix cross-silo access on issue creation (#60595) by @leeandher
24+
- chore(hybridcloud) Move email reply tasks to a dedicated queue (#60560) by @markstory
25+
- fix(hybridcloud) Remove externalactor.actor_id (#60548) by @markstory
26+
- perf(charts): refactor baseChart (#60411) by @JonasBa
27+
- fix(metrics): Refine text contents for investigation rule notification (#60590) by @RaduW
28+
- ref(profiling): remove old call tree table (#60052) by @JonasBa
29+
- feat(ddm): spans use case (#60587) by @obostjancic
30+
31+
_Plus 111 more_
32+
133
23.11.1
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.11.2
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)