Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

3.6 KiB

ABP Platform Road Map

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

Next Versions

v9.0

The next version will be 9.0 and planned to release the stable 9.0 version in November 2024. We will be mostly working on the following topics:

  • Upgrading to .NET 9
  • Introducing Extension Property Policy feature
  • Handling localization resources in a microservice scenario
  • ABP Suite: Show default template for customized templates for better sync.
  • Microservice development tutorials
  • Improvements on the existing features and provide more guides.

See the 9.0 milestone for all the issues we've planned to work on.

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 core framework and the application modules.

Here is a list of major items in the backlog we are considering working on in the next versions.

Framework

  • #86 / GrapQL Integration
  • #236 / Resource based authorization system
  • #2882 / Providing a gRPC integration infrastructure (while it is already possible to create or consume gRPC endpoints for your application, we plan to create endpoints for the standard application modules)
  • #57 / Built-in CQRS infrastructure
  • #4223 / WebHook system
  • #162 / Azure ElasticDB Integration for multitenancy
  • #2296 / Feature toggling infrastructure
  • #16342 / CMS Kit: Meta information for SEO
  • #16260 / GCP Blob Storage Provider
  • #15932 / Introduce ABP Diagnostics Module
  • #16756 / Blob Storing - Provider configuration UI
  • #16744 / State Management API

Modules / Themes

  • New styles, components and features for the LeptonX theme.
  • Payment module: Invoice system.
  • Dynamic dashboard system.
  • User guiding module.
  • gRPC integration and implementation for all the pre-built modules.

Tooling

  • ABP Suite: Extra Properties on CRUD Page generation
  • ABP Suite: Allow to create PAGE instead of MODAL for CRUD page generation
  • ABP Suite: Export child/detail entity records
  • CMS Kit features, including spam protection, social media feeds, multi-language support, and so on.

You can always check the milestone planning and the prioritized backlog issues on the GitHub repository for a detailed road map. The backlog items are subject to change. We are adding new items and changing priorities based on the community feedbacks and goals of the project.

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, but first search in the existing issues please. You can also contact info@abp.io for your feature requests and other suggestions.

See Also