Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
=================
buildstream 2.6.0
=================

o Add the `remote-apis-socket` sandbox configuration to offer build tools
in the sandbox (e.g., recc or bazel) access to the Remote Execution API
for caching or (nested) remote execution (#2014, #2031, #2038)

o Add the `digest-environment` dependency configuration for use by
Remote Execution API clients running in the sandbox (#2036)

o Additional source provenance in SourceInfo (#2009)

o Allow showing the element kind in `bst show` (#2058)

o Accept pre-releases for plugins loaded from the `pip` origin (#2019)

o BuildStream now requires BuildBox 1.2.6 or later

o Support Python 3.13.4+ and 3.14 (#2039, #2064, #2067)

o Support protobuf 6+ (#2043) and Click 8.2+ (#2065)

=================
buildstream 2.5.0
=================
Expand Down
Loading