Skip to content

Releases: benbjohnson/litestream

v0.5.2

14 Oct 22:20
34fc7de

Choose a tag to compare

Platform Support

⚠️ Windows Notice: Windows binaries are provided for convenience but Windows is NOT an officially supported platform. Use at your own risk. Community contributions for Windows improvements are welcome.

Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)

Installation

Homebrew (macOS and Linux)

brew tap benbjohnson/litestream
brew install litestream

Debian/Ubuntu

Download the .deb file for your architecture and install:

sudo dpkg -i litestream-*.deb

RPM-based systems

Download the .rpm file for your architecture and install:

sudo rpm -i litestream-*.rpm

Binary installation

Download the appropriate archive for your platform, extract, and move to your PATH.

Changelog

  • 34fc7de Create parent directory on replica restore (#793)
  • 7e64a4c Improve test scripts with comprehensive validation and MinIO S3 testing (#763)
  • d4dfb33 fix: remove local LTX files during retention enforcement to prevent unbounded disk usage (#795)

v0.5.1

13 Oct 22:53
6465f6b

Choose a tag to compare

Platform Support

⚠️ Windows Notice: Windows binaries are provided for convenience but Windows is NOT an officially supported platform. Use at your own risk. Community contributions for Windows improvements are welcome.

Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)

Installation

Homebrew (macOS and Linux)

brew tap benbjohnson/litestream
brew install litestream

Debian/Ubuntu

Download the .deb file for your architecture and install:

sudo dpkg -i litestream-*.deb

RPM-based systems

Download the .rpm file for your architecture and install:

sudo rpm -i litestream-*.rpm

Binary installation

Download the appropriate archive for your platform, extract, and move to your PATH.

Changelog

  • 66ecb50 Re-add -if-replica-exists flag (#788)
  • 6465f6b Reject age encryption configuration until support is restored (#791)
  • 79e6d1f Update retention enforcement to use minTXID (#786)
  • 1b613e9 fix(s3): add default https scheme to endpoints without protocol (#792)
  • f236f50 fix: preserve LTX file timestamps during compaction and storage operations (#778)
  • e728813 fix: preserve replica position after restore to prevent data loss (#783)

v0.5.0

30 Sep 22:44
4e7ca3d

Choose a tag to compare

Platform Support

⚠️ Windows Notice: Windows binaries are provided for convenience but Windows is NOT an officially supported platform. Use at your own risk. Community contributions for Windows improvements are welcome.

Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)

Installation

Homebrew (macOS and Linux)

brew tap benbjohnson/litestream
brew install litestream

Debian/Ubuntu

Download the .deb file for your architecture and install:

sudo dpkg -i litestream-*.deb

RPM-based systems

Download the .rpm file for your architecture and install:

sudo rpm -i litestream-*.rpm

Binary installation

Download the appropriate archive for your platform, extract, and move to your PATH.

Changelog

  • Revert macOS signing (#769)
  • Fix macos signing (#767)
  • Remove homebrew integration with GoReleaser (#766)
  • Remove directory from GoReleaeser homebrew config
  • Enable macOS signing (#765)
  • feat: Add litestream-test harness for comprehensive database testing (#748)
  • Fix LOG_LEVEL env bug (#762)
  • Fix compaction against eventual consistency (#760)
  • Add LOG_LEVEL environment variable to set logging info (#757)
  • Add 30s level to default compaction levels (#751)
  • Upgrade LTX to v0.5.0 (#750)
  • Remove deprecated release.linux.yml workflow (#744)
  • fix: Install syft in release workflow for SBOM generation (#740)
  • fix: Resolve flaky TestStore_Integration spurious failures (#742)
  • Improve error message when flags are positioned after positional arguments (#736)
  • feat: Implement GoReleaser for automated releases with binary signing (#732)
  • Add Grafana dashboard for monitoring Litestream metrics (#737)
  • Add concurrent writes support for SFTP performance improvement (#730)
  • Fix spurious context.Canceled error logs during shutdown (#728)
  • Migrate to modernc.org/sqlite for CGO-free builds (#727)
  • VFS polling (#726)
  • VFS integration test (#722)
  • fix: complete NATS TLS configuration with client certificates and RootCA support (#720)
  • Litestream VFS MVP (#721)
  • Enhance GCP integration test diagnostics (#719)
  • refactor: code health audit using golangci-lint as a guide (#713)
  • feat: add NATS JetStream Object Store replica client (#712)
  • Fix: standardize error message prefixes across all replica clients (#711)
  • feat: upgrade Azure SDK to v2 (track 2) (#709)
  • Fix: Use proper context in acquireReadLock during DB close (#701)
  • feat: upgrade AWS SDK from v1 to v2 for S3 client (#683)
  • Add manual workflow for cloud integration tests (#695)
  • Improve contribution documentation with templates and guidelines (#699)
  • Fix concurrent map write in db.sync() method (#697)
  • Fix Azure LTX iterator memory bug causing test failures (#694)
  • Fix Azure Blob Storage DeleteLTXFiles using wrong TXID parameter (#693)
  • fixes google cloud storage support by renaming 'gcs' to 'gs' (#654)
  • Fix issue #689: Continuous snapshotting every second (#691)
  • Fix TXID display formatting to use proper hex format (#681)
  • Add tests to verify TXID parsing uses ltx.ParseTXID (#682)
  • Fix pre-commit config typo and run goimports
  • Rename 'wal' command to 'ltx' (#671)
  • Update .gitignore to use bin/ directory for builds
  • Fix snapshot interval for command-line replication
  • Update .gitignore to exclude development files
  • Add default compaction levels
  • Implement retention enforcement (#661)
  • Integration testing, fix misc bugs (#657)
  • Trace-level logging (#656)
  • Implement multi-level restore (#652)
  • Multi-level compaction (#650)
  • Remove multiple replica support (#647)
  • Replace storage layer with LTX (#645)
  • Remove generations (#636)
  • Add MCP Server Integration and Tools for Litestream Remote Control (#655)
  • Revert "Switch to S3 HEAD to find bucket location (#580)" (#637)
  • Add busy-timeout-interval setting (#620)
  • Upgrade Dockerfile to use Alpine 3.20 (#616)
  • Update Dockerfile to use Go 1.23 (#615)
  • Switch to S3 HEAD to find bucket location (#580)
  • Print WAL index in hex (#567)
  • Never directly dereference AWS SDK returned pointers (#557)
  • Re-enable SFTP integration tests (#550)
  • Re-enable integration tests (#548)
  • Update dependencies (#546)
  • Enable S3 mock tests with moto (#545)
  • Tolerate file deletion race on CurrentShadowWALIndex (#544)
  • Use safe checkpointing before snapshots (#522)
  • Never expect the replica iterators to be sorted (#538)
  • Restore without SQLITE_FCNTL_PERSIST_WAL (#529)
  • Ignore WAL indices before snapshot that is being restored (#527)
  • Prevent deadlocks with replicas (#524)
  • Fix Windows builds and test they compile (#543)
  • Enable staticcheck, fix issues (#542)
  • Add pre-commit linting, test all PRs (#541)
  • Remove verbose flag from restore doc (#540)
  • Always release long-running fd on db close (#519)
  • Allow giving context to database close (#520)

v0.5.0-beta1

21 Jul 15:35

Choose a tag to compare

v0.5.0-beta1 Pre-release
Pre-release
Implement retention enforcement (#661)

Co-authored-by: Copilot <[email protected]>

v0.3.13

24 Oct 20:30
977d4a5

Choose a tag to compare

What's Changed

Full Changelog: v0.3.12...v0.3.13

v0.3.12

21 Oct 22:14
c1ae968

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.11...v0.3.12

v0.3.11

08 Aug 17:43
e0493f9

Choose a tag to compare

What's Changed

Full Changelog: v0.3.10...v0.3.11

v0.3.11-beta2

08 Aug 17:33
016546a

Choose a tag to compare

v0.3.11-beta2 Pre-release
Pre-release
Static release builds only (#497)

v0.3.11-beta1

08 Aug 16:40
10f97f9

Choose a tag to compare

v0.3.11-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.10...v0.3.11-beta1

v0.3.10

08 Aug 15:32
3de4391

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.9...v0.3.10