Releases: salamaashoush/turbo-remote-cache-rs
Releases · salamaashoush/turbo-remote-cache-rs
turbo-remote-cache-rs v0.3.4
turbo-remote-cache-rs_v0.3.4 Version Packages
turbo-remote-cache-rs v0.3.3
turbo-remote-cache-rs_v0.3.3 Version Packages
turbo-remote-cache-rs v0.3.0
What's Changed
- Add new
memory
provider. - Change default storage provider to
memory
. - Publish new packages to npm and crates.io.
- Build and publish more binaries for (windows, linux and macos).
- Upgrade to latest
actix_web
andobject_store
. - Add tests for critical http endpoints.
- Refactor code to improve structure and performance.
Full Changelog: 0.2.0...turbo-remote-cache-rs_v0.3.0
Docker image and small fixes
- Publish a docker image
salamaashoush/turbo-remote-cache-rs
. - Allow providing multiple turbo tokens by
TURBO_TOKENS
to a comma-separated string. - Fix auth middleware bug when there is no authorization header provided.
- Allow passing the env file path to the binary.
- Add default value for
BUCKET_NAME
env var. - Document all env vars.
It is here!
Initial release with multiple cloud provider support and complete implementation of turbo remote cache API.