Skip to content

Commit 8c4f6a7

Browse files
committed
release: 25.9.0
1 parent d251568 commit 8c4f6a7

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.9.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref(feedback): simplify categories test coverage to be more efficient (#99451) by @aliu39
7+
- fix(checkout v3): Keep customers on current tiers (#99423) by @isabellaenriquez
8+
- fix(billing): Use ff for prevent notification (#99489) by @brendanhsentry
9+
- feat(aci): Allow specific detector types to be passed to fetching hooks (#99486) by @malwilley
10+
- perf(aci): Avoid unnecessary organization db load (#99487) by @kcons
11+
- chore(detectors): Reset noise config limit for query injection issues (#99427) by @roggenkemper
12+
- feat(on-demand): Add feature flag check before cardinality check (#98726) by @narsaynorath
13+
- chore(issue-details): Add `num_exceptions` to issue details viewed analytics event (#99436) by @roggenkemper
14+
- perf(aci): Cache Group lookup for process_workflows/trigger_action (#99449) by @kcons
15+
- ref(search): Remove spaces from wildcard operators (#99399) by @nsdeschenes
16+
- feat: add explore equation to dashboards (#99404) by @shruthilayaj
17+
- ref(billing): remove cross-project selection upsells (#99444) by @cvxluo
18+
- feat(flamegraph): Cycle through flamegraph search results with enter (#99424) by @Zylphrex
19+
- ref: use pickle protocol 5 (#99119) by @asottile-sentry
20+
- ref: upgrade django-stubs and move cache hax to plugin (#99482) by @asottile-sentry
21+
- fix(js): Directly access process.env.NODE_ENV (#99481) by @evanpurkhiser
22+
- feat(tasks) Enable taskworkers by default in self-hosted (#99374) by @markstory
23+
- feat(analytics): log an error when an Event class was instantiated that lacks the eventclass decorator (#98922) by @constantinius
24+
- feat: Add taskbroker mode that doesn't start workers (#99474) by @markstory
25+
- ci(jest): regenerate jest-balance.json (#99453) by @getsentry-bot
26+
- feat(dashboards): Remove PlanFeature feature flag workaround (#99372) by @narsaynorath
27+
- feat(performance): Add beta badge to web vitals seer suggestions (#99476) by @edwardgou-sentry
28+
- chore(feedback) remove `Feedback` model (#99380) by @jerryzhou196
29+
- ref: upgrade pydantic (#99473) by @asottile-sentry
30+
31+
_Plus 1112 more_
32+
133
25.8.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.9.0.dev0
3+
version = 25.9.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
@@ -3058,7 +3058,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
30583058
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
30593059
# only referenced in getsentry to provide the stable beacon version
30603060
# updated with scripts/bump-version.sh
3061-
SELF_HOSTED_STABLE_VERSION = "25.8.0"
3061+
SELF_HOSTED_STABLE_VERSION = "25.9.0"
30623062

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

0 commit comments

Comments
 (0)