From ddff3faba93df5fe283e49f9414a21da287e7bed Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sun, 12 Mar 2023 10:37:42 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 300e2ec9..2386ffaa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Latest Release -[3.3.1](https://github.com/oqtane/oqtane.framework/releases/tag/v3.3.1) was released on Jan 14, 2023 and is primarily focused on flexibility, as the permissions system has been enhanced to support a new type of API permissions that provide developers with additional opportunities to create sophisticated modern web applications. This release also includes performance optimizations, enhancements to file management, and numerous user experience improvements including the addition of a new AutoComplete component. This release includes 51 pull requests by 3 different contributors, pushing the total number of project commits all-time over 3200. The Oqtane framework continues to evolve at a rapid pace to meet the needs of .NET developers. +[3.4.0](https://github.com/oqtane/oqtane.framework/releases/tag/v3.4.0) was released on Mar 14, 2023 and is primarily focused on performance, as the permissions system has been overhauled to avoid unnecessary encoding and parsing of custom access control strings. This release also includes enhancements to connection string management, numerous stabilization and user experience improvements, and the ability to dynamically generate an XML sitemap for seach engine indexing. This release includes 62 pull requests by 6 different contributors, pushing the total number of project commits all-time over 3300. The Oqtane framework continues to evolve at a rapid pace to meet the needs of .NET developers. # Oqtane Framework From ab3b1d5e46ffc7637890ce89a5c7c98adcac4a5a Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sun, 12 Mar 2023 10:42:23 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2386ffaa..b9162bc1 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,16 @@ There is a separate [Documentation repository](https://github.com/oqtane/oqtane. # Roadmap This project is open source, and therefore is a work in progress... -4.0.0 ( Q1 2023 ) +4.0.0 ( Q2 2023 ) - [ ] Migration to .NET 7 -- [ ] Permission serialization optimization - [ ] Folder Providers +[3.4.0](https://github.com/oqtane/oqtane.framework/releases/tag/v3.4.0) ( Mar 12, 2023 ) +- [x] Permissions performance optimization +- [x] Connection string management improvements +- [x] XML site map generator +- [x] OIDC integration with User Profiles + [3.3.1](https://github.com/oqtane/oqtane.framework/releases/tag/v3.3.1) ( Jan 14, 2023 ) - [x] Stabilization improvements From c7b576d6d34dab167c5d4d06153bf9490a376c7a Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sun, 12 Mar 2023 10:44:17 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9162bc1..8d4ec41d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ This project is open source, and therefore is a work in progress... 4.0.0 ( Q2 2023 ) - [ ] Migration to .NET 7 +- [ ] File / New Project experience - [ ] Folder Providers [3.4.0](https://github.com/oqtane/oqtane.framework/releases/tag/v3.4.0) ( Mar 12, 2023 )