File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
28
## 24.12.0
4
29
5
30
### Various fixes & improvements
Original file line number Diff line number Diff line change 7
7
copyright = "2021, Sentry Team and Contributors"
8
8
author = "Sentry Team and Contributors"
9
9
10
- release = "25.1.0.dev0 "
10
+ release = "24.12.1 "
11
11
12
12
13
13
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 2
2
3
3
from setuptools import find_packages , setup
4
4
5
- VERSION = "25.1.0.dev0 "
5
+ VERSION = "24.12.1 "
6
6
7
7
8
8
def get_requirements () -> Sequence [str ]:
You can’t perform that action at this time.
0 commit comments