From 98e9ee692ea238462085dd9fa78818c963883e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 16 Sep 2021 11:39:12 +0300 Subject: [PATCH] Update 5.0 road map --- docs/en/Road-Map.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/Road-Map.md b/docs/en/Road-Map.md index d98c626dd9..2f4ef9fa54 100644 --- a/docs/en/Road-Map.md +++ b/docs/en/Road-Map.md @@ -10,12 +10,8 @@ This version will focus on the following works: * Upgrading to .NET 6.0 ([#9004](https://github.com/abpframework/abp/issues/9004)) * Upgrading to Bootstrap 5.x ([#8922](https://github.com/abpframework/abp/issues/8922)) -* Alternative to IdentityServer4 ([#7221](https://github.com/abpframework/abp/issues/7221)) * Revisit the microservice demo solution ([#8385](https://github.com/abpframework/abp/issues/8385)) -* Dapr integration ([#2183](https://github.com/abpframework/abp/issues/2183)) * Publishing distributed events as transactional ([#6126](https://github.com/abpframework/abp/issues/6126)) -* Resource based authorization system ([#236](https://github.com/abpframework/abp/issues/236)) -* API Versioning system: finalize & document ([#497](https://github.com/abpframework/abp/issues/497)) * Performance optimizations; Enabling .NET Trimming, using source generators and reducing reflection, etc. * Improving the abp.io platform and work more on contents and documents @@ -27,6 +23,10 @@ The *Next Versions* section above shows the main focus of the planned versions. Here, a list of major items in the backlog we are considering to work on in the next versions. +* ([#497](https://github.com/abpframework/abp/issues/497)) API Versioning system: finalize & document +* ([#7221](https://github.com/abpframework/abp/issues/7221)) Alternative to IdentityServer4 +* ([#2183](https://github.com/abpframework/abp/issues/2183)) Dapr integration +* ([#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](https://docs.abp.io/en/abp/latest/Modules/Index)) * [#1754](https://github.com/abpframework/abp/issues/1754) / Multi-lingual entities * [#57](https://github.com/abpframework/abp/issues/57) / Built-in CQRS infrastructure