Skip to content

Commit 7f7a85f

Browse files
committed
release: 25.8.0
1 parent eae04c4 commit 7f7a85f

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.8.0
4+
5+
### Various fixes & improvements
6+
7+
- ref: consolidate all dev requirements (#7352) by @joshuarli
8+
- fix: fix broken ci (#7354) by @kylemumma
9+
- fix(gocd): Do not ignore errors from EAP consumers (#7353) by @phacops
10+
- fix(issues): Start processing new_group_first_seen in merge case (#7351) by @thetruecpaul
11+
- chore: Test ClickHouse 25.3 (#7339) by @phacops
12+
- fix(storage-routing): If item type is unspecified, default to spans (#7350) by @volokluev
13+
- ref(eap): Remove more references to spans, eap-spans and eap-items-span (#7301) by @phacops
14+
- fix(storage_routing): fix routing strategy assuming highest accuracy by default (#7347) by @volokluev
15+
- chore: bump sentry-sdk to 2.33.2 again (#7344) by @MeredithAnya
16+
- feat(eap): enable sampling for GetTraces single item queries (#7345) by @volokluev
17+
- ref: bump sentry-arroyo to 2.29.1 (#7343) by @getsentry-bot
18+
- feat: Add Rust support to bump-version workflow (#7342) by @davidtsuk
19+
- feat(errors): Add group_first_seen column to issues platform entity (#7335) by @thetruecpaul
20+
- feat(errors): Add group_first_seen column to issues platform storage (#7336) by @thetruecpaul
21+
- feat(errors): Add group_first_seen column on issues platform (#7334) by @thetruecpaul
22+
- feat(cbrs): unify allocation policy and routing strategy (#7337) by @xurui-c
23+
- feat(eap): add BinaryFormula to AggregationComparisonFilter (#7314) by @onewland
24+
- Revert "chore: Test ClickHouse 25.3 (#7338)" (7e32590f) by @getsentry-bot
25+
- chore: Test ClickHouse 25.3 (#7338) by @phacops
26+
- Revert "chore: Test ClickHouse 25.3 (#7332)" (4854e6cb) by @getsentry-bot
27+
- chore: Test ClickHouse 25.3 (#7332) by @phacops
28+
- ref(subscriptions): crash schedulers that dont have LogAppendTime on default topic (#7325) by @MeredithAnya
29+
- feat(clickhouse): Add missing user config for ClickHouse in dev (#6868) by @hubertdeng123
30+
- cleanup(consumers): remove slice and custom envoy request timeout (#7328) by @volokluev
31+
32+
_Plus 45 more_
33+
334
## 25.7.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.8.0.dev0"
10+
release = "25.8.0"
1111

1212

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "25.8.0.dev0"
5+
VERSION = "25.8.0"
66

77

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

0 commit comments

Comments
 (0)