Skip to content

Commit b53ae7e

Browse files
author
getsentry-bot
committed
Merge branch 'releases/25.11.0'
2 parents 28f178a + 8be4cd6 commit b53ae7e

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.11.0
2+
-------
3+
4+
### Various fixes & improvements
5+
6+
- feat(explorer): custom copy and navigation for get_profile_flamegraph tool (#103314) by @roaga
7+
- feat(explorer): add rpc for profile flamegraph tool (#103293) by @roaga
8+
- feat(explorer): support generic table and timeseries rpcs and migrate existing tools to them (#103413) by @aliu39
9+
- fix(aci): Make associate_new_group_with_detector more robust (#103418) by @kcons
10+
- feat(aci): redirect alerts nav to monitors (#103325) by @ameliahsu
11+
- fix(aci): Display correct resolution threshold (#103409) by @scttcper
12+
- Wire up frontend for new multiple architectures insight (#103415) by @rbro112
13+
- chore(performance): remove trace-view-load-more (#103011) by @cvxluo
14+
- fix(preprod): update dyld label (#103408) by @trevor-e
15+
- fix(ui2): dropdown button overlap (#103404) by @natemoo-re
16+
- fix(typing): add some types to tagstore (#103405) by @thetruecpaul
17+
- chore(events): Clean up preprocess option (3/3) (#103194) by @thetruecpaul
18+
- chore(aci): set DetectorGroup detector to null when it's deleted (#103348) by @cathteng
19+
- fix(replay): Add fallback ordering to replay index page (#103328) by @srest2021
20+
- feat(ai): Check gen-ai feature flag before org-level flags in Prevent AI (#103386) by @JoshFerge
21+
- fix(insights): Fix issues table link (#103401) by @scttcper
22+
- chore(preprod): Use nonblocked project_id tag for e2e metric (#103390) by @NicoHinderling
23+
- chore(tracemetrics): Remove unneeded trace metric from queries (#103391) by @Zylphrex
24+
- feat(performance): Updates Web Vitals issue detection to consolidate lcp, fcp, and ttfb into a single issue (#103272) by @edwardgou-sentry
25+
- fix(aci): Fix QuerySubscription deletion (#103398) by @kcons
26+
- feat(ACI): Send updated data to Seer on all snuba query changes (#103332) by @ceorourke
27+
- perf(dashboards): Fix slow re-render of ECharts objects (#103375) by @gggritso
28+
- fix(ui2): check `organization is not None` (#103372) by @natemoo-re
29+
- test(tracemetrics): Re-enable skipped trace metrics tests (#103396) by @Zylphrex
30+
31+
_Plus 1563 more_
32+
133
25.10.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.11.0.dev0
3+
version = 25.11.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
@@ -2124,7 +2124,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
21242124
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
21252125
# only referenced in getsentry to provide the stable beacon version
21262126
# updated with scripts/bump-version.sh
2127-
SELF_HOSTED_STABLE_VERSION = "25.10.0"
2127+
SELF_HOSTED_STABLE_VERSION = "25.11.0"
21282128

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

0 commit comments

Comments
 (0)