|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 34 | ## 23.5.0
|
4 | 35 |
|
5 | 36 | ### Various fixes & improvements
|
|
0 commit comments