diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-11-22 18:36:12 +0100 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2023-11-23 11:08:46 +0100 |
commit | b6403fe14c997a223af3c9fc9b6b0250037e892e (patch) | |
tree | 6110b2e1f730064b1347dc1e5121326b342e13a6 /CHANGELOG.md | |
parent | b7b438d5bba82a391d581537d144c2af6ac233ac (diff) | |
download | justbuild-b6403fe14c997a223af3c9fc9b6b0250037e892e.tar.gz |
Mention blob splitting in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb78588..76da1d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ A feature release on top of `1.2.0`, backwards compatible. - `just-mr` is able to back up and retrieve distribution files from a remote execution endpoint. This simplifies usage in an environment with restricted internet access. +- `just execute` now supports blob splitting as new RPC call. `just + install` uses this call to reduce traffic if the remote-execution + endpoint supports blob splitting and the `--remember` option is given. + In this way, traffic from the remote-execution endpoint can be reduced + when subsequently installing artifacts with only small local + differences. ### Other changes |