Skip to content

Releases: buildbarn/bb-clientd

20260319T051556Z-deed743

19 Mar 05:42

Choose a tag to compare

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

18 Mar 13:17

Choose a tag to compare

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

18 Mar 12:07

Choose a tag to compare

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

13 Feb 13:55

Choose a tag to compare

Upgrade all dependencies

Fixes: #39