Skip to content

Releases: salamaashoush/turbo-remote-cache-rs

turbo-remote-cache-rs v0.3.4

23 Oct 20:54
Compare
Choose a tag to compare
turbo-remote-cache-rs_v0.3.4

Version Packages

turbo-remote-cache-rs v0.3.3

08 Sep 10:50
Compare
Choose a tag to compare
turbo-remote-cache-rs_v0.3.3

Version Packages

turbo-remote-cache-rs v0.3.0

26 Aug 17:20
Compare
Choose a tag to compare

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 and object_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

23 May 14:22
Compare
Choose a tag to compare
  1. Publish a docker image salamaashoush/turbo-remote-cache-rs.
  2. Allow providing multiple turbo tokens by TURBO_TOKENS to a comma-separated string.
  3. Fix auth middleware bug when there is no authorization header provided.
  4. Allow passing the env file path to the binary.
  5. Add default value for BUCKET_NAME env var.
  6. Document all env vars.

It is here!

15 May 22:10
Compare
Choose a tag to compare

Initial release with multiple cloud provider support and complete implementation of turbo remote cache API.