chore(deps): update litestream/litestream docker tag to v0.5.9#157
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update litestream/litestream docker tag to v0.5.9#157renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
59a93cd to
11efa78
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.7→0.5.9Release Notes
benbjohnson/litestream (litestream/litestream)
v0.5.9Compare Source
Platform Support
✅ 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:sudo dpkg -i litestream-*.debRPM-based systems
Download the
.rpmfile for your architecture and install:sudo rpm -i litestream-*.rpmBinary 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.9-linux-amd64.tar.gzlitestream-vfs-v0.5.9-linux-arm64.tar.gzlitestream-vfs-v0.5.9-darwin-amd64.tar.gzlitestream-vfs-v0.5.9-darwin-arm64.tar.gzChangelog
3a67f13Add cross-version upgrade integration test (v0.3.x → v0.5.x) (#1137)5b8a7d1add Hetzner S3 signed-payload preset (#1026)249f46dci: enable automatic Homebrew tap updates on release (#1117)09c2313docs(agent): update replica-client-developer with v0.3.x and ResumableReader (#1112)84a5d31docs(agents): add IPC, leasing, library API, and retention references (#1107)5e6a91cdocs(architecture): add IPC server, distributed leasing, and library API (#1108)c835786docs(claude): add debug-ipc command and provider compatibility reference (#1116)23f8b5adocs(command): add IPC, retention, and v0.3.x issues to fix-common-issues (#1113)6bcedb2docs(command): add debug-ipc command for IPC socket troubleshooting (#1114)b2980bddocs(patterns): add ResumableReader, retention bypass, and conditional write patterns (#1109)0f80b4ddocs(provider-compat): update R2 detection defaults and version compat (#1111)d4130d5docs(replica-client): add v0.3.x restore interface and ResumableReader note (#1110)d87d657feat(docker): add hardened scratch-based image variant (#1126)020da8efeat(ipc): add sync command for on-demand database replication (#1120)0df6829feat(restore): add -f follow mode for continuous restore (#1102)aa81289feat(s3): add LITESTREAM_S3_ENDPOINT env var for URL-based restore (#1145)70bb846feat(s3): add Supabase S3-compatible provider auto-detection (#1135)61a2deffeat(sync): add replicated_txid to sync response (#1141)fe7fb7afeat(vfs): add PRAGMA litestream_write_enabled for runtime write control (#1009)95253c4fix(ci): authenticate GitHub API call in NATS test setup (#1144)155507bfix(db): count sync errors when db.init() fails (#1129)48ecd53fix(db): detect WAL changes via shm mxFrame (#1087)634c74ffix(restore): expose -follow-interval CLI flag for follow mode (#1139)47e9010fix(vfs): persist hydration file across connection restarts (#1125)0ad19fftest(ci): add smoke tests for hardened scratch Docker image (#1132)a404d7btest(metrics): add coverage for all Prometheus metrics (#1127)v0.5.8Compare Source
Platform Support
✅ 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:sudo dpkg -i litestream-*.debRPM-based systems
Download the
.rpmfile for your architecture and install:sudo rpm -i litestream-*.rpmBinary 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.8-linux-amd64.tar.gzlitestream-vfs-v0.5.8-linux-arm64.tar.gzlitestream-vfs-v0.5.8-darwin-amd64.tar.gzlitestream-vfs-v0.5.8-darwin-arm64.tar.gzChangelog
b2d8145Stream restore plan selection across levels (#1076)2172ff2docs(ai): add litestream reset and auto-recover to AI docs (#1091)7d2b369feat(db): add SyncStatus, SyncAndWait, and EnsureExists for library usage (#1092)7e12162feat(ipc): add dynamic database management commands (register/unregister) (#1021)bab4fd4feat(ipc): add list and info query commands with lastSyncAt (#1015)e0370bafeat(ltx): add -level flag to view LTX files at any compaction level (#1072)7265b6bfeat(retention): add skip-remote-deletion for cloud-managed retention (#1094)44b65e2feat(s3): add R2 concurrency default, multipart threshold test, fix docs (#1100)90fc5b6feat(s3): add distributed leasing with If-Match conditional writes (#1073)c194e86feat(tls): add x509roots/fallback for embedded root CA bundle (#1099)ff1c063feat: add agent skill for cross-platform LLM agent support (#1064)c32f6c8fix(compactor): add mutex to protect Compactor.client from concurrent access (#1086)cfe03fcfix(dir-watch): prevent thundering herd at startup with many databases (#1055)4800f27fix(restore): resume S3 streams on drop (#1082)3358c8cfix(s3): add hyphenated URL query param aliases for consistency (#1101)1d602eafix(shutdown): allow second Ctrl+C to interrupt shutdown sync retry loop (#998)c16755dtest(db): add regression test for #994 runaway disk usage (#1088)68dadcftest(db): prove SQLite writes all new pages to WAL during DB growth (#1103)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.