Back to Abp

ABP Platform Road Map

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

10.5.08.3 KB
Original Source
json
//[doc-seo]
{
    "Description": "Explore the ABP Platform Road Map for insights on upcoming features, release schedules, and improvements in version 10.5, planned for June 2026."
}

ABP Platform Road Map

This document provides a road map, release schedule, and planned features for the ABP Platform.

Next Versions

v10.6

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:

  • Framework

    • Token verification improvements with refresh token support and distributed locking
    • Angular UI fixes and proxy generation improvements
    • Better handling for extra properties, object mapping and auditing edge cases
    • Hybrid UI / page embedding infrastructure
    • Upgrading 3rd-party dependencies and evaluating replacements where needed
    • General bug fixing and improvements in core framework packages
  • ABP Suite

    • Improvements on generated codes for nullability
    • Improvements on master-detail page design (making it more compact)
    • Low-Code system integration
    • Better support for additional property types like DateTimeOffset, TimeSpan and numeric enum scenarios
    • Improvements for generated file upload, navigation property and display-name experiences
  • ABP Studio

    • AI Coding Agent and MCP integration
    • Modern solution wizard improvements and low-code support
    • Theme Builder: live preview, project integration and import/export
    • Linux support and packaging improvements
    • Better React / React Native / Thin UI template experience
    • Better startup, diagnostics, module installation and solution runner experiences
    • More automation for microservice solution creation and service/module addition
    • Terminal, browser and built-in developer productivity enhancements
  • Application Modules

    • AI Management: chat history, multi-tenancy and tenant-scoped workspace capabilities
    • New module: Chat with your data
    • Low-Code designer and low-code platform integrations
    • CMS Kit and public website improvements
    • Payment module e-mail notification improvements
    • UI/UX improvements on existing application modules
  • Updating existing tutorials & documents (with other UI & DB options)

    • Documentation updates for modern React, Studio workflows and new CLI capabilities
    • General refresh for roadmap, tutorials and feature comparison documents

Backlog Items

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.

Framework

The ABP framework is open source and free for everyone. You can see its public backlog. Here are some of the selected backlog items and longer-term topics:

  • #23102 / ABP Hybrid UI System: Re-using module UIs in different technologies
  • #25123 / Upgrade jQuery to 4.x, or consider removing it as dependency
  • #24742 / Add Support for LiteDB as a Database Provider
  • #24442 / Add Couchbase EF Core Provider Integration
  • #24310 / Migrate Volo.Abp.AI Semantic Kernel to Microsoft Agent Framework
  • #23575 / Support list/enumerable of complex types for ABP dynamic/static C# proxies on GET requests
  • #23546 / Better ExtraProperties mapping for EF Core
  • #23935 / Hybrid Cache Support for EntityCache
  • #22931 / Angular - Support dynamic URLs for breadcrumbs
  • #25032 / Guidance and infrastructure considerations for gRPC-based scenarios
  • #2882 / Providing a gRPC integration infrastructure
  • #57 / Built-in CQRS infrastructure
  • #58 / Content localization system (multilingual entities)
  • #4223 / WebHook system
  • #162 / Azure ElasticDB integration for multitenancy
  • #2296 / Feature toggling infrastructure
  • #15932 / Introduce ABP Diagnostics Module
  • #16744 / State Management API
  • #119 / REST API versioning improvements
  • #2087 / RavenDB database support

Application Modules / UI Themes

ABP Platform provides many (free and commercial) pre-built application modules and modern UI themes. In every release, many enhancements and bugfixes are delivered for these modules and themes. Important backlog topics currently include:

  • AI Management module: chat history, multi-tenancy, tenant workspaces and operational hardening
  • CMS Kit module: media gallery and richer public website capabilities
  • Payment module: richer notifications and invoice-oriented scenarios
  • Audit logging UI: filter redesign and UX improvements
  • Identity Pro: richer filtering and organization-unit UX improvements
  • LeptonX and existing UIs: new layouts, styles and usability refinements
  • New module ideas: Chat with your data, AI Search, user notification and dynamic dashboard

ABP Studio

ABP Studio 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:

  • Theme builder for LeptonX, including live preview, management UI and project integration
  • Analyze user solutions to explore entities, domain services, application services, pages and other fundamental objects
  • AI agent/browser capabilities and developer-assistant experiences
  • Built-in command terminal and richer embedded development tools
  • Built-in or embedded VS Code experience
  • Better Linux and cross-platform support
  • Better startup templates, including React Native, Thin UI, Angular SSR and public website scenarios
  • More options while creating new solutions, modules and services
  • Better environment-variable, deployment and Kubernetes experiences
  • Compare changes on startup templates when a new ABP version is published
  • Rapid application development and low-code oriented features
  • ABP support integration and better diagnostics/error experiences

ABP Suite

ABP Suite 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:

  • Better nullability support in generated code
  • MudBlazor support
  • Replacing the current templating system with a text engine while preserving backward compatibility
  • Support for additional property types like DateTimeOffset and TimeSpan
  • Handle image properties for entities (in addition to file properties, which are already supported)
  • Allow to define display names and better ordering for properties and navigation properties
  • Filter on inherited properties and improve relationship management experiences
  • Allow to change generated file paths and support namespace-based foldering for generated UI code
  • View-only (detail view) modal/page for an entity
  • Custom form layouts on CRUD page generation
  • Allow to create pages instead of modals for CRUD page generation
  • Export child/detail entity records as a part of export operations for a main (master) entity

Feature Requests

Vote for your favorite feature on the related GitHub issues (and write your thoughts). You can create an issue on the GitHub repository for your feature requests and suggestions.

See Also