Skip to content

Commit 930c816

Browse files
committed
release: 24.11.1
1 parent 2358ede commit 930c816

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

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

3+
## 24.11.1
4+
5+
### Various fixes & improvements
6+
7+
- ref(clickhouse-24.3): allow_suspicious_primary_key for eap migration (#6602) by @MeredithAnya
8+
- chore(devservices): Bumping the version of devservices to latest (#6596) by @IanWoodard
9+
- feat(consumers): Quantized rebalancing in Rust (#6595) by @untitaker
10+
- chore(metrics-summaries): Remove metrics summaries consumer code (#6590) by @phacops
11+
- feat(eap): Extract profile id for eap spans (#6597) by @Zylphrex
12+
- fix(codeowners): Code owners for eap processor (#6598) by @Zylphrex
13+
- fix(eap): fix bug where we pass non str group by mapping to timeseries (#6593) by @davidtsuk
14+
- fix(eap-api): delimeter for alias (#6592) by @xurui-c
15+
- feat(eap): Add confidence interval calculations for count (#6568) by @davidtsuk
16+
- RPC handles same name attributes (#6581) by @xurui-c
17+
- log(optimize): after optimize, log how long it took w/partition (#6591) by @onewland
18+
- feat(devservices): Add restart settings and use external devservices network (#6587) by @hubertdeng123
19+
- chore(deps): bump actions/checkout from 2 to 4 (#6554) by @onkar
20+
- chore(devservices): Bumping the version of devservices to latest (#6582) by @IanWoodard
21+
- chore(ci): Upgrade ClickHouse to v23.8 for CI (#6584) by @phacops
22+
- feat(subscriptions): Add a create subscription rpc endpoint (#6571) by @shruthilayaj
23+
- fix(script): Wait for futures when producing to kafka (#6583) by @nikhars
24+
- fix: convert max_batch_time seconds (#6580) by @MeredithAnya
25+
- fix: dont set group.instance.id incorrectly (#6578) by @MeredithAnya
26+
- chore(eap-spans): Increase the number of replicas to scan in parallel (#6577) by @phacops
27+
- V1 RPC of TraceItemAttributeValues (#6563) by @xurui-c
28+
- meta: Bump new development version (9b923342)
29+
- build(deps): bump types-python-dateutil from 2.8.19 to 2.8.19.14 (#6557) by @onkar
30+
- build(deps-dev): bump webpack-cli from 4.10.0 to 5.1.4 in /snuba/admin (#6558) by @onkar
31+
32+
_Plus 4 more_
33+
334
## 24.11.0
435

536
### Various fixes & improvements

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 = "24.12.0.dev0"
10+
release = "24.11.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 = "24.12.0.dev0"
5+
VERSION = "24.11.1"
66

77

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

0 commit comments

Comments
 (0)