diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-08-19 12:39:32 +0100 |
---|---|---|
committer | James Ennis <james.ennis@codethink.co.uk> | 2019-08-19 12:39:32 +0100 |
commit | 2e8e16e5ae7c0f0d961667bd15528888c2e52c58 (patch) | |
tree | 23e68fc045ba76107afa9bd1a162a6e534649c40 /NEWS | |
parent | 20a636d3fb0422c54acd5783200288dbeecb09cf (diff) | |
download | buildstream-2e8e16e5ae7c0f0d961667bd15528888c2e52c58.tar.gz |
NEWS: Add NEWS entry following change in cache key calculationjennis/add_project_to_proto
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ buildstream 1.3.1 ================= + o BREAKING CHANGE: The project name of dependencies have been included when + calculating the cache key. This was required to keep inline with the + artifact proto. Additionally, for strict mode, the name of dependencies have + also been included in the calculation of the cache key. This is again to + keep inline with the proto, but also to maintain symmetry in the behaviour + between the strict and non-strict modes. + o Added `bst artifact list-contents` subcommand which can display the names of files in artifacts in your artifact cache, either by element name or by direct artifact reference. |