From 896a152948c83910c30ab7b497c1b71aea0dda27 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 15 May 2026 14:07:20 +0800 Subject: [PATCH 1/3] Update release-notes & roadmap docs after v10.4 stable --- docs/en/release-info/release-notes.md | 6 +++--- docs/en/release-info/road-map.md | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/en/release-info/release-notes.md b/docs/en/release-info/release-notes.md index 3802fe21e3..3a3c89012f 100644 --- a/docs/en/release-info/release-notes.md +++ b/docs/en/release-info/release-notes.md @@ -14,9 +14,9 @@ Also see the following notes about ABP releases: - [ABP Studio release notes](../studio/release-notes.md) - [Change logs for ABP pro packages](https://abp.io/pro-releases) -## 10.4 (2026-04-29) +## 10.4 (2026-05-14) -ABP v10.4 is currently in the release candidate stage; the stable version has not been released yet. See the detailed **[blog post / announcement](https://abp.io/community/announcements/announcing-abp-10-4-release-candidate-7ukyudm0)** for the v10.4 RC release. +See the detailed **[blog post / announcement](https://abp.io/community/announcements/announcing-abp-10-4-stable-release-e0u81o2z)** for the v10.4 release. - URL-Based Localization - Localization File Splitting @@ -29,7 +29,7 @@ ABP v10.4 is currently in the release candidate stage; the stable version has no ## 10.3 (2026-04-15) -See the detailed **[blog post / announcement](https://abp.io/community/announcements/announcing-abp-10-3-release-candidate-hgnpr9jq)** for the v10.3 release. +See the detailed **[blog post / announcement](https://abp.io/community/announcements/announcing-abp-10-3-stable-release-aryi10am)** for the v10.3 release. - OpenIddict: `private_key_jwt` Client Authentication + `abp generate-jwks` - Event Bus: String-Based Event Publishing with Dynamic Payload diff --git a/docs/en/release-info/road-map.md b/docs/en/release-info/road-map.md index 1f443a0fa9..6e13ba8982 100644 --- a/docs/en/release-info/road-map.md +++ b/docs/en/release-info/road-map.md @@ -17,12 +17,15 @@ The next planned version will be 10.5, which is scheduled to be released as a st * Framework * Token Verification Improvements (Refresh Token Support) + * Dynamic Background Worker Scheduler Capabilities + * Default Scopes Fallback for OpenIddict Grants * Upgrading 3rd-party Dependencies * Enhancements in the Core Points * ABP Suite * Improvements on the generated codes for nullability * Improvements on Master-Detail Page Design (making it more compact) + * LowCode System Integration * ABP Studio * Allow to Directly Create New Solutions with ABP's RC (Release Candidate) Versions @@ -30,10 +33,15 @@ The next planned version will be 10.5, which is scheduled to be released as a st * Allow to Download ABP Samples from ABP Studio * Support Multiple Concurrent Kubernetes Deployment/Integration Scenarios * Improve the Module Installation Experience / Installation Guides + * AI Coding Agent and MCP Integration + * Modern Solution Wizard with Low-Code Support + * ABP Thin UI: React Templates + * Theme Builder: Live Preview, Project Integration and Import/Export * Application Modules * AI Management: Chat History & Multi-Tenancy Features * New Module: Chat with your data + * Admin Console: LowCode Designer * CMS Kit: CodeMirror v6 Compatibility Update * Payment Module: Email Notification Improvements * UI/UX Improvements on Existing Application Modules From b82ada7b11b907fae3f27aca56b2f25d2dc0c889 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 15 May 2026 14:21:16 +0800 Subject: [PATCH 2/3] Unify LowCode wording in v10.5 roadmap --- docs/en/release-info/road-map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/release-info/road-map.md b/docs/en/release-info/road-map.md index 6e13ba8982..a3f29f9ba4 100644 --- a/docs/en/release-info/road-map.md +++ b/docs/en/release-info/road-map.md @@ -34,7 +34,7 @@ The next planned version will be 10.5, which is scheduled to be released as a st * Support Multiple Concurrent Kubernetes Deployment/Integration Scenarios * Improve the Module Installation Experience / Installation Guides * AI Coding Agent and MCP Integration - * Modern Solution Wizard with Low-Code Support + * Modern Solution Wizard with LowCode Support * ABP Thin UI: React Templates * Theme Builder: Live Preview, Project Integration and Import/Export From a19d215c2931f14c77dc1a7db467f50fe8bdbc6e Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 15 May 2026 14:40:16 +0800 Subject: [PATCH 3/3] Use hyphenated Low-Code in v10.5 roadmap to match docs --- docs/en/release-info/road-map.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/release-info/road-map.md b/docs/en/release-info/road-map.md index a3f29f9ba4..154a421da1 100644 --- a/docs/en/release-info/road-map.md +++ b/docs/en/release-info/road-map.md @@ -25,7 +25,7 @@ The next planned version will be 10.5, which is scheduled to be released as a st * ABP Suite * Improvements on the generated codes for nullability * Improvements on Master-Detail Page Design (making it more compact) - * LowCode System Integration + * Low-Code System Integration * ABP Studio * Allow to Directly Create New Solutions with ABP's RC (Release Candidate) Versions @@ -34,14 +34,14 @@ The next planned version will be 10.5, which is scheduled to be released as a st * Support Multiple Concurrent Kubernetes Deployment/Integration Scenarios * Improve the Module Installation Experience / Installation Guides * AI Coding Agent and MCP Integration - * Modern Solution Wizard with LowCode Support + * Modern Solution Wizard with Low-Code Support * ABP Thin UI: React Templates * Theme Builder: Live Preview, Project Integration and Import/Export * Application Modules * AI Management: Chat History & Multi-Tenancy Features * New Module: Chat with your data - * Admin Console: LowCode Designer + * Admin Console: Low-Code Designer * CMS Kit: CodeMirror v6 Compatibility Update * Payment Module: Email Notification Improvements * UI/UX Improvements on Existing Application Modules