You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/release-info/road-map.md
+78-64Lines changed: 78 additions & 64 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,106 +16,120 @@ This document provides a road map, release schedule, and planned features for th
16
16
The next planned version will be 10.6, which is scheduled to be released as a stable version in July 2026. We will be mostly working on the following topics:
* Better startup, diagnostics, module installation and solution runner experiences
40
+
* More automation for microservice solution creation and service/module addition
41
+
* Terminal, browser and built-in developer productivity enhancements
37
42
38
43
* Application Modules
39
-
* AI Management: Chat History & Multi-Tenancy Features
40
-
* AI Management: Cloudflare /crawl Endpoint as a RAG Data Source
41
-
* New Module: Chat with your data
42
-
* Payment Module: Email Notification Improvements
43
-
* UI/UX Improvements on Existing Application Modules
44
+
* AI Management: chat history, multi-tenancy and tenant-scoped workspace capabilities
45
+
* New module: Chat with your data
46
+
* Low-Code designer and low-code platform integrations
47
+
* CMS Kit and public website improvements
48
+
* Payment module e-mail notification improvements
49
+
* UI/UX improvements on existing application modules
44
50
45
-
* Updating Existing Tutorials & Documents (with Other UI & DB Options)
51
+
* Updating existing tutorials & documents (with other UI & DB options)
52
+
* Documentation updates for modern React, Studio workflows and new CLI capabilities
53
+
* General refresh for roadmap, tutorials and feature comparison documents
46
54
47
55
## Backlog Items
48
56
49
57
The *Next Versions* section above shows the main focus of the planned versions. However, in each release, we add new features to the ABP platform.
50
58
51
59
### Framework
52
60
53
-
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:
54
-
55
-
*[#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))
61
+
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 selected backlog items and longer-term topics:
62
+
63
+
*[#23102](https://github.com/abpframework/abp/issues/23102) / ABP Hybrid UI System: Re-using module UIs in different technologies
64
+
*[#25123](https://github.com/abpframework/abp/issues/25123) / Upgrade jQuery to 4.x, or consider removing it as dependency
65
+
*[#24742](https://github.com/abpframework/abp/issues/24742) / Add Support for LiteDB as a Database Provider
66
+
*[#24442](https://github.com/abpframework/abp/issues/24442) / Add Couchbase EF Core Provider Integration
67
+
*[#24310](https://github.com/abpframework/abp/issues/24310) / Migrate Volo.Abp.AI Semantic Kernel to Microsoft Agent Framework
68
+
*[#23575](https://github.com/abpframework/abp/issues/23575) / Support list/enumerable of complex types for ABP dynamic/static C# proxies on GET requests
69
+
*[#23546](https://github.com/abpframework/abp/issues/23546) / Better ExtraProperties mapping for EF Core
70
+
*[#23935](https://github.com/abpframework/abp/issues/23935) / Hybrid Cache Support for EntityCache
71
+
*[#22931](https://github.com/abpframework/abp/issues/22931) / Angular - Support dynamic URLs for breadcrumbs
72
+
*[#25032](https://github.com/abpframework/abp/issues/25032) / Guidance and infrastructure considerations for gRPC-based scenarios
73
+
*[#2882](https://github.com/abpframework/abp/issues/2882) / Providing a gRPC integration infrastructure
*[#16744](https://github.com/abpframework/abp/issues/16744) / State Management API
63
-
*[#119](https://github.com/abpframework/abp/issues/119) / REST API Versioning Improvements
64
-
*[#2087](https://github.com/abpframework/abp/issues/2087) / RavenDB Database Support
81
+
*[#119](https://github.com/abpframework/abp/issues/119) / REST API versioning improvements
82
+
*[#2087](https://github.com/abpframework/abp/issues/2087) / RavenDB database support
65
83
66
84
### Application Modules / UI Themes
67
85
68
-
ABP Platform provides many (free and commercial) [pre-built application modules](../modules/index.md) and modern [UI themes](../ui-themes/index.md). In every release, many enhancements and bugfixes are already done on the existing modules. In addition, here some of the planned features for next versions:
86
+
ABP Platform provides many (free and commercial) [pre-built application modules](../modules/index.md) and modern [UI themes](../ui-themes/index.md). In every release, many enhancements and bugfixes are delivered for these modules and themes. Important backlog topics currently include:
69
87
70
-
*LeptonX theme: New layouts, styles and components
71
-
* CMS Kit module: Meta information for SEO, media gallery, RSS feed, content versioning, social media streams
* CMS Kit module: media gallery and richer public website capabilities
90
+
* Payment module: richer notifications and invoice-oriented scenarios
91
+
*Audit logging UI: filter redesign and UX improvements
92
+
*Identity Pro: richer filtering and organization-unit UX improvements
93
+
*LeptonX and existing UIs: new layouts, styles and usability refinements
94
+
* New module ideas: Chat with your data, AI Search, user notification and dynamic dashboard
77
95
78
96
### ABP Studio
79
97
80
-
[ABP Studio](../studio/index.md) is a cross-platform desktop application for ABP and .NET developers to simplify and automate daily tasks of developers. It has a community (free) edition as well as commercial editions. It is released and versioned independently from the ABP platform and frequently released.
81
-
82
-
Here, are some of the important planned features for next ABP Studio versions:
83
-
84
-
* Theme builder for the LeptonX theme
85
-
* Analyze user solutions to explore entities, domain services, application services, pages and other fundamental objects.
86
-
* Swagger authentication support for the built-in browser
87
-
* Show related requests/events (traces) together in the solution runner panel
88
-
* Built-in command terminal
89
-
* Automate all steps of new service creation for microservice solutions
90
-
* More options while creating new solutions
91
-
* Built-in ABP documentation experience
92
-
* Auto-execute terminal commands in markdown files
93
-
* Compare changes on the startup templates when a new ABP version is published
94
-
* Remove unused projects while downloading the source code of an existing module
95
-
* Testing/hosting applications for module templates
96
-
* Easily explore all module and package dependencies of a large solution
97
-
* Built-in deployment options
98
-
* Rapid application development features
99
-
* ABP support integration
98
+
[ABP Studio](../studio/index.md) is a cross-platform desktop application for ABP and .NET developers to simplify and automate daily tasks of developers. It has a community (free) edition as well as commercial capabilities. Here are some of the important planned features and active backlog topics for the next ABP Studio versions:
99
+
100
+
* Theme builder for LeptonX, including live preview, management UI and project integration
101
+
* Analyze user solutions to explore entities, domain services, application services, pages and other fundamental objects
102
+
* AI agent/browser capabilities and developer-assistant experiences
103
+
* Built-in command terminal and richer embedded development tools
104
+
* Built-in or embedded VS Code experience
105
+
* Better Linux and cross-platform support
106
+
* Better startup templates, including React Native, Thin UI, Angular SSR and public website scenarios
107
+
* More options while creating new solutions, modules and services
108
+
* Better environment-variable, deployment and Kubernetes experiences
109
+
* Compare changes on startup templates when a new ABP version is published
110
+
* Rapid application development and low-code oriented features
111
+
* ABP support integration and better diagnostics/error experiences
100
112
101
113
### ABP Suite
102
114
103
-
[ABP Suite](../suite/index.md) is a GUI application that is mainly used to generate CRUD style pages in your application. You define your entity and it can generate all the code from the database layer to the UI layer. The generated code is clean and a perfect starting point to implement your custom requirements on top of it.
104
-
105
-
Here, are some of the important planned features for the next ABP Suite versions:
115
+
[ABP Suite](../suite/index.md) is a GUI application that is mainly used to generate CRUD-style pages in your application. You define your entity and it can generate all the code from the database to the UI. Here are some of the important planned features for the next ABP Suite versions:
106
116
107
-
* Handle image properties for entities (in addition to file properties, which is already supported)
108
-
* Allow to define extra properties for DTOs those are not a part of the entity
109
-
* Allow to create pages instead of modals for CRUD page generation
117
+
* Better nullability support in generated code
118
+
* MudBlazor support
119
+
* Replacing the current templating system with a text engine while preserving backward compatibility
120
+
* Support for additional property types like `DateTimeOffset` and `TimeSpan`
121
+
* Handle image properties for entities (in addition to file properties, which are already supported)
122
+
* Allow to define display names and better ordering for properties and navigation properties
123
+
* Filter on inherited properties and improve relationship management experiences
124
+
* Allow to change generated file paths and support namespace-based foldering for generated UI code
110
125
* View-only (detail view) modal/page for an entity
111
-
* Export child/detail entity records as a part of export operation for a main (master) entity
112
-
* Allow to add custom entity actions for an entity
113
-
* Allow to inherit from an existing entity class
114
126
* Custom form layouts on CRUD page generation
127
+
* Allow to create pages instead of modals for CRUD page generation
128
+
* Export child/detail entity records as a part of export operations for a main (master) entity
115
129
116
130
## Feature Requests
117
131
118
-
Vote for your favorite feature on the related GitHub issues (and write your thoughts). You can create an issue on [the GitHub repository](https://github.com/abpframework/abp) for your feature requests, but please first search the existing issues. You can also contact [info@abp.io](mailto:info@abp.io) for your feature requests and other suggestions.
132
+
Vote for your favorite feature on the related GitHub issues (and write your thoughts). You can create an issue on [the GitHub repository](https://github.com/abpframework/abp) for your feature requestsand suggestions.
0 commit comments