Browse Source

Update release-notes & roadmap docs after 10.1 release

pull/24614/head
EngincanV 4 weeks ago
parent
commit
0934b6baad
  1. 15
      docs/en/release-info/release-notes.md
  2. 20
      docs/en/release-info/road-map.md
  3. 9
      docs/en/studio/release-notes.md

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

@ -14,8 +14,23 @@ Also see the following notes about ABP releases:
* [ABP Studio release notes](../studio/release-notes.md) * [ABP Studio release notes](../studio/release-notes.md)
* [Change logs for ABP pro packages](https://abp.io/pro-releases) * [Change logs for ABP pro packages](https://abp.io/pro-releases)
## 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.
* Resource-Based Authorization
* Introducing the [TickerQ Background Worker Provider](../framework/infrastructure/background-workers/tickerq.md)
* Angular UI: Version Upgrade to **v21**
* [File Management Module](../modules/file-management.md): Public File Sharing Support
* [Payment Module](../modules/payment.md): Public Page Implementation for Blazor & Angular UIs
* [AI Management Module](../modules/ai-management/index.md) for Blazor & Angular UIs
* [Identity PRO Module](../modules/identity-pro.md): Password History Support
* [Account PRO Module](../modules/account-pro.md): Introducing WebAuthn Passkeys
## 10.0 (2025-11-18) ## 10.0 (2025-11-18)
> **Note**: ABP has upgraded to .NET 10.0, so if you plan to use ABP 10.0, you’ll need to migrate your solutions to .NET 10.0. You can refer to the [Migrate from ASP.NET Core 9.0 to 10.0](https://learn.microsoft.com/en-us/aspnet/core/migration/90-to-100) documentation for guidance. However, ABP’s NuGet packages are compatible with both .NET 9 and .NET 10, allowing developers to continue using .NET 9 while still enjoying the latest features and improvements of the ABP Framework without upgrading their SDK.
See the detailed **[blog post / announcement](https://abp.io/community/announcements/abp.io-platform-10.0-final-has-been-released-spknn925)** for the v10.0 release. See the detailed **[blog post / announcement](https://abp.io/community/announcements/abp.io-platform-10.0-final-has-been-released-spknn925)** for the v10.0 release.
* Upgraded to .NET 10.0 * Upgraded to .NET 10.0

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

@ -1,7 +1,7 @@
```json ```json
//[doc-seo] //[doc-seo]
{ {
"Description": "Explore the ABP Platform Road Map for insights on upcoming features, release schedules, and improvements in version 9.1, launching January 2025." "Description": "Explore the ABP Platform Road Map for insights on upcoming features, release schedules, and improvements in version 10.1, launching January 2026."
} }
``` ```
@ -11,33 +11,35 @@ This document provides a road map, release schedule, and planned features for th
## Next Versions ## Next Versions
### v10.1 ### v10.2
The next version will be 10.1 and planned to release the stable 10.1 version in January 2026. We will be mostly working on the following topics: 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:
* Framework * Framework
* OpenTelemetry Protocol Support for 3rd-party Integrations * Resource-Based Authorization Improvements
* Resource Based Authorization Integration * Handle datetime/timezon in `AbpExtensibleDataGrid` Component
* Upgrading 3rd-party Dependencies * Upgrading 3rd-party Dependencies
* Enhancements in the Core Points * Enhancements in the Core Points
* ABP Suite * ABP Suite
* Define Navigation Properties Without Target String Property Dependency * 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 Desing (making it more compact)
* Improvements One-To-Many Scenarios * Improvements One-To-Many Scenarios
* File Upload Modal Enhancements * File Upload Modal Enhancements
* ABP Studio * ABP Studio
* Allow to Directly Create New Solutions with ABP's RC (Release Candidate) Versions * Allow to Directly Create New Solutions with ABP's RC (Release Candidate) Versions
* Integrate AI Management Module with all solution templates and UIs
* Automate More Details on New Service Creation for a Microservice Solution * Automate More Details on New Service Creation for a Microservice Solution
* Allow to Download ABP Samples from ABP Studio * Allow to Download ABP Samples from ABP Studio
* Task Panel Enhancements (and Documentation) * Task Panel Documentation
* Support Multiple Concurrent Kubernetes Deployment/Integration Scenarios * Support Multiple Concurrent Kubernetes Deployment/Integration Scenarios
* Improve the Module Installation Experience / Installation Guides * Improve the Module Installation Experience / Installation Guides
* Application Modules * Application Modules
* Payment Module: Public Page Implementation (for Blazor & Angular UIs) * AI Management: MCP & RAG Supports
* AI Management Module: UI Implementation for Blazor & Angular UIs * File Management: Using Resource-Based Permission (on file-sharing and more...)
* CMS Kit: Enhancements for Some Features (Rating, Dynamic Widgets, FAQ and more...) * CMS Kit: Enhancements for Some Features (Rating, Dynamic Widgets, FAQ and more...)
* UI/UX Improvements on Existing Application Modules * UI/UX Improvements on Existing Application Modules

9
docs/en/studio/release-notes.md

@ -9,7 +9,14 @@
This document contains **brief release notes** for each ABP Studio release. Release notes only include **major features** and **visible enhancements**. Therefore, they don't include all the development done in the related version. This document contains **brief release notes** for each ABP Studio release. Release notes only include **major features** and **visible enhancements**. Therefore, they don't include all the development done in the related version.
## 2.1.3 (2025-12-15) Latest ## 2.1.4 (2025-12-30) Latest
* Fixed books sample for blazor-webapp tiered solution.
* Fixed K8s cluster deployment issues for microservices.
* Fixed docker build problem on microservice template.
* Showed logs of the executed tasks.
## 2.1.3 (2025-12-15)
* Updated `createCommand` and CLI help for multi-tenancy. * Updated `createCommand` and CLI help for multi-tenancy.
* Fixed `BookController` templating problem. * Fixed `BookController` templating problem.

Loading…
Cancel
Save