Skip to content

Commit 1b5a9d7

Browse files
committed
release: 23.7.1
1 parent 3f9b110 commit 1b5a9d7

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.1
2+
------
3+
4+
### Escalating Issues V1 (ongoing)
5+
6+
This will allow marking an issue as archived until escalating.
7+
8+
By: @scttcper (#53011)
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: @snigdhas (#52774)
21+
22+
### Various fixes & improvements
23+
24+
- chore(replay): Remove unicode from slack View Replays link (#53518) by @ryan953
25+
- feat(starfish): Replaces usage of p95 in the Database Module with avg (#53515) by @edwardgou-sentry
26+
- Revert "feat(profiling): Deobfuscate Android methods' signature (#53427)" (af3ae3b7) by @getsentry-bot
27+
- feat(integration-slack): store request error counts and disable on broken (#52994) by @chloeho7
28+
- ref(grouping): Clean up message normalization (#53479) by @lobsterkatie
29+
- ref(projects): Redirect after project transfer (#53466) by @ceorourke
30+
- feat(secrecy): enable data secrecy for organizations (#53322) by @cathteng
31+
- feat(perf-detector-threshold-configuration) Added option for new Cons… (#53461) by @Abdkhan14
32+
- fix(ci): Increase codecov `comment.after_n_builds` value (#53488) by @lobsterkatie
33+
- test(ui): Reset api mocks between EventDetails tests (#53497) by @scttcper
34+
- ref(hybrid-cloud): Fix a few tests in split silo mode (#53482) by @mikejihbe
35+
- feat(profiling): Deobfuscate Android methods' signature (#53427) by @phacops
36+
- feat(perf-detector-threshold-configuration) Added new thresholds and … (#53460) by @Abdkhan14
37+
- fix(starfish): clicking endpoint in span summary replaces groupId with 'db' in url (#53517) by @DominikB2014
38+
- feat(starfish): add transaction.op:http.server to webservice queries (#53355) by @DominikB2014
39+
- fix(starfish): add quotes around transaction name (#53516) by @DominikB2014
40+
- ref(redis): Configure default 3s socket timeout (#53513) by @beezz
41+
- feat(dynamic-sampling): Add project slug to response of AM2 check (#53514) by @iambriccardo
42+
- feat(dnd-worldmap-removal) Added null checks for columns and fields. (#53475) by @Abdkhan14
43+
- Implement ArtifactBundle flat file indexing (#53505) by @Swatinem
44+
- chore(ts): Improve Starfish span metrics typing (#53453) by @gggritso
45+
- ref(feature): Remove no longer used heartbeat feature flag (#53510) by @priscilawebdev
46+
- ref(feature): Remove heartbeat feature (#53509) by @priscilawebdev
47+
- feat(dynamic-sampling): Improve check am2 compatibility (#53414) by @iambriccardo
48+
49+
_Plus 399 more_
50+
151
23.7.0
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-17
19+
Change Date: 2026-07-25
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.8.0.dev0
3+
version = 23.7.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)