Skip to content

Commit ad3ec8b

Browse files
committed
release: 25.8.0
1 parent 3bfc9d7 commit ad3ec8b

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.8.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- fix(ci): Push docker image on release branches (#97936) by @hubertdeng123
7+
- fix(explore): Insert group bys before visualizes if possible (#97923) by @Zylphrex
8+
- feat(logs): Support multiple visualizes and groupbys in logs (#97912) by @Zylphrex
9+
- ref(dashboards): make `WidgetCardChart` functional (#97885) by @lzhao-sentry
10+
- feat(summarization): Route s4s traffic to new pod (#97926) by @Mihir-Mavalankar
11+
- aci(feat): Use propagated timestamp to track triggering latency (#97612) by @kcons
12+
- feat(detectors): Update detection algorithm for MN+1 Experimental Detector (#97533) by @roggenkemper
13+
- fix(aci): Make rule/workflow redis buffer interactions non-transactional (#97917) by @kcons
14+
- ref: remove coreapi, use ParseError in sentry_app logic (#97913) by @JoshFerge
15+
- chore(cell-actions): use popper strategy fixed instead of portalling (#97593) by @lzhao-sentry
16+
- ref(replay): Refactor how we refresh bulk delete notifications (#97893) by @ryan953
17+
- feat(replay): Add a dropdown to make it easier to select replays inside stories (#97713) by @ryan953
18+
- feat(otlp): Collapse Trace Waterfall spans based on span name (#97706) by @gggritso
19+
- feat(otlp): Use `name` attribute in more spaces in the span waterfall (#97704) by @gggritso
20+
- ref: move codeowners endpoints into issues module (#97916) by @JoshFerge
21+
- ref(groupingInfo): Hide client fingerprint in Contributing Values view if it doesn't contribute (#97904) by @shayna-ch
22+
- ref(groupingInfo): add highlight to contributing values when All Values is set (#97812) by @shayna-ch
23+
- ref(issues): improve similar issues stacktrace diff (#97645) by @shayna-ch
24+
- chore: add good example of `SENTRY_DISALLOWED_IPS` (#97847) by @oioki
25+
- feat(trace-eap-waterfall): Exclude missing instrumentation nodes from FE traces (#97879) by @Abdkhan14
26+
- ref(cell-actions): better interactions for ID and clearer menu indication (#97888) by @lzhao-sentry
27+
- :running: perf(aci): measure trigger action execution time (#97918) by @iamrajjoshi
28+
- chore(autofix): add more copy button content (#97891) by @roaga
29+
- feat(autofix): Show error message when drafting PR (#97867) by @roaga
30+
31+
_Plus 1946 more_
32+
133
25.7.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.8.0.dev0
3+
version = 25.8.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
@@ -3063,7 +3063,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
30633063
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
30643064
# only referenced in getsentry to provide the stable beacon version
30653065
# updated with scripts/bump-version.sh
3066-
SELF_HOSTED_STABLE_VERSION = "25.7.0"
3066+
SELF_HOSTED_STABLE_VERSION = "25.8.0"
30673067

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

0 commit comments

Comments
 (0)