Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 22:25
· 19 commits to main since this release

This release of bore finally distributes the CLI via prebuilt binaries! If you scroll down to the "Assets" attached to the release, you can now download bore and install instantly it by just adding a single file to your PATH. No need to build from source using Rust (cargo install) anymore. Big thanks to @praveenperera for making this happen.

image

This release also makes internal improvements, using the tokio-util codec library to avoid possibly unbounded memory usage if a malicious client were to stream arbitrarily long frames to the server.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0