Skip to content

Commit 1b3c1fc

Browse files
committed
release: 23.4.0
1 parent 8427b03 commit 1b3c1fc

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 23.4.0
4+
5+
### Various fixes & improvements
6+
7+
- fix(CI): add migrations check to main pipeline (attempt 2) (#4019) by @dbanda
8+
- fix: Add killswitch to disable raising of InvalidMessage (#4023) by @untitaker
9+
- add a manually triggered migrations stage to prod gocd (#4014) by @dbanda
10+
- feat(search-issues): process transaction_duration values (#4008) by @barkbarkimashark
11+
- Revert "feat(CI): add migrations check to main pipeline (#4013)" (b59bb7e9) by @getsentry-bot
12+
- build: Arroyo 2.10.1 (#4017) by @untitaker
13+
- feat(CI): add migrations check to main pipeline (#4013) by @dbanda
14+
- feat(CapMan): Errors Allocation Policy V0 (fixed) (#4016) by @volokluev
15+
- ref: Make all errors replacements class-based (#4009) by @untitaker
16+
- Revert "feat(CapMan): AllocationPolicy for Errors (#3999)" (#4015) by @volokluev
17+
- add optional transaction_duration column (#4007) by @barkbarkimashark
18+
- feat(CapMan): AllocationPolicy for Errors (#3999) by @volokluev
19+
- build: sentry-kafka-schemas 0.0.28 (#4005) by @lynnagara
20+
- feat: DLQ for querylog (#4006) by @lynnagara
21+
- fix(search-issues): make resource_id, subtitle, culprit, and level fields available in entity (#3995) by @barkbarkimashark
22+
- build(deps): bump h2 from 0.3.16 to 0.3.17 in /rust_snuba (#4010) by @dependabot
23+
- fix(admin) Fix regex to allow SelectExecutor tracing lines (#3983) by @evanh
24+
- feat: Use new DLQ from Arroyo (#4001) by @lynnagara
25+
- ref: Make delete_groups replacement class-based (#3996) by @untitaker
26+
- build: Arroyo 2.10.0 (#4003) by @lynnagara
27+
- fix: update validation from org_countries for granularity (#4002) by @andriisoldatenko
28+
- fix: Fix type issue (#4000) by @lynnagara
29+
- ref(ci): add auto labeling for migrations (#3961) by @MeredithAnya
30+
- build(deps): bump sentry-arroyo[json] from 2.8.0 to 2.9.1 (#3988) by @dependabot
31+
32+
_Plus 90 more_
33+
334
## 23.3.1
435

536
### Various fixes & improvements

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-22
19+
Change Date: 2026-04-15
2020

2121
Change License: Apache License, Version 2.0
2222

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
copyright = "2021, Sentry Team and Contributors"
88
author = "Sentry Team and Contributors"
99

10-
release = "23.4.0.dev0"
10+
release = "23.4.0"
1111

1212

1313
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "23.4.0.dev0"
5+
VERSION = "23.4.0"
66

77

88
def get_requirements() -> Sequence[str]:

0 commit comments

Comments
 (0)