Skip to content

Commit 6f0eebb

Browse files
committed
release: 24.12.0
1 parent 90a2d47 commit 6f0eebb

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 24.12.0
4+
5+
### Various fixes & improvements
6+
7+
- feat(inc-984): store project ids list in dictionary in scrub job (#6675) by @volokluev
8+
- ref(lw-deletes): enforce ratelimiter (#6644) by @MeredithAnya
9+
- fix(admin): Allow KILL MUTATION commands in sudo mode (#6672) by @evanh
10+
- fix(inc984): align start/end timestamp to partition boundaries (#6670) by @volokluev
11+
- chore(deps): bump relay from 0.9.2 to 0.9.4 (#6660) by @jjbayer
12+
- feat(inc984): make mutation condition simpler (#6669) by @volokluev
13+
- chore: Bump Arroyo to 2.19.5 (#6666) by @ayirr7
14+
- ref: bump sentry-arroyo to 2.19.4 (#6663) by @getsentry-bot
15+
- fix(eap-alerts): Fix subscriptions referrer for eap alerts (#6662) by @shruthilayaj
16+
- chore(api): Do not log healthcheck error if downfile exists (#6635) by @untitaker
17+
- feat(eap): add additional validation for group by (#6659) by @davidtsuk
18+
- feat(eap): add default value to virtual column (#6657) by @davidtsuk
19+
- ref: bump sentry-arroyo to 2.19.3 (#6656) by @getsentry-bot
20+
- Implement filter offset for attribute keys API (#6618) by @xurui-c
21+
- feat: make sentry RPC instrumentation more specific to the endpoint (#6654) by @kylemumma
22+
- fix(consumers): Respect 60 day retention days period (#6631) by @volokluev
23+
- feat: add missing example in admin rpc tool (#6647) by @kylemumma
24+
- hotfix(inc-984): Add manual job to scrub IPs from spans (#6649) by @volokluev
25+
- feat: support 15 minute granularity on eap time series RPC (#6645) by @kylemumma
26+
- fix(eap): Fix divide by 0 bug (#6653) by @davidtsuk
27+
- fix: run sentry tests when RPC changes (#6652) by @colin-sentry
28+
- meta: Bump new development version (60ff5441)
29+
- chore(eap-spans): Take advantage of parallel reads (#6579) by @phacops
30+
331
## 24.11.2
432

533
### 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.12.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.12.0.dev0"
5+
VERSION = "24.12.0"
66

77

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

0 commit comments

Comments
 (0)