Releases: buildbarn/bb-clientd
Releases · buildbarn/bb-clientd
20260319T051556Z-deed743
Let symlinks be backed by path.Parser
This change is necessary to catch up with the API changes introduced in
https://github.com/buildbarn/bb-remote-execution/pull/216. It removes
any implementations of, and calls to VirtualReadLink(), and uses
VirtualGetAttributes(AttributesMaskSymlinkTarget) instead.
With this change applied, symlinks created in the virtual file system
are always normalized.
$ ln -s //////../foo//bar/./baz
$ ls -l baz
lrwxrwxrwx 9999 nobody nobody 12 Jan 1 2000 baz -> /foo/bar/baz
20260318T125033Z-b4e21a9
Unbreak the example configuration On the bb-storage side we changed the configuration schema for gRPC BlobAccess backends. This means that the gRPC client settings need to be specified as part of a nested message.
20260318T114216Z-f4f51ee
Upgrade all Go dependencies On the bb-storage side we added support for ZSTD compressor/decompressor pools. This requires us to add a similar option to bb_clientd.
20260213T132928Z-02bcd4c
Upgrade all dependencies Fixes: #39