Browse Source

Update roadmap & release notes for v10.0

pull/24182/head
EngincanV 3 months ago
parent
commit
ecf489f678
  1. 14
      docs/en/release-info/release-notes.md
  2. 39
      docs/en/release-info/road-map.md

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

@ -14,9 +14,21 @@ 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.0 (2025-10-01)
This is currently a RC (release-candidate) and you can see the detailed **[blog post / announcement](https://abp.io/community/announcements/announcing-abp-10-0-release-candidate-86lrnyox)** for the v10.0 release.
* Upgraded to .NET 10.0
* Upgraded to `Blazorise` **v1.8.2**
* New PRO Module: [Elsa Workflows](../modules/elsa-pro.md)
* New Object Mapper: **Mapperly**
* Localization: Nested Object Support in JSON Files
* EF Core Shared Entity Types on Repositories
* Angular SSR Support
## 9.3 (2025-06-17) ## 9.3 (2025-06-17)
This is currently a RC (release-candidate) and you can see the detailed **[blog post / announcement](https://abp.io/community/articles/announcing-abp-9-3-release-candidate-4dqgiryf)** for the v9.3 release. See the detailed **[blog post / announcement](https://abp.io/community/announcements/announcing-abp-9-3-stable-release-fw4n9sng)** for the v9.3 release.
* Cron Expression Support for Background Workers * Cron Expression Support for Background Workers
* Docs Module: PDF Export * Docs Module: PDF Export

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

@ -11,31 +11,34 @@ This document provides a road map, release schedule, and planned features for th
## Next Versions ## Next Versions
### v10.0 ### v10.1
The next version will be 10.0 and planned to release the stable 10.0 version in December 2025. We will be mostly working on the following topics: 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:
* Framework * Framework
* Upgrading to .NET 10 * OpenTelemetry Protocol Support for 3rd-party Integrations
* Upgrading 3rd-party dependencies * Resource Based Authorization Integration
* Enhancements in the core points * Upgrading 3rd-party Dependencies
* Enhancements in the Core Points
* ABP Suite * ABP Suite
* Define navigation properties without target string property dependency * Define Navigation Properties Without Target String Property Dependency
* Improvements one-to-many scenarios * Improvements on Master-Detail Page Desing (making it more compact)
* File Upload Modal enhancements * Improvements One-To-Many Scenarios
* 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
* Automate more details on new service creation for a microservice solution * Automate More Details on New Service Creation for a Microservice Solution
* Support multiple concurrent Kubernetes deployment/integration scenarios * Allow to Download ABP Samples from ABP Studio
* Improve the module installation experience / installation guides * Task Panel Enhancements (and Documentation)
* Improve client proxy generation experience * Support Multiple Concurrent Kubernetes Deployment/Integration Scenarios
* Modular Monolith Application Startup Template * Improve the Module Installation Experience / Installation Guides
* Application modules * Application modules
* Account module: Support mixed social/local login scenarios & adding security related features * Payment Module: Public Page Implementation (for Blazor & Angular UIs)
* AI Management Module: UI Implementation for Blazor & Angular UIs
* 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
* Updating existing tutorials & documents (with other UI & DB options) * Updating existing tutorials & documents (with other UI & DB options)
@ -50,7 +53,6 @@ The *Next Versions* section above shows the main focus of the planned versions.
The ABP framework is [open source](https://github.com/abpframework/abp) and free for everyone. You can see its [public backlog](https://github.com/abpframework/abp/milestone/2). Here, are some of the important features you can expect from next versions: The ABP framework is [open source](https://github.com/abpframework/abp) and free for everyone. You can see its [public backlog](https://github.com/abpframework/abp/milestone/2). Here, are some of the important features you can expect from next versions:
* [#236](https://github.com/abpframework/abp/issues/236) / Resource based authorization system
* [#2882](https://github.com/abpframework/abp/issues/2882) / Providing a gRPC integration infrastructure (while it is [already possible](https://github.com/abpframework/abp-samples/tree/master/GrpcDemo) to create or consume gRPC endpoints for your application, we plan to create endpoints for the [standard application modules](../modules/index.md)) * [#2882](https://github.com/abpframework/abp/issues/2882) / Providing a gRPC integration infrastructure (while it is [already possible](https://github.com/abpframework/abp-samples/tree/master/GrpcDemo) to create or consume gRPC endpoints for your application, we plan to create endpoints for the [standard application modules](../modules/index.md))
* [#57](https://github.com/abpframework/abp/issues/57) / Built-in CQRS infrastructure * [#57](https://github.com/abpframework/abp/issues/57) / Built-in CQRS infrastructure
* [#58](https://github.com/abpframework/abp/issues/58) / Content localization system (multilingual entities) * [#58](https://github.com/abpframework/abp/issues/58) / Content localization system (multilingual entities)
@ -85,12 +87,9 @@ Here, are some of the important planned features for next ABP Studio versions:
* Analyze user solutions to explore entities, domain services, application services, pages and other fundamental objects. * Analyze user solutions to explore entities, domain services, application services, pages and other fundamental objects.
* Swagger authentication support for the built-in browser * Swagger authentication support for the built-in browser
* Show related requests/events (traces) together in the solution runner panel * Show related requests/events (traces) together in the solution runner panel
* Integrate common tool dashboards into ABP Studio (such a Garana, Redis, RabbitMQ, Kibana, etc)
* Built-in command terminal * Built-in command terminal
* Automate all steps of new service creation for microservice solutions * Automate all steps of new service creation for microservice solutions
* Container application type support for Solution Runner (to individually control docker dependencies)
* More options while creating new solutions * More options while creating new solutions
* Downloading samples in ABP studio
* Built-in ABP documentation experience * Built-in ABP documentation experience
* Auto-execute terminal commands in markdown files * Auto-execute terminal commands in markdown files
* Compare changes on the startup templates when a new ABP version is published * Compare changes on the startup templates when a new ABP version is published

Loading…
Cancel
Save