Browse Source

release: 23.6.1

getsentry-bot 1 year ago
parent
commit
5534341c53
3 changed files with 34 additions and 2 deletions
  1. 32 0
      CHANGES
  2. 1 1
      LICENSE
  3. 1 1
      setup.cfg

+ 32 - 0
CHANGES

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

+ 1 - 1
LICENSE

@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
                       error-reporting or application monitoring features of the
                       Licensed Work.
 
-Change Date:          2026-06-15
+Change Date:          2026-06-16
 
 Change License:       Apache License, Version 2.0
 

+ 1 - 1
setup.cfg

@@ -1,6 +1,6 @@
 [metadata]
 name = sentry
-version = 23.7.0.dev0
+version = 23.6.1
 description = A realtime logging and aggregation server.
 long_description = file: README.md
 long_description_content_type = text/markdown