Skip to content

Commit 88c7f2d

Browse files
committed
release: 23.10.1
1 parent ca804de commit 88c7f2d

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.10.1
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- fix(hybridcloud) Fix a queue silo assignment (#58386) by @markstory
7+
- feat(migrations): Add new index to `IncidentTrigger` model (#58467) by @isabellaenriquez
8+
- feat(suspect-commits): Remove suspect commit recalculation period (when all-frames is enabled) (#58415) by @malwilley
9+
- fix(starfish): Pass webvital to charts in Webvitals module (#58517) by @edwardgou-sentry
10+
- feat(hc): Add __str__ implementation for RpcUser (#58485) by @mrduncan
11+
- Revert "feat(replays): Replay layout move start time (#58488)" (80e576dd) by @getsentry-bot
12+
- Revert "feat(replays): Replay layout add breadcrumbs to fullscreen mode (#58466)" (7f6fe452) by @getsentry-bot
13+
- feat(replays): Replay layout move start time (#58488) by @c298lee
14+
- feat(replays): Replay layout add breadcrumbs to fullscreen mode (#58466) by @c298lee
15+
- fix(alerts): use generic metrics dataset for on demand (#58510) by @obostjancic
16+
- fix(on-demand): Fix p100 and percentiles (#58511) by @iambriccardo
17+
- feat(dynamic-sampling):Add raw_query and user relation to custom_rules model (second try) (#58447) by @RaduW
18+
- fix(alerts): on demand migration ui (#58508) by @obostjancic
19+
- Revert "fix(alerts): Fix dataset selector width (#58499)" (#58501) by @ArthurKnaus
20+
- fix(on-demand): p100 support (#58500) by @obostjancic
21+
- fix(alerts): Fix dataset selector width (#58499) by @ArthurKnaus
22+
- fix(on-demand): remove p90 (#58496) by @obostjancic
23+
- feat(on-demand): conditionally show on-demand UI (#58330) by @obostjancic
24+
- ref(escalating-issues): Change batch size to 100 (#58489) by @NisanthanNanthakumar
25+
- Add Papercut label (ff80fbb5) by @chadwhitacre
26+
- chore(replay): Cleanup DOM Tab test, before we remove the tab itself (#58486) by @ryan953
27+
- feat(replay): Add Jump up|down buttons to all the Replay Details tables & lists (#58359) by @ryan953
28+
- chore(agg-spans): Update language on span frequency (#58484) by @shruthilayaj
29+
- fix(statistical-detectors): Feature flags in wrong place (#58483) by @Zylphrex
30+
31+
_Plus 209 more_
32+
133
23.10.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-10-16
19+
Change Date: 2026-10-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.11.0.dev0
3+
version = 23.10.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)