Skip to content

Commit b739588

Browse files
committed
release: 23.9.0
1 parent 5041cef commit b739588

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

CHANGES

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
23.9.0
2+
------
3+
4+
### Notify on Disabled Integration (ongoing)
5+
6+
https://www.notion.so/sentry/Tech-Spec-Notify-on-Disabled-Integration-Spec-e7ea0f86ccd6419cb3e564067cf4a2ef?pvs=4
7+
8+
By: @chloeho7 (#54286)
9+
10+
### save_event improvements (ongoing)
11+
12+
With the new 2023 grouping config, we started incurring a higher processing cost per saved event.
13+
In order to bring it back under controlled a series of code changes will be perform to improve the understandability of the code and its performance.
14+
15+
By: @armenzg (#53643)
16+
17+
### Notification Analytics Milestone 2 (ongoing)
18+
19+
By: @scttcper (#56280, #56151, #56141, #55937, #55479, #55366, #54891, #54809)
20+
21+
### Various fixes & improvements
22+
23+
- feat(crons): Fan out `check_missing` task to each `monitor_environment` (#55924) by @rjo100
24+
- fix(severity): Prevent skipping severity score when equal to zero (#56225) by @lobsterkatie
25+
- docs(api): Clarify how to use id param in bulk delete issue endpoint (#56422) by @malwilley
26+
- feat(perf): Add link to Database view to sidebar (#56341) by @gggritso
27+
- chore(codeowners): update enterprise codeowners (#56487) by @cathteng
28+
- fix(commits): use externalId in filechange and project release commits FE (#56146) by @cathteng
29+
- fix(github-growth): improve performance of missing members API (#56477) by @cathteng
30+
- fix(api): test symbol sources in DetailedProjectSerializer (#56473) by @cathteng
31+
- feat(replay): Upgrade rrweb packages to v2 (#56088) by @billyvg
32+
- fix(backup): Handle UserRole name collisions (#56479) by @azaslavsky
33+
- logging(apis): better logging for api failures (#56432) by @scefali
34+
- Release threshold folder imports nit (#56400) by @nhsiehgit
35+
- docs: Document our loadingTriangle component (#56438) by @ryan953
36+
- ref(tests): Split error event tests into classes (#56448) by @lobsterkatie
37+
- fix(jira-server): try a second project for jira server if the first one fails (#56439) by @scefali
38+
- ref(snuba-sdk): Update snuba-sdk version to latest 2.0.1 (#56419) by @enochtangg
39+
- fix(actionable-items): Remove source map debug from actionable items (#56405) by @roggenkemper
40+
- feat(save_event): Always use cache for stacktrace processing (#56413) by @armenzg
41+
- feat(stat-detectors): Add param to fetch all tags (#56434) by @narsaynorath
42+
- feat(ddm): support for 1m interval (#56467) by @obostjancic
43+
- fix(minimetrics): Fix broken recursion detection (#56466) by @mitsuhiko
44+
- ref(typing): Few typing changes for sentry.snuba.metrics (#56397) by @armenzg
45+
- ref(sentry-sdk): Upgrade SDK (#56461) by @mitsuhiko
46+
- feat(ddm): Add metrics explorer from getsentry (#56460) by @matejminar
47+
48+
_Plus 1078 more_
49+
150
23.8.0
251
------
352

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-08-15
19+
Change Date: 2026-09-19
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.9.0.dev0
3+
version = 23.9.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)