Navigation Menu

Skip to content

v0.3.5

Compare
Choose a tag to compare
@benbjohnson benbjohnson released this 06 Jun 15:31
· 55 commits to main since this release

This release focused on refactoring the replica code to more easily support new replica types. We've added Azure Blob Storage (abs), Google Cloud Storage (gcs), and SFTP (sftp) replica types.

We've also included support for simple process supervision by adding an -exec flag to litestream replicate so folks don't need to use s6 when running in a Docker container. Kubernetes support has improved with a new -if-db-not-exists flag on litestream restore. It allows users to run autorecovery using the official Litestream Docker image.

The S3 sync interval has been lowered to 1s from 10s. It can increase cost if your application continually writes to the database, however, most applications do not so this reduces the window for data loss. We've added support for older versions of Linux such as Ubuntu 18.04, added built-in support for Filebase replica URLs, and updated replica metrics.

You can find a full description of changes in the release notes on the blog: https://litestream.io/blog/litestream-v0.3.5-released/