Skip to content

Commit 68ffa9b

Browse files
committed
release: 25.5.1
1 parent 38e36ef commit 68ffa9b

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.1
2+
------
3+
4+
### Various fixes & improvements
5+
6+
- :wrench: chore(integrations): use `IntegrationProviderSlug` for Integration `key` (#91465) by @iamrajjoshi
7+
- ref: fix types for group_integration_details (#92026) by @asottile-sentry
8+
- Bump `devenv`/`devservices` to make Python SDK 3 compatible (#92028) by @antonpirker
9+
- build(ui): Remove react prod sourcemaps (#92006) by @scttcper
10+
- feat(spans): Produce items from process-segments (#91714) by @untitaker
11+
- feat(explore): Add attribute description throughout explore (#91829) by @Zylphrex
12+
- fix(symbolicator): check source credentials and not the credential token (#92024) by @Litarnus
13+
- feat(replay): Start bringing in new replay context wrappers to test (#91982) by @ryan953
14+
- feat(agents-insights): dashboard placeholder (#92021) by @obostjancic
15+
- ref: remove remote_subscriptions migrations (#92004) by @asottile-sentry
16+
- fix(apps): disallow Manager to rotate an app secret with org:admin scope (#92019) by @oioki
17+
- issues: remove custom save button styling (#91974) by @JonasBa
18+
- replay: replace colors for tokens on timeline (#91933) by @JonasBa
19+
- trace: fix buttons in chonk (#91878) by @JonasBa
20+
- tag: fix bad tag change and flickering text (#91927) by @JonasBa
21+
- chore(sdk): Use add_full_stack by default (#91939) by @armenzg
22+
- fix(codeowners): move demomode upwards in codewards to stop matching everything (#92020) by @shellmayr
23+
- fix(nextjs-insight): Filter spans without component type from tree view (#92017) by @ArthurKnaus
24+
- Add directory for preprod (#91961) by @chromy
25+
- fix(span-buffer): Fix crashing behavior in flusher (#91949) by @untitaker
26+
- feat(agents-insights): feature flag registration (#92014) by @obostjancic
27+
- fix(codeowners): add owner to demomode line (#92012) by @shellmayr
28+
- ref: add flags to migrations lockfile (#91991) by @asottile-sentry
29+
- feat(source-maps): Do not render source maps wizard if platform is react native (#91860) by @priscilawebdev
30+
31+
_Plus 231 more_
32+
133
25.5.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.6.0.dev0
3+
version = 25.5.1
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
@@ -2694,7 +2694,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
26942694
SENTRY_SELF_HOSTED_ERRORS_ONLY = False
26952695
# only referenced in getsentry to provide the stable beacon version
26962696
# updated with scripts/bump-version.sh
2697-
SELF_HOSTED_STABLE_VERSION = "25.5.0"
2697+
SELF_HOSTED_STABLE_VERSION = "25.5.1"
26982698

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

0 commit comments

Comments
 (0)