Browse Source

Merge pull request #24958 from abpframework/auto-merge/rel-10-2/4378

Merge branch dev with rel-10.2
pull/24969/head
Volosoft Agent 1 month ago
committed by GitHub
parent
commit
b9c939c4f7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 20
      docs/en/release-info/release-notes.md
  2. 17
      docs/en/release-info/road-map.md

20
docs/en/release-info/release-notes.md

@ -14,9 +14,27 @@ 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.2 (2026-02-24)
> This is currently an RC (release-candidate) and you can see the detailed **[blog post / announcement](https://abp.io/community/articles/announcing-abp-10-2-release-candidate-05zatjfq)** for the v10.2 release.
* Multi-Tenant Account Usage: Shared User Accounts
* Prevent Privilege Escalation: Assignment Restrictions for Roles and Permissions
* `ClientResourcePermissionValueProvider` for OAuth/OpenIddict
* Angular: Hybrid Localization Support
* Angular: Extensible Table Row Detail
* Angular: CMS Kit Module Features
* Blazor: Upgrade to Blazorise 2.0
* Identity: Single Active Token Providers
* TickerQ Package Upgrade to 10.1.1
* [AI Management Module](../modules/ai-management/index.md): MCP (Model Context Protocol) Support
* [AI Management Module](../modules/ai-management/index.md): RAG with File Upload
* [AI Management Module](../modules/ai-management/index.md): OpenAI-Compatible Chat Endpoint
* [File Management Module](../modules/file-management.md): Resource-Based Authorization
## 10.1 (2026-01-06)
> This is currently a RC (release-candidate) and you can see the detailed **[blog post / announcement](https://abp.io/community/announcements/announcing-abp-10-1-release-candidate-cyqui19d)** for the v10.1 release.
See the detailed **[blog post / announcement](https://abp.io/community/announcements/announcing-abp-10-1-stable-release-z4xfn1me)** for the v10.1 release.
* Resource-Based Authorization
* Introducing the [TickerQ Background Worker Provider](../framework/infrastructure/background-workers/tickerq.md)

17
docs/en/release-info/road-map.md

@ -1,7 +1,7 @@
```json
//[doc-seo]
{
"Description": "Explore the ABP Platform Road Map for insights on upcoming features, release schedules, and improvements in version 10.1, launching January 2026."
"Description": "Explore the ABP Platform Road Map for insights on upcoming features, release schedules, and improvements in version 10.3, planned for April 2026."
}
```
@ -11,35 +11,32 @@ This document provides a road map, release schedule, and planned features for th
## Next Versions
### v10.2
### v10.3
The next version will be 10.2 and planned to release the stable 10.2 version in April 2026. We will be mostly working on the following topics:
The next version will be 10.3 and is planned to be released as a stable version in April 2026. We will be mostly working on the following topics:
* Framework
* Resource-Based Authorization Improvements
* Handle datetime/timezon in `AbpExtensibleDataGrid` Component
* Handle datetime/timezone in `AbpExtensibleDataGrid` Component
* Upgrading 3rd-party Dependencies
* Enhancements in the Core Points
* ABP Suite
* Creating enums on-the-fly (without needing to create manually on the code side)
* Improvements on the generated codes for nullability
* Improvements on Master-Detail Page Desing (making it more compact)
* Improvements on Master-Detail Page Design (making it more compact)
* Improvements One-To-Many Scenarios
* File Upload Modal Enhancements
* ABP Studio
* Allow to Directly Create New Solutions with ABP's RC (Release Candidate) Versions
* Integrate AI Management Module with all solution templates and UIs
* Integrate AI Management Module with all solution templates and UIs (for Blazor & Angular UIs)
* Automate More Details on New Service Creation for a Microservice Solution
* Allow to Download ABP Samples from ABP Studio
* Task Panel Documentation
* Support Multiple Concurrent Kubernetes Deployment/Integration Scenarios
* Improve the Module Installation Experience / Installation Guides
* Application Modules
* AI Management: MCP & RAG Supports
* File Management: Using Resource-Based Permission (on file-sharing and more...)
* AI Management: Chat History & Visual Improvements on the playground
* CMS Kit: Enhancements for Some Features (Rating, Dynamic Widgets, FAQ and more...)
* UI/UX Improvements on Existing Application Modules

Loading…
Cancel
Save