This is an automated email from the ASF dual-hosted git repository. akitouni pushed a commit to branch abderrahim/2.2 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit ce1c672f61115e47ae84176a74074def95afd4b3 Author: Abderrahim Kitouni <[email protected]> AuthorDate: Wed Apr 17 17:28:31 2024 +0100 Update NEWS for 2.2.0 --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 95cad949a..7bcad5b06 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +================= +buildstream 2.2.0 +================= + + o Support Python 3.12 (#1881, #1884) + + o Add suffix parameter to `Source.translate_url()` (#1899) + + o Error out if a YAML mapping has duplicate keys (#1877) + + o New configuration option to set the grpc keepalive time (#1879) + + o Add SourceMirror plugins to allow more flexibility when defining mirrors (#1903) + + o Use system-installed buildbox components over bundled ones if available (#1902) + + o Support bearer authentication in DownloadableFileSource (#1911) + + o Support mapping aliases from subprojects to parent project to ease mirroring (#1910) + ================= buildstream 2.1.0 =================
