Skip to content

Commit 0787c74

Browse files
committed
release: 23.3.1
1 parent 32c147e commit 0787c74

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
23.3.1
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- fix(dynamic-sampling):Set low volume transaction boost default to True (#46179) by @RaduW
7+
- feat(replays): Add backend support for `session-replay-network-details` feature (#46200) by @ryan953
8+
- fix(roles): check for existence of org roles from team (#46197) by @cathteng
9+
- feat(escalating-issues): Add escalating group status (#45965) by @NisanthanNanthakumar
10+
- feat: Add a simple endpoint to lookup artifacts (#45757) by @Swatinem
11+
- fix(profiling): fix profiling timeout (#46193) by @JonasBa
12+
- fix(db-issue): Add db detector (#46154) by @wmak
13+
- chore(hybrid-cloud): Add outbox_runner to outbox tests (#46155) by @dashed
14+
- chore(hybrid-cloud): Update user type for sync_assignee_outbound (#46160) by @dashed
15+
- ref(profiling): Replace DataDog metric by a Sentry tag (#46156) by @phacops
16+
- fix(dashboards): Clear GroupStore when unmounting dashboard (#46189) by @edwardgou-sentry
17+
- fix(profiling): Show p75 only for suspect functions table (#46140) by @Zylphrex
18+
- feat(flag): Add flag for onboarding product selection - (#46184) by @priscilawebdev
19+
- ref(sourcemaps): Add date_uploaded field to bundle (#46172) by @iambriccardo
20+
- fix(sourcemaps): Change reverse sql type (#46180) by @iambriccardo
21+
- ref(sourcemaps): Remove date_last_accessed field from db (#46118) by @iambriccardo
22+
- chore(oss): add license to api docs spectacular ports (#46164) by @JoshFerge
23+
- fix(test): fix flake when time rolls to the next day (#46166) by @barkbarkimashark
24+
- feat(issue-platform): Hook up noise reduction config to occurrence ingestion (#46159) by @wedamija
25+
- chore(issue-platform): Remove unused features (#46161) by @wedamija
26+
- fix(codecov): Change endpoint for has_integration check (#46127) by @snigdhas
27+
- fix(profiling): Typo in format name sampled vs sample (#46150) by @Zylphrex
28+
- chore: Add missing license for jsonfield (#46148) by @markstory
29+
- fix(workflow): Add `ref_fallback` to issue details analytics (#46125) by @scttcper
30+
31+
_Plus 233 more_
32+
133
23.3.0
234
------
335

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-03-15
19+
Change Date: 2026-03-22
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.4.0.dev0
3+
version = 23.3.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)