Skip to content

Commit dfa5d7a

Browse files
committed
release: 23.5.1
1 parent 5305acd commit dfa5d7a

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGES

+40
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
23.5.1
2+
------
3+
4+
### Issue States and Filters (ongoing)
5+
6+
By: @scttcper (#49578, #49157)
7+
8+
### JS Project Cleanup (ongoing)
9+
10+
By: @scttcper (#49381, #49255, #49210, #49159)
11+
12+
### Various fixes & improvements
13+
14+
- fix(hc): Change integration search endpoint to control silo (#49589) by @RyanSkonnord
15+
- fix(starfish): Zerofill round up (#49598) by @shruthilayaj
16+
- feat(starfish): Update endpoint overview to be consistent (#49607) by @shruthilayaj
17+
- ref(performance): Move metrics histogram outlier filtering (#48731) by @mjq-sentry
18+
- feat(starfish): Add top endpoints chart to web service view (#49603) by @shruthilayaj
19+
- feat(starfish): Fix span summary chart styling (#49463) by @0Calories
20+
- feat(starfish): Updated WSV span group chart (#49499) by @shruthilayaj
21+
- ref(perf): Mark long-task with sentry-tracing-init (#49481) by @k-fish
22+
- chore(profiling): Add flags for more profiling features (#49461) by @Zylphrex
23+
- feat(starfish): Switch top graph to p50 (#49510) by @wmak
24+
- feat(starfish): adds synchronized axis markers to starfish charts (#49504) by @edwardgou-sentry
25+
- deps: bump profiling to alpha.6 (#49127) by @JonasBa
26+
- feat(create-project): Add framework selection modal tests (#49305) by @priscilawebdev
27+
- chore(discover-transactions-cell-action): Removed go to summary cell … (#49406) by @Abdkhan14
28+
- Add index on sentry_monitorchecking.date_added to avoid seq scans during cleanup (#49310) by @beezz
29+
- Add a utility to query the memory usage percentage of a configured redis cluster (#49459) by @Swatinem
30+
- ref(createProject): convert test from jsx to tsx (#49304) by @priscilawebdev
31+
- ref(project-creation): Convert overview from class to func (#49303) by @priscilawebdev
32+
- feat(project-creation): Add framework selection modal (#49300) by @priscilawebdev
33+
- chore(js): Use FormFieldProps vs FormField['props'] (#49591) by @evanpurkhiser
34+
- feat(hybrid-cloud): Update api invite helper (#48829) by @dashed
35+
- chore(js): Convert Form to a FC (#49525) by @evanpurkhiser
36+
- ref(js): Convert SentryAppExternalIssueForm for a FC (#49581) by @evanpurkhiser
37+
- feat(issue-states): auto transition new and regressed issues to ongoing (#49522) by @barkbarkimashark
38+
39+
_Plus 306 more_
40+
141
23.5.0
242
------
343

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-05-15
19+
Change Date: 2026-05-23
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.6.0.dev0
3+
version = 23.5.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)