Skip to content

Commit 7ca1e3a

Browse files
committed
release: 25.1.0
1 parent 1353939 commit 7ca1e3a

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGES

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
25.1.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- fix(issues): inherit ShortIdLookupEndpoint from GroupEndpoint (#83502) by @oioki
7+
- feat(widget-builder): Create blank widget preview for templates (#83509) by @nikkikapadia
8+
- fix(eslint): Cleanup some TS cruft in the eslint.config.mjs file (#83468) by @ryan953
9+
- feat(eap): Add has filters to eap search query builder (#83437) by @Zylphrex
10+
- feat(explore): Add is_transaction to explore fields (#83423) by @Zylphrex
11+
- styles(explore): Fix spacing between explore toolbar visualize (#83449) by @Zylphrex
12+
- feat(streamline): Add an option to remove opt-out for new users (#83205) by @leeandher
13+
- ref(issue-details): Remove all query params from legacy UI when no event is found. (#83441) by @leeandher
14+
- Revert "ref(quick-start): Update backend enums names (#83361)" (0729289d) by @getsentry-bot
15+
- feat(symx): Add os as a tag (#83504) by @loewenheim
16+
- ref(quick-start): Update backend enums names (#83361) by @priscilawebdev
17+
- ref: fix type for serializers.models.rule (#83444) by @asottile-sentry
18+
- ref: fix typing for plugins.bases.issue{,2} (#83445) by @asottile-sentry
19+
- ref: standardize user param as User | RpcUser | AnonymousUser in Serializers (#83436) by @asottile-sentry
20+
- Reapply "ref: upgrade to python 3.13" (#83448) by @asottile-sentry
21+
- feat(widget-builder): Add widget dropdown for templates (#83426) by @nikkikapadia
22+
- ref(quick-start): Update comments in onboarding tasks model (#83496) by @priscilawebdev
23+
- ref(quick-start): Remove unused functions (#83499) by @priscilawebdev
24+
- ref(quick-start): Remove 'INTEGRATIONS' from onboarding task (#83488) by @priscilawebdev
25+
- ref(quick-start): Remove 'USER_CONTEXT' from onboarding tasks (#83489) by @priscilawebdev
26+
- ref(quick-start): Remove 'METRIC_ALERT' from onboarding task (#83487) by @priscilawebdev
27+
- ref(quick-start): Add 'default=True' to the flag manager (#83483) by @priscilawebdev
28+
- ref(quick-start): Remove 'USER_REPORTS' from onboarding task (#83490) by @priscilawebdev
29+
- fix(symx): Remove log message (#83491) by @tobias-wilfert
30+
31+
_Plus 26 more_
32+
133
24.12.2
234
-------
335

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sentry
3-
version = 25.1.0.dev0
3+
version = 25.1.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2545,7 +2545,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
25452545
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
25462546
# only referenced in getsentry to provide the stable beacon version
25472547
# updated with scripts/bump-version.sh
2548-
SELF_HOSTED_STABLE_VERSION = "24.12.2"
2548+
SELF_HOSTED_STABLE_VERSION = "25.1.0"
25492549

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

0 commit comments

Comments
 (0)