diff --git a/HISTORY.rst b/HISTORY.rst index b068fd59..147c4b5f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,16 +11,34 @@ PlatformIO Core 4 **A professional collaborative platform for embedded development** -* New `Account Management System `__ +* Integration with the new `Account Management System `__ - Manage own organizations - Manage organization teams - Manage resource access -* Registry Package Management +* Integration with the new **PlatformIO Trusted Registry** - - Publish a personal or organization package using `platformio package publish `__ command - - Remove a pushed package from the registry using `platformio package unpublish `__ command + - Enterprise-grade package storage with high availability (multi replicas) + - Secure, fast, and reliable global content delivery network (CDN) + - Universal support for all embedded packages: + + * Libraries + * Development platforms + * Toolchains + + - Built-in fine-grained access control (role based, teams, organizations) + - Command Line Interface: + + * `platformio package publish `__ – publish a personal or organization package + * `platformio package unpublish `__ – remove a pushed package from the registry + * Grant package access to the team members or maintainers + +* New **Package Management System** + + - Integrated PlatformIO Core with the new PlatformIO Trusted Registry + - Strict dependency declaration using owner name (resolves name conflicts) (`issue #1824 `_) + - Automatically save dependencies to `"platformio.ini" `__ when installing using PlatformIO CLI (`issue #2964 `_) * New `Custom Targets `__ diff --git a/docs b/docs index 13df46f9..e8ee370a 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 13df46f9cf4e3f822f6f642c9c9b3085a0a93193 +Subproject commit e8ee370a338270b453d4d97bd286f537d5f06456