Skip to content

Commit d9d2013

Browse files
committed
release: 23.6.0
1 parent bb151f0 commit d9d2013

File tree

3 files changed

+56
-2
lines changed

3 files changed

+56
-2
lines changed

CHANGES

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
23.6.0
2+
------
3+
4+
### Escalating Issues V1 (ongoing)
5+
6+
This will allow marking an issue as archived until escalating.
7+
8+
By: @scttcper (#50456)
9+
10+
### Escalating Issues V2 (EA) (ongoing)
11+
12+
This is a placeholder milestone for tracking post-v1 work for escalating issues.
13+
See the RFC: https://github.com/getsentry/rfcs/blob/main/text/0078-escalating-issues.md
14+
There's also discussions about escalation in here:
15+
https://github.com/getsentry/sentry/discussions/43039
16+
17+
V2 will focus on moving ongoing issues (upcoming) into the state archived-until-escalating after an issue being in the `ongoing` state for 14 days.
18+
19+
20+
By: @scttcper (#50896)
21+
22+
### JS Project Cleanup (ongoing)
23+
24+
By: @scttcper (#50684, #50682, #50670)
25+
26+
### Various fixes & improvements
27+
28+
- fix(issues): Switch to item kind on search autocomplete (#51045) by @scttcper
29+
- feat(consumer): Make max poll time configurable (#51020) by @ayirr7
30+
- fix(api) Don't fail on invalid queries to organization_teams endpoint (#51042) by @markstory
31+
- feat(starfish): Cleanup (#50957) by @DominikB2014
32+
- feat(hybridcloud) Run celery workers for each silo (#50821) by @markstory
33+
- fix(hybrid-cloud): Allow enums to serialize in RPC calls (#50913) by @mikejihbe
34+
- ref: Make model cache replica db preference configurable (#51027) by @beezz
35+
- fix(crons): Properly specify occurrence data (#50974) by @rjo100
36+
- ref(starfish): Remove all references to scraped data SQL (#51033) by @gggritso
37+
- feat(graphql): Add has_graphql_request analytics property to issue/event (#50949) by @malwilley
38+
- fix(perf-issues): Require space in N+1 ext span description (#50994) by @mjq-sentry
39+
- fix(starfish): issues table reloads when span type changes (#50970) by @DominikB2014
40+
- feat(dynamic-sampling): Improve AM2 compatibility check (#51039) by @iambriccardo
41+
- ref(replay): Deduplicate components used in Replay Details>Error & Network tabs (#50884) by @ryan953
42+
- fix(traces): Return empty array when accessing offender span ids (#51037) by @narsaynorath
43+
- feat(discover-tags): Add page_size and cursor to endpoint (#50971) by @narsaynorath
44+
- fix(hybrid-cloud): Fix normalizeUrl (#51014) by @dashed
45+
- feat(starfish): Switch use_case_id for spans (#50757) by @wmak
46+
- fix(mocks) Fix load-mocks usage or OrganizationMember (#50942) by @markstory
47+
- fix(profiling): Ensure there are symbolicated frames for profile (#50999) by @Zylphrex
48+
- fix(starfish): Special cursor name for span table cursor (#50966) by @shruthilayaj
49+
- feat(starfish): Span category chart error and loading status (#50946) by @shruthilayaj
50+
- ref(starfish): Remove scraped data query fallbacks (#50972) by @gggritso
51+
- fix(native/unreal): Don't overwrite a previously set event level (#50717) by @bitsandfoxes
52+
53+
_Plus 669 more_
54+
155
23.5.2
256
------
357

LICENSE

Lines changed: 1 addition & 1 deletion
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-31
19+
Change Date: 2026-06-15
2020

2121
Change License: Apache License, Version 2.0
2222

setup.cfg

Lines changed: 1 addition & 1 deletion
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.6.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)