Skip to content

Commit dfdf4fb

Browse files
committed
release: 23.11.0
1 parent 0365345 commit dfdf4fb

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGES

+40
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
23.11.0
2+
-------
3+
4+
### Notification Settings 2.0 (ongoing)
5+
6+
By: @scttcper (#58638, #58615)
7+
8+
### Resource Module Internal (ongoing)
9+
10+
By: @DominikB2014 (#58939, #58937, #58891, #58785, #58768, #58792, #58770)
11+
12+
### Various fixes & improvements
13+
14+
- fix(wizard) Fix possibly unbound variable in setup wizard (#59934) by @markstory
15+
- fix(starfish): Primary release can be undefined, check for it (#59993) by @shruthilayaj
16+
- feat(webvitals): Check if ttfb exists to determine proper no data state (#59912) by @edwardgou-sentry
17+
- feat(starfish): Highlight TTFD and link to docs when 0 (#59997) by @narsaynorath
18+
- fix(stafish): Fix typo in variable name (#59988) by @gggritso
19+
- feat(spans): Record resource spans for clustering (#58689) by @jjbayer
20+
- feat(metric-extraction): validate specs (#59981) by @obostjancic
21+
- ref(browser-starfish): use the shared domain selector in resource module (#59950) by @DominikB2014
22+
- feat(database): "View Query Summary" links in span waterfall (#59785) by @gggritso
23+
- chore(starfish): Rename breadcrumb, remove duplicate sidebar item (#59980) by @shruthilayaj
24+
- feat(profiling): add differential flamegraph boilerplate to statistical issue (#59905) by @JonasBa
25+
- feat(starfish): Use short release version and truncate (#59936) by @shruthilayaj
26+
- Unrevert "fix(metrics-extraction): Explicitly set metric type for metrics querying (#59931)" (#59960) by @k-fish
27+
- fix(email): alerts migration email text (#59975) by @obostjancic
28+
- feat(metrics) Check max orgs per project limit when creating investigation rules (#59852) by @RaduW
29+
- feat(ddm-alerts): Add force metrics layer params (#59974) by @ArthurKnaus
30+
- fix(project-create): Use large icon variant in framework suggestion (#59969) by @ArthurKnaus
31+
- ref: upgrade mypy to 1.7.0 (#59937) by @asottile-sentry
32+
- Move metadata from `File` to `EventAttachment` (#59845) by @Swatinem
33+
- Revert "feat(metric-extraction): validate specs (#59894)" (dc20e27c) by @getsentry-bot
34+
- feat(metric-extraction): validate specs (#59894) by @obostjancic
35+
- feat(ddm): Add option to forcefully use the new metrics layer (#59898) by @iambriccardo
36+
- feat(open-pr-comments): get PR files (#59933) by @cathteng
37+
- fix(feedback): Remove feedback item update on feedback list change (#59947) by @c298lee
38+
39+
_Plus 1016 more_
40+
141
23.10.1
242
-------
343

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2026-10-20
19+
Change Date: 2026-11-15
2020

2121
Change License: Apache License, Version 2.0
2222

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sentry
3-
version = 23.11.0.dev0
3+
version = 23.11.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)