Skip to content

Commit fceb400

Browse files
committed
release: 24.8.0
1 parent 734af45 commit fceb400

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.8.0
4+
5+
### Various fixes & improvements
6+
7+
- switch readiness state to limited to skip migrations and unblock CI (#6210) by @volokluev
8+
- fix: Add DropIndices back as it was removed after a revert (#6209) by @phacops
9+
- fix(eap): fix number migration collision (#6208) by @volokluev
10+
- Revert "fix(eap-spans): Drop ineffective indices to speed up insertion (#6206)" (68826531) by @getsentry-bot
11+
- ref(snuba-deletes) don't run delete queries when 0 rows need to be deleted (#6199) by @xurui-c
12+
- fix(eap-spans): Drop ineffective indices to speed up insertion (#6206) by @phacops
13+
- ref(eap): Remove materialized view (#6205) by @evanh
14+
- fix: deletes api, change success response format, fix admin bug (#6197) by @kylemumma
15+
- feat(eap): stub API for aggregate bucket request (#6204) by @volokluev
16+
- ref(eap): Change sampling_weight to a UInt (#6190) by @evanh
17+
- feat(eap): Aggregate request protobuf endpoint (#6202) by @volokluev
18+
- feat(eap): Add the TimeSeriesProcessor to entities/eap_spans (#6195) by @colin-sentry
19+
- feat(EAP) Add Make directive that creates proper import paths (#6196) by @colin-sentry
20+
- fix(capman): sets the correct throttle policy in query result metadata when multiple throttle policies present (#6192) by @xurui-c
21+
- feat(generic-metrics): Bump materialization_version for generic metrics (#6194) by @john-z-yang
22+
- feat: make deletes endpoint compatible with snuba SDK (#6193) by @kylemumma
23+
- Change CODEOWNERS for EAP team (#6187) by @colin-sentry
24+
- feat(generic-metrics): Forward sampling information from consumer to clickhouse (#6177) by @john-z-yang
25+
- Increase the default throttle/warning threshold for allocation policies (#6189) by @xurui-c
26+
- fix(eap): Use arrayElement directly to fix alias issues with HashBucketMapper (#6188) by @colin-sentry
27+
- fix: Migrations ended up with the same number (#6183) by @evanh
28+
- ref(snuba-deletes): introduce delete allocation policies (#6180) by @MeredithAnya
29+
- feat(eap): Add an example endpoint that uses protobuf over http (#6173) by @colin-sentry
30+
- feat(generic-metrics): Add migrations to allow sampling for distributions (#6172) by @enochtangg
31+
32+
_Plus 40 more_
33+
334
## 24.7.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 = "24.8.0.dev0"
10+
release = "24.8.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.8.0.dev0"
5+
VERSION = "24.8.0"
66

77

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

0 commit comments

Comments
 (0)