Releases: benbjohnson/litestream
Releases · benbjohnson/litestream
v0.5.0-beta1
Implement retention enforcement (#661) Co-authored-by: Copilot <[email protected]>
v0.3.13
What's Changed
- Fix replica-without-db logger by @benbjohnson in #512
Full Changelog: v0.3.12...v0.3.13
v0.3.12
What's Changed
- Build darwin-arm64 build during
make dist-macos
by @asg017 in #500 - Recognize Scaleway S3 replica URLs by @schnz in #499
- Re-add arm/v7 build to Docker by @benbjohnson in #502
- Use structured logging with slog by @hifi in #475
- Sync replica snapshots to previous by @hifi in #480
- Force truncation checkpoint if WAL becomes runaway by @hifi in #473
- Add missing slog calls to commands by @hifi in #508
- fix: typo by @testwill in #509
New Contributors
- @asg017 made their first contribution in #500
- @schnz made their first contribution in #499
- @testwill made their first contribution in #509
Full Changelog: v0.3.11...v0.3.12
v0.3.11
What's Changed
- Fix GitHub Action OS by @benbjohnson in #496
- Static release builds only by @benbjohnson in #497
- Copy WAL frames through temp file to shadow by @hifi in #474
Full Changelog: v0.3.10...v0.3.11
v0.3.11-beta2
Static release builds only (#497)
v0.3.11-beta1
v0.3.10
What's Changed
- README by @benbjohnson in #466
- Client side encryption support for remote storage by @hifi in #468
- Update GitHub Actions by @benbjohnson in #467
- Plumb a custom logger through the core rather than only in Restore by @evanphx in #481
- Don't kill exec process immediately by @btoews in #484
- Allow DB.MetaPath to be configured by @btoews in #485
- Prevent checkpoints during snapshots by @hifi in #477
- Update dependencies by @benbjohnson in #495
New Contributors
- @hifi made their first contribution in #468
- @evanphx made their first contribution in #481
- @btoews made their first contribution in #484
Full Changelog: v0.3.9...v0.3.10
v0.3.10-beta2
Allow DB.MetaPath to be configured (#485)
v0.3.10-beta1
What's Changed
- README by @benbjohnson in #466
- Client side encryption support for remote storage by @hifi in #468
- Update GitHub Actions by @benbjohnson in #467
- Plumb a custom logger through the core rather than only in Restore by @evanphx in #481
- Don't kill exec process immediately by @btoews in #484
New Contributors
- @hifi made their first contribution in #468
- @evanphx made their first contribution in #481
- @btoews made their first contribution in #484
Full Changelog: v0.3.9...v0.3.10-beta1
v0.3.9
This release fixes Docker builds for ARM as well as upgrades dependencies such as LZ4 to fix known bugs.