Skip to content

Commit 57bdf6e

Browse files
committed
release: 25.10.0
1 parent 03d1672 commit 57bdf6e

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
25.10.0
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- fix(sub v3): Rework usage and reserved columns (#101514) by @isabellaenriquez
7+
- feat(ai_grouping): Send token length metrics on stacktraces sent to Seer (#101477) by @yuvmen
8+
- fix(aci): conditionally show trigger logic type selector on automation edit (#100711) by @ameliahsu
9+
- feat(aci): Hide transactions dataset option (#101497) by @scttcper
10+
- perf(replays): Optimize memory usage and deserialization performance (#101195) by @cmanallen
11+
- fix(aci): Return empty list from open periods endpoint when detector has no linked group (#101046) by @malwilley
12+
- fix(spans-migration): changed type and wording of dropped fields warnings (#101479) by @nikkikapadia
13+
- fix(tracemetrics): Switch experimental backend to kwarg rate (#101520) by @k-fish
14+
- fix(alert): Delete IncidentTrigger as child of AlertRuleTrigger (#101460) by @kcons
15+
- fix(replay) - fix use fetch parallel pages (#101462) by @jerryzhou196
16+
- feat(tracemetrics): Add extrapolation warning iff we scan partial data (#101517) by @narsaynorath
17+
- fix(inc-1453): Do not crash hard if end_timestamp violates the schema (#101512) by @untitaker
18+
- chore(timeseries): Mark `TimeSeries` meta property as optional (#101463) by @gggritso
19+
- fix(ai-insights): llm calls count (#101509) by @obostjancic
20+
- feat(tracemetrics): Update UX to separate query builder from charts (#101465) by @narsaynorath
21+
- fix(spans-migration): changed reason format (#101466) by @nikkikapadia
22+
- chore(sub v3): prep for EA (#101437) by @isabellaenriquez
23+
- fix(ui): Make build details more like release details (#101348) by @chromy
24+
- fix(sub v3): Misc feedback + bugs (#101474) by @isabellaenriquez
25+
- fix(sub v3): Make row clickability more obvious (#101467) by @isabellaenriquez
26+
- feat(agent-spans): Display used tools (#101506) by @ArthurKnaus
27+
- feat(sdk): Enable HTTP request source (#101502) by @alexander-alderman-webb
28+
- feat(auto_source): Use consistent stack trace granularity (#101432) by @armenzg
29+
- chore(search-bar): Default to contains for filtering strings (#101450) by @nsdeschenes
30+
31+
_Plus 1679 more_
32+
133
25.9.0
234
------
335

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sentry
3-
version = 25.10.0.dev0
3+
version = 25.10.0
44
description = A realtime logging and aggregation server.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

src/sentry/conf/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
20962096
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
20972097
# only referenced in getsentry to provide the stable beacon version
20982098
# updated with scripts/bump-version.sh
2099-
SELF_HOSTED_STABLE_VERSION = "25.9.0"
2099+
SELF_HOSTED_STABLE_VERSION = "25.10.0"
21002100

21012101
# Whether we should look at X-Forwarded-For header or not
21022102
# when checking REMOTE_ADDR ip addresses

0 commit comments

Comments
 (0)