From 0e495a0498dab8fe764b666482c02dd428083aa5 Mon Sep 17 00:00:00 2001 From: James Ennis Date: Thu, 28 Mar 2019 12:35:38 +0000 Subject: NEWS: Add YAML New World Order entry This is a follow-up to !1257 - YAML New World Order. Now that !1257 has landed, plugin's *must* use the Plugin.node_* family of functions to access or modify node members. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index a19182c09..7e5cbeb98 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,14 @@ buildstream 1.3.1 ================= + o BREAKING CHANGE: YAML New World Order. The parsing and loading of .bst files + and node handling has been completely rewritten and is now faster. This now + requires that plugin authors must use the Plugin API to access or modify node + members. Regular dictionary accesses are no longer valid. + + This change has also removed the need of a YAML cache as it proved to no longer + be of benefit. + o Added `bst artifact delete` subcommand. This command removes artifacts from the local cache. Mulitple element names and artifact refs can be specified as arguments. -- cgit v1.2.1