Skip to content

Commit 949e29d

Browse files
committed
release: 24.12.1
1 parent 9f5c3f5 commit 949e29d

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 24.12.1
4+
5+
### Various fixes & improvements
6+
7+
- Revert "fix(eap-spans): Add an index on project_id (#6695)" (9f5c3f57) by @getsentry-bot
8+
- fix(eap-spans): Add an index on project_id (#6695) by @phacops
9+
- 984: scrub eap_spans_str_attrs (#6694) by @kylemumma
10+
- fix(inc984): scrub the correct bucket for sentry.user (#6693) by @xurui-c
11+
- fix(inc984): scrub the correct bucket for sentry.user.ip (#6692) by @volokluev
12+
- inc984: scrub `user` from eap_spans (#6691) by @xurui-c
13+
- inc984: scrub `user` from spans (#6689) by @xurui-c
14+
- fix(rust): Honor exit code (#6674) by @untitaker
15+
- ref(admin): lw delete related system queries (#6685) by @MeredithAnya
16+
- chore: Bump rust-toolchain (#6688) by @untitaker
17+
- chore(devservices): Bumping the version of devservices to latest (#6682) by @IanWoodard
18+
- fix(devservices): Add orchestrator devservices label to clickhouse (#6687) by @hubertdeng123
19+
- fix(eap): Fix divide by 0 errors caused when the sample count is 0 (#6681) by @davidtsuk
20+
- meta: Bump new development version (44657332)
21+
- ref(lw-deletes): add project_id killswitch and some logging (#6677) by @MeredithAnya
22+
- docs: update CH supported versions (#6683) by @MeredithAnya
23+
- feat(inc-984): Cleanup EAP spans (#6676) by @xurui-c
24+
- fix(admin): Allow special characters in SYSTEM/OPTIMIZE queries (#6680) by @evanh
25+
- feat(eap): Use weighted average instead of simple average for calculating average sampling rate (#6678) by @davidtsuk
26+
- ref(lw-deletes): concurrent allocation policy requires org id (#6679) by @MeredithAnya
27+
328
## 24.12.0
429

530
### 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 = "25.1.0.dev0"
10+
release = "24.12.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 = "25.1.0.dev0"
5+
VERSION = "24.12.1"
66

77

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

0 commit comments

Comments
 (0)