|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 34 | ## 24.7.1
|
4 | 35 |
|
5 | 36 | ### Various fixes & improvements
|
|
0 commit comments