Skip to content

Commit 0ca201c

Browse files
committed
release: 25.5.0
1 parent 8d4f71c commit 0ca201c

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.5.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- chore(perf-issues): Add a flag and check it to allow customer to disable detectors (#91734) by @leeandher
7+
- feat(trace-tabs-ui): Adding ops to search on click and hiding trace level ops breakdown (#91684) by @Abdkhan14
8+
- build(ui): Add rspack as webpack alternative (#77077) by @scttcper
9+
- fix(taskworker) Fix async notification parameter serialization (#91720) by @markstory
10+
- fix(profiles): Set the proper span entity to insert data to in tests (#91736) by @phacops
11+
- fix(insights): line of code not working with db module on eap (#91654) by @DominikB2014
12+
- ref(reserved budgets): Update types + constants (#91606) by @isabellaenriquez
13+
- feat(taskworker) Check 2% of tasks for pickle (#91624) by @markstory
14+
- chore(github): Only support pagination for getting labels (#91570) by @armenzg
15+
- Skip test_queries_profile_candidates_from_spans (#91724) by @armenzg
16+
- fix(issue-details): Avoid persisting stacktrace folding behaviour (#91719) by @leeandher
17+
- feat(dashboards): Newly added widgets should scroll into view (#91721) by @narsaynorath
18+
- ref(crons): Use dateAdded over dateCreated (#91667) by @evanpurkhiser
19+
- fix(utils): return 0% for null and undefined values in formatpercentage (#91710) by @shellmayr
20+
- ref: fix nullability of requires_org_level_access (#91694) by @asottile-sentry
21+
- feat(explore): Flatten visualize yaxes into multiple (#91664) by @Zylphrex
22+
- fix(widget-library): Hide filters at top of panel if not small screen (#91716) by @narsaynorath
23+
- feat(attachments): Include all attachment with screenshot in name (#91602) by @armenzg
24+
- fix(insights): show - instead of null when metric value is null (#91656) by @DominikB2014
25+
- feat(ourlogs): Add a "new" badge for logs in the sidebar (#91674) by @colin-sentry
26+
- fix(nextjs-insights): remove project icon from rage/dead click widget (#91711) by @shellmayr
27+
- fix(nextjs-insights): show 0% for failure_rate()==0 instead of <0% (#91709) by @shellmayr
28+
- feat(nextjs-insights): add avg & p95 duration to navigations table (#91708) by @shellmayr
29+
- fix(sandbox): for debugging add telex org to exclude from redirect (#91704) by @constantinius
30+
31+
_Plus 1819 more_
32+
133
25.4.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.5.0.dev0
3+
version = 25.5.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
@@ -2696,7 +2696,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
26962696
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
26972697
# only referenced in getsentry to provide the stable beacon version
26982698
# updated with scripts/bump-version.sh
2699-
SELF_HOSTED_STABLE_VERSION = "25.4.0"
2699+
SELF_HOSTED_STABLE_VERSION = "25.5.0"
27002700

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

0 commit comments

Comments
 (0)