Skip to content

Commit 0ce6955

Browse files
committed
release: 25.7.0
1 parent e9e09e1 commit 0ce6955

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.7.0
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- ref(deletions): Remove unnecessary Seer calls in endpoint (#93541) by @armenzg
7+
- chore(detectors): Clean up detection settings (#95561) by @roggenkemper
8+
- ref(stories): rename sections (to core + product) (#95562) by @natemoo-re
9+
- fix(Jira-Server): Adds halts, better exceptions for failed syncs (#95281) by @GabeVillalobos
10+
- fix(stories): adjust routing (#95442) by @natemoo-re
11+
- feat(taskworker): Zstd compress process profile task (#95545) by @enochtangg
12+
- chore(relay): update VALID_PLATFORMS from relay location comment (#95510) by @cvxluo
13+
- ref(ecosystem): refactor link_all_repos to bulk update repositories (#95494) by @cathteng
14+
- build: fix storybook types (#95556) by @JonasBa
15+
- feat(replay): Unify the tooltips into one for replay details os/browser (#95558) by @ryan953
16+
- feat(otlp): Parse JSON-looking attributes in span attributes panel (#95544) by @gggritso
17+
- chore(aci): setup single processing flag for issue alerts in workflow engine (#95178) by @cathteng
18+
- feat(otlp): Register flag for displaying span links in the trace view UI (#95549) by @gggritso
19+
- ref(ui): make "md" the new buttonBar gap default (#95551) by @TkDodo
20+
- feat: Add dashboard widget snapshot model (#95236) by @shruthilayaj
21+
- [ft] Add a enable PR review + test gen setting at an org level (#95456) by @rohitvinnakota-codecov
22+
- fix(explore): Only permit span.duration for eap count (#95480) by @Zylphrex
23+
- ref: replace space function with p.theme.space in core/button (#95414) by @TkDodo
24+
- chore(nextjs-insights): remove feature flag registration (#95543) by @shellmayr
25+
- fix(taskworker) Add a short backoff when fetching tasks (#95346) by @markstory
26+
- chore(ui): Increase contrast on issues chart (#95349) by @leeandher
27+
- feat(tours): re-implement tour with inverse theme (#95530) by @TkDodo
28+
- fix(explore): Prettify aggregation in saved queries (#95479) by @Zylphrex
29+
- :wrench: chore(aci): update `send_activity_notification` to not send notifications for metric alert resolutions (#95476) by @iamrajjoshi
30+
31+
_Plus 670 more_
32+
133
25.6.2
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.7.0.dev0
3+
version = 25.7.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
@@ -2936,7 +2936,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
29362936
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
29372937
# only referenced in getsentry to provide the stable beacon version
29382938
# updated with scripts/bump-version.sh
2939-
SELF_HOSTED_STABLE_VERSION = "25.6.2"
2939+
SELF_HOSTED_STABLE_VERSION = "25.7.0"
29402940

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

0 commit comments

Comments
 (0)