Skip to content

Commit 51287d5

Browse files
committed
release: 24.11.0
1 parent f5116c1 commit 51287d5

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.0
4+
5+
### Various fixes & improvements
6+
7+
- feat(consumers): rust consumers quantized rebalance (#6561) by @volokluev
8+
- chore(deps): bump docker/setup-buildx-action from 2 to 3 (#6553) by @onkar
9+
- ref(deletes): add lw-deletions-search-issues-consumer to deploy.sh (#6567) by @MeredithAnya
10+
- fix(admin): ignore gather_profile_events for certain storages (#6566) by @MeredithAnya
11+
- chore(deps): bump getsentry/action-github-app-token from 2.0.0 to 3.0.0 (#6549) by @onkar
12+
- ref(deletes): add use_bulk_deletes runtime config (#6560) by @MeredithAnya
13+
- feat(devservices): Only expose ports to localhost (#6565) by @hubertdeng123
14+
- chore(deps): bump types-pyyaml from 6.0.11 to 6.0.12.20240808 (#6552) by @onkar
15+
- chore(deps): bump getsentry/action-migrations from 1.0.8 to 1.2.2 (#6556) by @onkar
16+
- feat(eap): Add support for extrapolation (#6536) by @davidtsuk
17+
- feat(devservices): Bump devservices version (#6507) by @hubertdeng123
18+
- chore(eap-spans): Remove unused tables (#6544) by @phacops
19+
- chore(eap-spans): Switch test to use new spans table (#6550) by @phacops
20+
- [CapMan visibility] rejected queries are ran with 0 threads (#6545) by @xurui-c
21+
- fix: ENABLE_LW_DELETIONS_CONSUMER default to False (#6546) by @MeredithAnya
22+
- ref(deletes): bulk delete consumer (#6510) by @MeredithAnya
23+
- chore(deps): bump packaging from 21.3 to 24.1 (#6540) by @onkar
24+
- chore(deps): bump progressbar2 from 4.0.0 to 4.2.0 (#6534) by @onkar
25+
- chore(deps): bump jsonschema from 4.16.0 to 4.23.0 (#6539) by @onkar
26+
- chore(deps): bump google-github-actions/auth from 1 to 2 (#6541) by @onkar
27+
- build(deps): bump sentry-usage-accountant from 0.0.10 to 0.0.11 (#6542) by @onkar
28+
- build(deps): bump actions/setup-node from 3 to 4 (#6543) by @onkar
29+
- Fix sampling weight calculation (#6537) by @davidtsuk
30+
- chore(deps): bump types-setuptools from 65.3.0 to 74.1.0.20240907 (#6526) by @onkar
31+
32+
_Plus 102 more_
33+
334
## 24.10.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.11.0.dev0"
10+
release = "24.11.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 = "24.11.0.dev0"
5+
VERSION = "24.11.0"
66

77

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

0 commit comments

Comments
 (0)