Skip to content

Commit 00aca2e

Browse files
committed
release: 23.9.1
1 parent c9edcf3 commit 00aca2e

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
23.9.1
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- fix(fly): return user with correct auth (#56523) by @sentaur-athena
7+
- chore(api): Delete acceptance test for user tokens (#56537) by @schew2381
8+
- fix(backup): Suppress verbose SQL error reporting (#56583) by @azaslavsky
9+
- chore(github-growth): remove auto repo linking feature flag (#56581) by @cathteng
10+
- docs: Create some stories for PageBanner (#56519) by @ryan953
11+
- docs: Create a story for FeatureBadge (#56510) by @ryan953
12+
- ref(ui): Refine featureDisabled prop type (#56538) by @scttcper
13+
- migration(crons): Add MonitorIncident table (#56435) by @rjo100
14+
- ref(escalating-issues): Auto-transition tasks should update up to 500_000 groups per minute (#56168) by @NisanthanNanthakumar
15+
- chore(notifications): rename approval notifications to nudges in the UI (#56505) by @cathteng
16+
- feat(trace-view-load-more): Added ui for loading longer traces. (#56476) by @Abdkhan14
17+
- feat(starfish): add span domain array (#56494) by @wmak
18+
- chore(profiling): Track accepted profile outcomes (#56575) by @Zylphrex
19+
- feat(replay): Link page breadcrumb on Replay Details to the list page, filtered by project (#56574) by @ryan953
20+
- feat(crons): Add mark_environment_missed task (#56528) by @rjo100
21+
- fix(notifications): fixes bug for commited_only settings (#56518) by @scefali
22+
- ref(ddm): datetime params (#56567) by @obostjancic
23+
- chore(github-growth): stop writing to commitfilechange language column (#56491) by @cathteng
24+
- chore(github-growth): more FE analytics (#56507) by @cathteng
25+
- chore(hybrid-cloud): Mark extract_user_ids_from_mentions to be a region silo function (#56441) by @dashed
26+
- feat(statistical-detectors): Integrate detector with breakpoint detection (#56384) by @Zylphrex
27+
- feat(trace-view-load-more): Fixed bug that loads an extra row of orphans. (#56561) by @Abdkhan14
28+
- fix(dashboards): Use loading indicator to avoid multiple requests (#56558) by @narsaynorath
29+
- chore(hybrid-cloud): Stabilize issue integration defaults for split silo (#56297) by @dashed
30+
31+
_Plus 46 more_
32+
133
23.9.0
234
------
335

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-09-19
19+
Change Date: 2026-09-20
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.10.0.dev0
3+
version = 23.9.1
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)