Releases: tursodatabase/libsql
Releases · tursodatabase/libsql
libsql-server-v0.23.0
Install libsql-server 0.23.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/libsql/releases/download/libsql-server-v0.23.0/libsql-server-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install libsql/homebrew-sqld/libsql-server
Download libsql-server 0.23.0
File | Platform | Checksum |
---|---|---|
libsql-server-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
libsql-server-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
libsql-server-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
SQLD v0.22.22
Changes
- No changes
SQLD v0.22.21
Changes
- Custom page allocator for sqlite @MarinPostma (#953)
- Add --max-concurrent-requests flag @JakeHedman (#1030)
- libsql: attach databases from other namespaces as readonly @psarna (#784)
SQLD v0.22.20
Changes
- server: add SQLD_MAX_CONCURRENT_CONNECTIONS env var @LucioFranco (#1023)
- chore: disable backup_restore test @LucioFranco (#1025)
- chore: fix feature flags for encryption @LucioFranco (#1014)
SQLD v0.22.19
Changes
- No changes
SQLD v0.22.18
Changes
- libsql_server,bottomless: add encryption support @psarna (#928)
- chore: bump libsql-server to 0.23 @LucioFranco (#1005)
SQLD v0.22.17
Changes
- libsql: add embedded replica freeze mode @LucioFranco (#997)
- server: add high read/write query log @LucioFranco (#998)
- libsql: add periodic background sync @LucioFranco (#995)
- Wal related changes @MarinPostma (#996)
- insensitive pragma comparisons @MarinPostma (#987)
- libsql: add
Builder
to construct the db @LucioFranco (#993) - scripted replication @MarinPostma (#972)
- reset replica when injector detects potential corruption @MarinPostma (#947)
- libsql client: don't reset last_insert_rowid @Horusiath (#966)
- query_analysis: allow defer_foreign_keys pragma on primary @psarna (#980)
- limit the number of retries of the busy handler @MarinPostma (#963)
- run clippy @MarinPostma (#971)
- Consolidate Hrana proto definitions in one source @Horusiath (#939)
- extend snapshot test sleep @MarinPostma (#958)
- Libsql query multi-statements string @Horusiath (#902)
- server: add embedded replica usage stats @LucioFranco (#946)
- introduce snapshot store @MarinPostma (#931)
SQLD v0.22.16
Changes
- use system allocator @MarinPostma (#945)
- return number of committed frames on insert_frames @MarinPostma (#938)
- libsql: add local sync write delegation @LucioFranco (#940)
- Ignore SQLite3MultipleCiphers build folder during Docker build @athoscouto (#941)
SQLD v0.22.15
Changes
- Add UUID to stats @athoscouto (#937)
- disable replication @MarinPostma (#935)
- only commit once on recover @MarinPostma (#926)
- Libsql single stream connection @Horusiath (#847)
- libsql-server: Tone down heartbeat logging @penberg (#922)
- libsql-server: Allow
index_info
pragma @penberg (#918) - Introduce checkpoint callback @MarinPostma (#874)
- configurable txn timeout @MarinPostma (#914)
- Fix tests under
-F encryption
feature and enable it as default @psarna (#910)
SQLD v0.22.14
Changes
- Make connection concurrency configurable @MarinPostma (#913)