Skip to content

Commit 9b8aac1

Browse files
committed
release: 23.7.0
1 parent 3d67d3a commit 9b8aac1

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

CHANGES

+50
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
23.7.0
2+
------
3+
4+
### Escalating Issues V2 (EA) (ongoing)
5+
6+
This is a placeholder milestone for tracking post-v1 work for escalating issues.
7+
See the RFC: https://github.com/getsentry/rfcs/blob/main/text/0078-escalating-issues.md
8+
There's also discussions about escalation in here:
9+
https://github.com/getsentry/sentry/discussions/43039
10+
11+
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.
12+
13+
14+
By: @snigdhas (#52360)
15+
16+
### Search Shortcuts (ongoing)
17+
18+
Make common searches more accessible and discoverable for users. [notion page](https://www.notion.so/sentry/Search-Shortcuts-fka-Assignee-Filter-on-Issue-Stream-648954e782d04805bc64f1983e5cbd16?pvs=4)
19+
20+
By: @scttcper (#52414, #52348)
21+
22+
### Various fixes & improvements
23+
24+
- test(hybrid-cloud): Stabilizes sentry app install tests (#53004) by @GabeVillalobos
25+
- ref(saved search): Migrate betterPriority to priority (#52909) by @ceorourke
26+
- ref(sort): Change betterPriority to priority (#52910) by @ceorourke
27+
- feat(crons): Use timeout_at for timed out check-ins (#52570) by @rjo100
28+
- ref(event_manager): Fix typing issues for event_manager (#52974) by @armenzg
29+
- test(backup): Add more model tests (#52923) by @azaslavsky
30+
- fix(replays): fix bin/mock-replays script (#52927) by @michellewzhang
31+
- ref(crons): Change to uuid validator for trace (#52561) by @rjo100
32+
- fix(crons): Properly checks for environment name lengths (#52820) by @rjo100
33+
- feat(grouping): Add metrics for issue merging and unmerging (#52919) by @lobsterkatie
34+
- chore(starfish): Adding referrers to starfish (#52749) by @wmak
35+
- chore(starfish): Add starfish referrers to the backend (#52754) by @wmak
36+
- ref(tsc): usageChart utils to tsx (#52935) by @IanWoodard
37+
- chore(hybrid-cloud): Add tags to debug Identity service (#52997) by @dashed
38+
- feat(starfish): Add unit and types for rates (#52991) by @wmak
39+
- ref(replay): Refactor the "Next Breadcrumb" button to use *Frame types (#52931) by @ryan953
40+
- fix(group-attributes): log metric when post_save.send(update_fields=["status", "subs"]) is called for group (#52996) by @barkbarkimashark
41+
- fix(releases): Use query parameter when switching filters (#52937) by @scttcper
42+
- fix(discord): Change log level from error to info for unauthorized interactions (#52946) by @spalmurray
43+
- ref: fix typing for sentry.models.__init__ (#52992) by @asottile-sentry
44+
- feat(replay): Render the replay currentTime & hoverTime inside the performance waterfall (#52890) by @ryan953
45+
- feat(perf): Hide timing metrics on http (#52993) by @k-fish
46+
- fix(issue-details): Fix react warning (#52907) by @roggenkemper
47+
- fix(hybrid-cloud): Fixes tests for split DB mode app installs using transaction routing and silo annotations (#52932) by @GabeVillalobos
48+
49+
_Plus 434 more_
50+
151
23.6.2
252
------
353

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-07-06
19+
Change Date: 2026-07-17
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.7.0.dev0
3+
version = 23.7.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)