This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/release-prep in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit f8beca58b0b9273667509a0644a0b647e359fc81 Author: Tristan van Berkom <[email protected]> AuthorDate: Thu Dec 12 03:29:38 2024 +0900 NEWS: Prepare for 2.4.0 release --- NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/NEWS b/NEWS index 887218a2e..89b99fdc8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +================= +buildstream 2.3.0 +================= + + o Add new user configuration for the cache (#1950) + + o docs: fix link to docker install instructions (#1952) + + o Fix console warnings in newer python versions (#1958) + + o Update github CI workflow actions (#1957) + + o Fix `bst artifact show --long` for artifacts with symlinks (#1959) + + o Fix race condition in public data handling (#1955) + + o Cleanup deadcode (#1954) + + o Make remote execution directory fetching more robust (#1962) + + o Disable logging for frequent cache query jobs (#1963) + + o Improve performance when using `storage-service` (#1966) + + o Fixed issues with nested junctions (#1891, #1969, #1975) + + o Drop support for Python 3.8 and add support for Python 3.13 (#1971) + + o Load time optimization for commands which don't require cache queries (#1965) + ================= buildstream 2.3.0 =================
