Update litestream/litestream Docker tag to v0.5.11 #2
Reference in New Issue
Block a user
Delete Branch "renovate/litestream-litestream-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.5.9→0.5.11Release Notes
benbjohnson/litestream (litestream/litestream)
v0.5.11Compare Source
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)
Debian/Ubuntu
Download the
.debfile for your architecture and install:RPM-based systems
Download the
.rpmfile for your architecture and install:Binary installation
Download the appropriate archive for your platform, extract, and move to your PATH.
VFS Extension (Experimental)
SQLite loadable extensions for read-only access to Litestream replicas are available for supported platforms:
litestream-vfs-v0.5.11-linux-amd64.tar.gzlitestream-vfs-v0.5.11-linux-arm64.tar.gzlitestream-vfs-v0.5.11-darwin-amd64.tar.gzlitestream-vfs-v0.5.11-darwin-arm64.tar.gzInstall via package managers:
Changelog
ad55ec1feat(ci): add nightly stability CI, LTX behavioral tests, and release gating (#1195)13ef323feat(logging): add tint pretty handler, optional source info, and path cleaning (#1204)1678a9bfix(ci): dedupe nightly stability issues (#1217)d65fa36fix(cmd): add helpful hint when 'litestream start' is run without args (#1208)4cb0f8cfix(db): wrap raw errors with LTXError in paths reaching replica monitor (#1227)5780f4dfix(replica): wrap missing LTX file error with LTXError in uploadLTXFile (#1225)016c368fix(restore): fix v3 restore (#1229)v0.5.10Compare Source
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)
Debian/Ubuntu
Download the
.debfile for your architecture and install:RPM-based systems
Download the
.rpmfile for your architecture and install:Binary installation
Download the appropriate archive for your platform, extract, and move to your PATH.
VFS Extension (Experimental)
SQLite loadable extensions for read-only access to Litestream replicas are available for supported platforms:
litestream-vfs-v0.5.10-linux-amd64.tar.gzlitestream-vfs-v0.5.10-linux-arm64.tar.gzlitestream-vfs-v0.5.10-darwin-amd64.tar.gzlitestream-vfs-v0.5.10-darwin-arm64.tar.gzInstall via package managers:
Changelog
5531fabRevert "fix(db): add warning log and test for WAL change detection (#946)" (#1187)ab55194Revert "fix(db): detect WAL changes via shm mxFrame (#1087)" (#1185)40af24aci(pr-metrics): add PR build metrics workflow (#1158)f404f2fci(pr-metrics): replace collapsible sections with plain headers (#1184)ae88b16feat(logging): add .With() system identifiers to all top-level loggers (#1191)2d5f628feat(restore): add crash recovery txid file for follow mode (#1136)f6ba05ffeat(restore): add post-restore integrity validation (#1170)1345ed7feat(vfs): distribute VFS extension via PyPI, npm, and RubyGems (#1148)1f423d7fix(ci): publish latest-scratch Docker tag (#1180)166cbe3fix(deps): bump Go to 1.25.0/toolchain 1.25.8 for security patches (#1188)d514bc7fix(logging): use db.Logger and s.Logger instead of default slog in Store (#1181)6843423fix(replica): promote LTX upload log to Info level with size field (#1182)e8b2adafix(security): upgrade Go toolchain to 1.24.13 (#1162)0b3facdfix(test): resolve 4 failing tests on main (#1156)038b296fix(vfs): coordinate expectedTXID across pooled write connections (#1140)bd2c6e6perf(db): cache Pos() result to avoid repeated disk reads (#1192)80b1b3btest(profile): add idle CPU profiling test (#1190)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.