Browse Source

release: 23.6.0

getsentry-bot 1 year ago
parent
commit
d9d20137f2
3 changed files with 56 additions and 2 deletions
  1. 54 0
      CHANGES
  2. 1 1
      LICENSE
  3. 1 1
      setup.cfg

+ 54 - 0
CHANGES

@@ -1,3 +1,57 @@
+23.6.0
+------
+
+### Escalating Issues V1 (ongoing)
+
+This will allow marking an issue as archived until escalating.
+
+By: @scttcper (#50456)
+
+### Escalating Issues V2 (EA) (ongoing)
+
+This is a placeholder milestone for tracking post-v1 work for escalating issues.
+See the RFC: https://github.com/getsentry/rfcs/blob/main/text/0078-escalating-issues.md
+There's also discussions about escalation in here:
+https://github.com/getsentry/sentry/discussions/43039
+
+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.
+
+
+By: @scttcper (#50896)
+
+### JS Project Cleanup (ongoing)
+
+By: @scttcper (#50684, #50682, #50670)
+
+### Various fixes & improvements
+
+- fix(issues): Switch to item kind on search autocomplete (#51045) by @scttcper
+- feat(consumer): Make max poll time configurable  (#51020) by @ayirr7
+- fix(api) Don't fail on invalid queries to organization_teams endpoint (#51042) by @markstory
+- feat(starfish): Cleanup (#50957) by @DominikB2014
+- feat(hybridcloud) Run celery workers for each silo  (#50821) by @markstory
+- fix(hybrid-cloud): Allow enums to serialize in RPC calls (#50913) by @mikejihbe
+- ref: Make model cache replica db preference configurable (#51027) by @beezz
+- fix(crons): Properly specify occurrence data (#50974) by @rjo100
+- ref(starfish): Remove all references to scraped data SQL (#51033) by @gggritso
+- feat(graphql): Add has_graphql_request analytics property to issue/event (#50949) by @malwilley
+- fix(perf-issues): Require space in N+1 ext span description (#50994) by @mjq-sentry
+- fix(starfish): issues table reloads when span type changes (#50970) by @DominikB2014
+- feat(dynamic-sampling): Improve AM2 compatibility check (#51039) by @iambriccardo
+- ref(replay): Deduplicate components used in Replay Details>Error & Network tabs (#50884) by @ryan953
+- fix(traces): Return empty array when accessing offender span ids (#51037) by @narsaynorath
+- feat(discover-tags): Add page_size and cursor to endpoint (#50971) by @narsaynorath
+- fix(hybrid-cloud): Fix normalizeUrl (#51014) by @dashed
+- feat(starfish): Switch use_case_id for spans (#50757) by @wmak
+- fix(mocks) Fix load-mocks usage or OrganizationMember (#50942) by @markstory
+- fix(profiling): Ensure there are symbolicated frames for profile (#50999) by @Zylphrex
+- fix(starfish): Special cursor name for span table cursor (#50966) by @shruthilayaj
+- feat(starfish): Span category chart error and loading status (#50946) by @shruthilayaj
+- ref(starfish): Remove scraped data query fallbacks (#50972) by @gggritso
+- fix(native/unreal): Don't overwrite a previously set event level (#50717) by @bitsandfoxes
+
+_Plus 669 more_
+
 23.5.2
 ------
 

+ 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-05-31
+Change Date:          2026-06-15
 
 Change License:       Apache License, Version 2.0
 

+ 1 - 1
setup.cfg

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