Skip to content

Commit 3e568ab

Browse files
committed
release: 23.5.1
1 parent 66c324d commit 3e568ab

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.5.1
4+
5+
### Various fixes & improvements
6+
7+
- ref(process_message): Tag all metrics by consumer_group (#4226) by @untitaker
8+
- feat: Default join timeout for all consumers of 5 seconds (#4222) by @lynnagara
9+
- fix(clickhouse): Add a check for the max supported clickhouse version (#4158) by @davidtsuk
10+
- fix: Fix flaky optimize test (#4217) by @lynnagara
11+
- fix: Fix DLQ producer config (#4216) by @lynnagara
12+
- ref: bump sentry-arroyo to 2.11.2 (#4215) by @getsentry-bot
13+
- feat: Move DLQ configuration into consumer configuration (#4206) by @lynnagara
14+
- feat: Python and Rust consumers share common cluster resolution code (#4205) by @lynnagara
15+
- Fix slack notifications for when allocation policy changes (#4204) by @volokluev
16+
- ref: bump sentry-kafka-schemas to 0.1.9 (#4207) by @getsentry-bot
17+
- feat(admin): add amount of rows in result set to tracing tool (#4167) by @volokluev
18+
- feat(capman): Allow overriding policy defaults in configuration (#4201) by @volokluev
19+
- fix: All consumers run with --no-strict-offset-reset in dev (#4177) by @lynnagara
20+
- fix(CapMan): Validate Tenant IDs (#4176) by @rahul-kumar-saini
21+
- ref: Use RetryingRedisCluster from sentry-redis-tools (#4197) by @untitaker
22+
- ref(consumer): pass sentry_received_timestamp again (#4198) by @MeredithAnya
23+
- feat(dlq): Add the DLQ instruction mechanism (#4199) by @lynnagara
24+
- fix(capman): create auditlog notifications for allocation policy updates (#4193) by @volokluev
25+
- feat(schema-validation): Validate all messages 😱 (#4194) by @lynnagara
26+
- Revert "ref(consumer): Pass sentry_received_timestamp for e2e latency (#4052)" (0d1b0cfa) by @getsentry-bot
27+
- ref(consumer): Pass sentry_received_timestamp for e2e latency (#4052) by @ayirr7
28+
- feat(profiling): Create profiling datasets by default in self-hosted (#4195) by @phacops
29+
- feat: Add metric to count validation failures [SNS-2279] (#4182) by @untitaker
30+
- ref: bump sentry-arroyo to 2.11.1 (#4190) by @getsentry-bot
31+
32+
_Plus 10 more_
33+
334
## 23.5.0
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-05-15
19+
Change Date: 2026-05-23
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.6.0.dev0"
10+
release = "23.5.1"
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.6.0.dev0"
5+
VERSION = "23.5.1"
66

77

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

0 commit comments

Comments
 (0)