Skip to content

Commit 5534341

Browse files
committed
release: 23.6.1
1 parent 2272066 commit 5534341

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
23.6.1
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- chore(hybrid-cloud): Fix get_webhook_payload_from_outbox classmethod (#51113) by @dashed
7+
- ref(js): Convert access.spec to tsx (#51106) by @evanpurkhiser
8+
- ref(js): Convert feature.spec to tsx (#51107) by @evanpurkhiser
9+
- ref(js): Convert breadcrumbs.spec to tsx (#51109) by @evanpurkhiser
10+
- ref(js): Convert dateTime.spec to tsx (#51111) by @evanpurkhiser
11+
- fix(crons): Properly send fingerprint array through issue platform (#51103) by @rjo100
12+
- ref(hc): Updates org deletion code to queue an org mapping outbox update (#51004) by @GabeVillalobos
13+
- meta: Snuba team owns the post process forwarder (#51090) by @lynnagara
14+
- ref: Remove dead code from post process forwarder (#51079) by @lynnagara
15+
- ref: Remove spammy debug logs (#51001) by @untitaker
16+
- fix: Use unified CLI for metrics indexer in devserver (#51046) by @untitaker
17+
- feat(mute-metric-alerts): Add mute button to metric alerts page (#50967) by @roggenkemper
18+
- fix(hc): Serialize the organization via RPC to json (#51078) by @corps
19+
- fix(compactSelect): Escape quotes inside option values (#51007) by @vuluongj20
20+
- fix(hybridcloud) Drain outbox after transaction completes (#51059) by @markstory
21+
- feat(gh-comments): Queuing Logic (#50865) by @AniketDas-Tekky
22+
- Added pretty printing to dump command (#51065) by @kneeyo1
23+
- chore(ui): Upgrade to typescript 5.1 (#51073) by @scttcper
24+
- feat(crons): Add hover to rows (#51012) by @evanpurkhiser
25+
- feat(ts): Add LinkButton alias (#51013) by @evanpurkhiser
26+
- feat(starfish): Changes the web service view throughput chart to be a line chart (#51053) by @edwardgou-sentry
27+
- fix(starfish): use span.self_time instead of span.duration (#51051) by @DominikB2014
28+
- feat(debug): Add Metric Alert Trigger (#51060) by @roggenkemper
29+
- fix(ui): Remove xAxis boundaryGap from profilingMeasurements (#51008) by @scttcper
30+
31+
_Plus 14 more_
32+
133
23.6.0
234
------
335

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-06-15
19+
Change Date: 2026-06-16
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.7.0.dev0
3+
version = 23.6.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)