Skip to content

Commit 522613d

Browse files
committed
release: 23.8.0
1 parent 3c714c8 commit 522613d

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

CHANGES

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
23.8.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 (#54734, #54655, #54589, #54640, #54466, #54348, #54339, #53522, #54234)
9+
10+
### Notification Analytics Milestone 2 (ongoing)
11+
12+
By: @scttcper (#54744)
13+
14+
### Various fixes & improvements
15+
16+
- (fix): user creation for self-hosted clean installs (#54776) by @hubertdeng123
17+
- fix(replays): remove replay from desktop and mobile projects (#54749) by @michellewzhang
18+
- ref: add mypy stubs for django-csp (#54786) by @asottile-sentry
19+
- chore(hybrid-cloud): Update OrganizationAuditLogsEndpoint to be a control silo endpoint (#54755) by @dashed
20+
- fix: ensure PYTEST_DEBUG_TEMPROOT exists (#54725) by @joshuarli
21+
- ref(replays): Update replay pages to show project name (#54728) by @c298lee
22+
- chore(codeowners): Update codeowners with project creation files (#54774) by @schew2381
23+
- feat(commit-context): Do not create if older than 1 year (#54624) by @NisanthanNanthakumar
24+
- feat(backup): Support foreign key remapping (#54610) by @azaslavsky
25+
- feat(tracing-without-performance): Replay compatibility and ui improvements. (#54700) by @Abdkhan14
26+
- fix(crons): Add border back to non-sticky timeline header (#54770) by @davidenwang
27+
- ref: upgrade datadog to a typed version (#54758) by @asottile-sentry
28+
- ref(crons): Remove temp_task_dispatcher (#54768) by @evanpurkhiser
29+
- fix(metrics-layer): Add xfailing metrics layer sort test (#54712) by @wmak
30+
- ref(query-builder): Cleanup query_framework code (#54586) by @wmak
31+
- ref(statistical-detectors): Clean up statistical detectors calculation (#54694) by @Zylphrex
32+
- fix(crons): Add className parameter to timeline components (#54769) by @davidenwang
33+
- ref(ui): Enhance Carousel component (#54747) by @evanpurkhiser
34+
- Feat/opt automator add region (#54631) by @kneeyo1
35+
- sample-event: try synchronous kafka producing (#54748) by @JoshFerge
36+
- ref(alerts): Don't pass "name" field (#54739) by @ceorourke
37+
- chore(issues): Cleanup apply_rule logs and add some more for regressions (#54455) by @snigdhas
38+
- feat(crons): Implement fallback clock pulse task (#54647) by @evanpurkhiser
39+
- fix(actionable-items): Add scraping as hidden error (#54648) by @roggenkemper
40+
41+
_Plus 424 more_
42+
143
23.7.2
244
------
345

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-03
19+
Change Date: 2026-08-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.8.0.dev0
3+
version = 23.8.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)