This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
Releases: rivet-gg/toolchain
Releases · rivet-gg/toolchain
v0.1.4 - 2023-12-9
Release Notes
Added
- Darwin ARM release artifact
Changed
- Update
cargo-dist
to 0.5.0
Download rivet-cli 0.1.4
File | Platform | Checksum |
---|---|---|
rivet-cli-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
rivet-cli-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
rivet-cli-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
rivet-cli-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
[v0.1.3] - 2023-12-3
Download
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | rivet-cli-v0.1.3-x86_64-unknown-linux-gnu.tar.xz |
x86_64-apple-darwin | tarball | rivet-cli-v0.1.3-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | rivet-cli-v0.1.3-x86_64-pc-windows-msvc.zip |
x86_64-pc-windows-msvc | symbols | rivet-cli-v0.1.3-x86_64-pc-windows-msvc.pdb |
Release Notes
Changed
- Replace Smithy-generated API library with OpenAPI-generated library in order to fix
invalid certificate timestamp: UnknownLog
error
[v0.2.0] - 2020-12-1
Download
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | rivet-cli-v0.2.0-x86_64-unknown-linux-gnu.tar.xz |
x86_64-apple-darwin | tarball | rivet-cli-v0.2.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | rivet-cli-v0.2.0-x86_64-pc-windows-msvc.zip |
x86_64-pc-windows-msvc | symbols | rivet-cli-v0.2.0-x86_64-pc-windows-msvc.pdb |
Release Notes
Added
- Support for building OCI bundles
- Support for LZ4 compression of builds
- [BREAKING] Expose
RIVET_API_ENDPOINT
tocdn.build_command
to help automate deploying to multiple cluters - [BREAKING] Unset
RIVET_TOKEN
tocdn.build_command
in order to ensure the cloud token isn't accidentally baked in a build image build-push
command to automatically build & push an imagesite build-push
command to automatially build and push a site- E2E cross-platform tests in GitHub Actions
Changed
- [BREAKING] Support new single-origin API endpoint (configured with
RIVET_API_ENDPOINT
environment variable or--api-endpoint
flag) - [BREAKING] Rename
RIVET_CLOUD_TOKEN
environment variable toRIVET_TOKEN
- [BREAKING] Rename
--cloud-token
flag to--token
- [BREAKING] Removed
RIVET_API_CLOUD_URL
in favor ofRIVET_API_ENDPOINT
- [BREAKING] Updated custom games config schema
- [BREAKING] Removed domain map from turnstile configuration, replaced with
site_key
andsecret_key
- Added telemetry beacon for fatal errors. Opt out with
--telemetry-disabled
orTELEMETRY_DISABLED=1
- Added internal config to store api endpoint and telemetry options
- Implemented multipart uploads for builds and sites, disable multipart uploads with
_RIVET_UPLOAD_DISABLE_MULTIPART
[v0.1.2] - 2023-08-26
Download
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | rivet-cli-v0.1.2-x86_64-unknown-linux-gnu.tar.xz |
x86_64-apple-darwin | tarball | rivet-cli-v0.1.2-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | rivet-cli-v0.1.2-x86_64-pc-windows-msvc.zip |
x86_64-pc-windows-msvc | symbols | rivet-cli-v0.1.2-x86_64-pc-windows-msvc.pdb |
Release Notes
Changed
- Added custom games + lobby state + external verification
[v0.1.1] - 2023-07-17
Download
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | rivet-cli-v0.1.1-x86_64-unknown-linux-gnu.tar.xz |
x86_64-apple-darwin | tarball | rivet-cli-v0.1.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | rivet-cli-v0.1.1-x86_64-pc-windows-msvc.zip |
x86_64-pc-windows-msvc | symbols | rivet-cli-v0.1.1-x86_64-pc-windows-msvc.pdb |
Release Notes
Changed
rivet deploy
now gracefully falls back to the native build method if Docker Buildx is not installed
[v0.1.0] - 2023-07-17
Download
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | rivet-cli-v0.1.0-x86_64-unknown-linux-gnu.tar.xz |
x86_64-apple-darwin | tarball | rivet-cli-v0.1.0-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | rivet-cli-v0.1.0-x86_64-pc-windows-msvc.zip |
x86_64-pc-windows-msvc | symbols | rivet-cli-v0.1.0-x86_64-pc-windows-msvc.pdb |
Release Notes
Added
- Unreal helper in
rivet init
- Installer for the Unreal Engine plugin with
rivet unreal install-plugin
orrivet init --unreal
Changed
- Renamed
rivet.version.toml
torivet.toml
. All changes are backwards compatible. - Renamed
rivet publish
command torivet deploy
since this is the more commonly used alias rivet token create dev
now prints token in plain text
Fixed
- Broken links to old docs
- Docker builder now catches missing builder errors correctly for older Docker versions
[v0.0.51] - 2023-04-26
Download
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | rivet-cli-v0.0.51-x86_64-unknown-linux-gnu.tar.xz |
x86_64-apple-darwin | tarball | rivet-cli-v0.0.51-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | rivet-cli-v0.0.51-x86_64-pc-windows-msvc.zip |
x86_64-pc-windows-msvc | symbols | rivet-cli-v0.0.51-x86_64-pc-windows-msvc.pdb |
Release Notes
Fixed
- Docker builder now catches missing builder errors correctly for older Docker versions
Changed
- Generated .env mentions that the tokens are intentionally the same
[v0.0.50] - 2023-04-18
Download
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | rivet-cli-v0.0.50-x86_64-unknown-linux-gnu.tar.xz |
x86_64-apple-darwin | tarball | rivet-cli-v0.0.50-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | rivet-cli-v0.0.50-x86_64-pc-windows-msvc.zip |
x86_64-pc-windows-msvc | symbols | rivet-cli-v0.0.50-x86_64-pc-windows-msvc.pdb |
Release Notes
Changed
- Description, homepage, and repositor to Cargo.toml
Fixed
- Incorrect package version
v0.0.49
Update changelog
v0.0.48
Bump version