Release Notes
🚀 Updates
- Bun, Deno, and Go are now powered by WASM plugins, and have been removed from core.
- This is an experiment before we migrate Node.js and Rust to WASM.
- Please report any issues you encounter or discrepancies from the previous release!
- Added a new plugin configuration locator,
github:org/repo
. - Added a
proto plugins
command, for listing all active and configured plugins. - Updated
proto clean
andproto use
to load and merge all.prototools
from the current directory and upwards. - WASM API
- Added a
format_bin_name
function. - Added a
check_supported_os_and_arch
function. - Added a
checksum
field toVerifyChecksumInput
. - Renamed
ParseVersion*
toParseVersionFile*
. - Published a
proto_pdk_test_utils
package for writing tests.
- Added a
⚙️ Internal
- Rewrote the plugin downloading and registry layers.
- Updated Rust to v1.71.
Download proto_cli 0.13.0
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | proto_cli-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | proto_cli-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | proto_cli-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | proto_cli-x86_64-unknown-linux-gnu.tar.xz |