v0.4.0
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.
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
- Fix Windows cargo test by @BxOxSxS in #35
- use framed codecs to avoid unbounded buffer by @cedric05 and @ekzhang in #33
- GitHub actions CI/CD releases by @praveenperera in #10
New Contributors
- @BxOxSxS made their first contribution in #35
- @cedric05 made their first contribution in #33
- @praveenperera made their first contribution in #10
Full Changelog: v0.3.0...v0.4.0