Skip to content

Commit 204b4e5

Browse files
committed
release: 25.10.0
1 parent 6c73be6 commit 204b4e5

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 25.10.0
4+
5+
### Various fixes & improvements
6+
7+
- fix(ignore_case): Handle ignoring casing for LIKE/NOT LIKE (#7452) by @wmak
8+
- fix(eap): Set a better default for timestamp field and customize for logs (#7441) by @phacops
9+
- chore(rust-consumer): add default dlq buffer length (#7429) by @davidtsuk
10+
- fix(cross-item-queries): Allow single filters (#7450) by @wmak
11+
- fix(traceitemstats): only downgrade traceitemstats for AI clients (#7449) by @volokluev
12+
- Modifying Replay Deserializer To Parse Tap Message (#7439) by @cliffordxing
13+
- feat(flextime_routing): Use order by in flextime pagination (#7445) by @volokluev
14+
- fix(ast): fix query formatter not handling dots in column names (#7440) by @volokluev
15+
- feat(replay): Adding Tap Columns (#7437) by @cliffordxing
16+
- ref: bump sentry-arroyo to 2.29.6 (#7444) by @getsentry-bot
17+
- fix tilde in pyproject (#7443) by @bmckerry
18+
- feat(health-check): add limit to individual health check cluster wait (#7436) by @onewland
19+
- feat: TraceItemStats heatmap, basic functionality (#7433) by @kylemumma
20+
- ref(outcomes-routing): always downsample data older than 30 days (#7424) by @MeredithAnya
21+
- for health check errors, enrich events with cluster_name (#7434) by @onewland
22+
- ref(gocd): add healthcheck to de (#7435) by @MeredithAnya
23+
- dep: add granian (#7431) by @gi0baro
24+
- feat(deletes): connect delete RPC endpoint to actual deletion (#7426) by @onewland
25+
- ref: bump sentry-arroyo to 2.29.5 (#7430) by @getsentry-bot
26+
- fix(TraceItemTable): Account for flexible time windows with no results (#7427) by @volokluev
27+
- chore(ci): Remove snuba cloudbuild (#7417) by @hubertdeng123
28+
- ref(devenv): allow more mem for CH (#7425) by @MeredithAnya
29+
- feat(eap): add deletion_settings to eap_items storage definition (#7420) by @onewland
30+
- feat(TracaITemTable): add end_pagination token (#7423) by @volokluev
31+
32+
_Plus 8 more_
33+
334
## 25.9.0
435

536
### Various fixes & improvements

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
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.10.0.dev0"
10+
release = "25.10.0"
1111

1212

1313
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "snuba"
3-
version = "25.10.0.dev0"
3+
version = "25.10.0"
44
dependencies = [
55
"blinker>=1.5",
66
"click>=8.1.7",

0 commit comments

Comments
 (0)