Skip to content

Commit aee19cf

Browse files
committed
release: 24.12.2
1 parent 5ffa3c9 commit aee19cf

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.12.2
4+
5+
### Various fixes & improvements
6+
7+
- ref(uptime): use new v2 table in storage (#6761) by @JoshFerge
8+
- ref(uptime): use region instead of region_slug (#6762) by @JoshFerge
9+
- ref(uptime): rebuild uptime storage table (#6758) by @JoshFerge
10+
- chore(eap): write script to send scrubbed data into a gcs bucket (#6698) by @davidtsuk
11+
- fix(scripts): Grab everything in the path (#6750) by @phacops
12+
- feat(profiling): process environment value for profile_chunks and add the column to the storage definition (#6738) by @viglia
13+
- ci: Switch e2e test to self-hosted repo (#6746) by @BYK
14+
- feat(ourlogs): Add a kafka consumer (#6743) by @colin-sentry
15+
- Revert "deps: replace python-jose with pyjwt (#6739)" (96d5c2bd) by @getsentry-bot
16+
- fix(uptime): add snapshot test for corrected typo (#6744) by @JoshFerge
17+
- feat(sudo): allow dropping of replica in sudo tool (#6742) by @volokluev
18+
- chore(codeowners): add crons team to uptime files (#6741) by @JoshFerge
19+
- deps: replace python-jose with pyjwt (#6739) by @mdtro
20+
- fix(uptime): align rust consumer with clickhouse schema (#6740) by @JoshFerge
21+
- feat(devservices): Support no workers option for containerized version of snuba (#6737) by @hubertdeng123
22+
- feat(devservices): Add devservices ci validation job (#6716) by @hubertdeng123
23+
- chore(uptime): move uptime storage to partial (#6736) by @JoshFerge
24+
- feat(profiling): add environment column to the profile_chunks table (#6722) by @viglia
25+
- feat(EAP): Trace Item resolvers (#6732) by @volokluev
26+
- feat(ourlogs): Simplify the buckets for logs (#6735) by @colin-sentry
27+
- Revert "chore(eap-spans): Take advantage of parallel reads (#6579)" (f8900d8c) by @getsentry-bot
28+
- Implement filter offset for attribute values API (#6667) by @xurui-c
29+
- fix(eap): use TDigestWeighted instead of TDigest for perncetile confidence calculation (#6734) by @shellmayr
30+
- fix(storage): correctly name storage key (#6733) by @JoshFerge
31+
32+
_Plus 28 more_
33+
334
## 24.12.1
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 = "25.1.0.dev0"
10+
release = "24.12.2"
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.2"
66

77

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

0 commit comments

Comments
 (0)