Skip to content

Commit fa2d91a

Browse files
committed
release: 23.5.0
1 parent 18d6486 commit fa2d91a

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

CHANGES

+46
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
23.5.0
2+
------
3+
4+
### Escalating Issues V1 (ongoing)
5+
6+
This will allow marking an issue as archived until escalating.
7+
8+
By: @scttcper (#48498, #47408), @armenzg (#48257, #48369, #48332, #48272, #48247, #48102, #48104, #47626, #47822, #47625), @jangjodi (#47954, #47843, #47716, #47601, #47593, #47586, #47578, #47496, #47419), @snigdhas (#47789, #47681, #47437), @NisanthanNanthakumar (#47799, #47749)
9+
10+
### Issue States and Filters (ongoing)
11+
12+
By: @scttcper (#48047), @barkbarkimashark (#47691, #48042, #47881, #48043, #47753, #47720), @snigdhas (#48289, #47909, #48164, #47785, #47832, #47689, #47687, #47604, #47603, #47420)
13+
14+
### JS Project Cleanup (ongoing)
15+
16+
By: @lobsterkatie (#49060, #49045), @scttcper (#48873, #48883, #48841, #48825, #48379)
17+
18+
### Various fixes & improvements
19+
20+
- fix(onboarding): Add missing `useEffect` dependency (#49105) by @lobsterkatie
21+
- ref(api): Rename `handleXhrErrorResponse` to `getXhrErrorResponseHandler` (#49100) by @lobsterkatie
22+
- chore(starfish): Remove the count if query (#49097) by @shruthilayaj
23+
- fix(issue-platform): Fix `get_event_by_id` to correctly return occurrence information for transactions (#49059) by @wedamija
24+
- feat(starfish): Compare span samples to p50 baseline in table column (#48959) by @0Calories
25+
- feat(source-maps): adds new case for source map debugging (#49061) by @scefali
26+
- feat(starfish): Add releases to db module (#48782) by @wmak
27+
- ref(trends): Impose strict top event limit (#49098) by @udameli
28+
- feat(replays): Log to stdout when a slow click event is detected (#48775) by @cmanallen
29+
- fix(txnames): Revert high threshold for running the clusterer (#49087) by @jjbayer
30+
- instr(txnames): Count number of discovered rules (#49085) by @jjbayer
31+
- Allow defining different symbolicator for JS LPQ (#49072) by @Swatinem
32+
- feat(transaction-summary): Add analytics to track biases sufficiency assessment (#48865) by @priscilawebdev
33+
- chore(hybrid-cloud): save outbox messages when creating them for org members (#49055) by @dashed
34+
- feat(api): Allow overriding default pagination limits for testing (#49056) by @evanpurkhiser
35+
- feat(js): Add useMembers hook (#49043) by @evanpurkhiser
36+
- feat(issues): Add archived issue tag (#49044) by @scttcper
37+
- fix(issues): Remove resolve/archive/ignore action icons (#49058) by @scttcper
38+
- ref(pageFilters): Add ability to disable persistence (#49048) by @vuluongj20
39+
- ref(js): Export useTeams as a named export (#49052) by @evanpurkhiser
40+
- chore(roles): Pixel Matters for Project/Team Settings Pages (#49042) by @leedongwei
41+
- ref(hc): Create ControlOption to support cross silo options (#48833) by @corps
42+
- chore(issue-platform): Remove project level option for creating issues via platform (#48911) by @wedamija
43+
- fix(issue-states): increase time limits for auto transitioning to ongoing issues (#49033) by @barkbarkimashark
44+
45+
_Plus 1059 more_
46+
147
23.4.0
248
------
349

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-04-17
19+
Change Date: 2026-05-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.5.0.dev0
3+
version = 23.5.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)