Skip to content

Weekly automated build. Do not use in production.

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 14:05
· 6577 commits to main since this release
5f1e3c6
Merge #435

435: Client/Node: Add missing codes r=eatonphil a=sentientwaffle

Fixes https://github.com/tigerbeetledb/tigerbeetle/issues/434

## Pre-merge checklist

Performance:

* [ ] Compare `zig benchmark` on linux before and after this pr.
    ``` sh
    # benchmark results before
    ...
    
    # benchmark results after
    ...
    ```
OR
* [x] I am very sure this PR could not affect performance.


Co-authored-by: sentientwaffle <sentientwaffle@gmail.com>