diff --git a/CHANGES b/CHANGES index 19b472ca3e5173..ef5cb5d492a874 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,43 @@ +23.11.0 +------- + +### Notification Settings 2.0 (ongoing) + +By: @scttcper (#58638, #58615) + +### Resource Module Internal (ongoing) + +By: @DominikB2014 (#58939, #58937, #58891, #58785, #58768, #58792, #58770) + +### Various fixes & improvements + +- fix(wizard) Fix possibly unbound variable in setup wizard (#59934) by @markstory +- fix(starfish): Primary release can be undefined, check for it (#59993) by @shruthilayaj +- feat(webvitals): Check if ttfb exists to determine proper no data state (#59912) by @edwardgou-sentry +- feat(starfish): Highlight TTFD and link to docs when 0 (#59997) by @narsaynorath +- fix(stafish): Fix typo in variable name (#59988) by @gggritso +- feat(spans): Record resource spans for clustering (#58689) by @jjbayer +- feat(metric-extraction): validate specs (#59981) by @obostjancic +- ref(browser-starfish): use the shared domain selector in resource module (#59950) by @DominikB2014 +- feat(database): "View Query Summary" links in span waterfall (#59785) by @gggritso +- chore(starfish): Rename breadcrumb, remove duplicate sidebar item (#59980) by @shruthilayaj +- feat(profiling): add differential flamegraph boilerplate to statistical issue (#59905) by @JonasBa +- feat(starfish): Use short release version and truncate (#59936) by @shruthilayaj +- Unrevert "fix(metrics-extraction): Explicitly set metric type for metrics querying (#59931)" (#59960) by @k-fish +- fix(email): alerts migration email text (#59975) by @obostjancic +- feat(metrics) Check max orgs per project limit when creating investigation rules (#59852) by @RaduW +- feat(ddm-alerts): Add force metrics layer params (#59974) by @ArthurKnaus +- fix(project-create): Use large icon variant in framework suggestion (#59969) by @ArthurKnaus +- ref: upgrade mypy to 1.7.0 (#59937) by @asottile-sentry +- Move metadata from `File` to `EventAttachment` (#59845) by @Swatinem +- Revert "feat(metric-extraction): validate specs (#59894)" (dc20e27c) by @getsentry-bot +- feat(metric-extraction): validate specs (#59894) by @obostjancic +- feat(ddm): Add option to forcefully use the new metrics layer (#59898) by @iambriccardo +- feat(open-pr-comments): get PR files (#59933) by @cathteng +- fix(feedback): Remove feedback item update on feedback list change (#59947) by @c298lee + +_Plus 1016 more_ + 23.10.1 ------- diff --git a/LICENSE b/LICENSE index f569764be19805..43eeb5d989bdbd 100644 --- a/LICENSE +++ b/LICENSE @@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d error-reporting or application monitoring features of the Licensed Work. -Change Date: 2026-10-20 +Change Date: 2026-11-15 Change License: Apache License, Version 2.0 diff --git a/setup.cfg b/setup.cfg index 676ebc5c20388b..0d5aa4f665b852 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sentry -version = 23.11.0.dev0 +version = 23.11.0 description = A realtime logging and aggregation server. long_description = file: README.md long_description_content_type = text/markdown