Skip to content

Commit

Permalink
release: 24.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 26, 2024
1 parent 2358ede commit 930c816
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 24.11.1

### Various fixes & improvements

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

_Plus 4 more_

## 24.11.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
copyright = "2021, Sentry Team and Contributors"
author = "Sentry Team and Contributors"

release = "24.12.0.dev0"
release = "24.11.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

VERSION = "24.12.0.dev0"
VERSION = "24.11.1"


def get_requirements() -> Sequence[str]:
Expand Down

0 comments on commit 930c816

Please sign in to comment.