This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Releases: libsql/sqld
Releases · libsql/sqld
v0.21.9
Changes
- bump sqld to v0.21.9 @LucioFranco (#753)
- sqld: Revert be7386 and remove decoding limits @LucioFranco (#752)
- add retry to s3 uploads in bottomless @avinassh (#750)
- enable savepoint @MarinPostma (#472)
v0.21.8
Changes
- bump sqld to v0.21.8 @MarinPostma (#749)
- hrana: Properly catch stmt errors in batch @LucioFranco (#748)
- Remove encoding message limit @LucioFranco (#747)
- remove useless docker build in CI @MarinPostma (#746)
- Remove
context
calls for create database @LucioFranco (#713) - add tests @MarinPostma (#705)
- bottomless-cli: add
verify
command @psarna (#744) - remove useless patches @MarinPostma (#742)
- libsql: fix a typo around vacuum limits @psarna (#743)
- Remove
page_size
recommendation in bottomless @avinassh (#741) - add commit sha suffix to nightly build @MarinPostma (#740)
- Vacuum before checkpointing @psarna (#739)
- Limit maximum DB size @MarinPostma (#736)
- hrana: add diagnostics for connections @psarna (#729)
- Fix typo of "incoming" tracing info message @jonasb (#737)
v0.21.7
Changes
- bump sqld to v0.21.7 @penberg (#735)
- bottomless restore to temp file first, replace only on success @Horusiath (#732)
- bottomless: don't snapshot empty db files @Horusiath (#730)
v0.21.6
Changes
- bump sqld to v0.21.6 @penberg (#728)
- changed the path where bottomless is storing gzipped db snapshot @Horusiath (#727)
v0.21.5
Changes
- bottomless: checkpoint before initializing bottomless @psarna (#726)
- Stop spawning long-lasting threads for libsql connections @MarinPostma (#693)
- bump sqld to v0.21.5 @MarinPostma (#725)
- write proxy: expire old write delegation streams @psarna (#723)
v0.21.4
Changes
- bump sqld to v0.21.4 @penberg (#720)
- proxy request if replication has not started @MarinPostma (#719)
- ignore remote change counters on database restore if local db file exists @Horusiath (#718)
- query_analysis: show the unsupported statement, if found @psarna (#716)
v0.21.3
Changes
- bump sqld to v0.21.3 @MarinPostma (#710)
- sqld: Fix replica proxy auth @LucioFranco (#709)
v0.21.2
Changes
- authenticate dump route @MarinPostma (#707)
- flush frames and confirm snapshot completion before calling SQLite checkpoint @Horusiath (#704)
- bump sqld to v0.21.2 @MarinPostma (#706)
v0.21.1
Changes
- add correct function name in catch_panic macro @MarinPostma (#703)
- xCheckpoint: move blocking ops to use bottomless context @Horusiath (#702)
- bump sqld to v0.21.1 @MarinPostma (#701)
v0.21.0
Changes
- fix dump bug @MarinPostma (#700)
- catch panics in FFI and print BT @MarinPostma (#696)
- bump sqld to v0.21.0 @MarinPostma (#698)
- rename stats current frame_no to replication index @MarinPostma (#699)
- allow https scheme for loading dump @MarinPostma (#697)
- Wait for replication index on replica connections @neubaner (#688)
- Add simulation tests @MarinPostma (#668)
- sqld: add Describe RPC @psarna (#692)
- Fork with point in time recovery @Horusiath (#691)
- fix optional replicatio index in hrana @MarinPostma (#687)
- Enable per-namespace authentication @MarinPostma (#685)
- Return replication index with queries @neubaner (#682)
- change hyper-rustls dep to use official repo @MarinPostma (#686)
- validate namespace name @MarinPostma (#684)
- fix error 500 when deleting namespace @MarinPostma (#681)
- switch to use console official repo @MarinPostma (#680)
- Namespace usage limits @MarinPostma (#673)
- fix lockfile @MarinPostma (#679)
- fix rpc http connector @MarinPostma (#677)
- generate devel image on new PR @MarinPostma (#678)
- Return current namespace replication index in stats @MarinPostma (#674)
- workspace: bump rusqlite fork @psarna (#669)
- fix https scheme being refused by tonic @MarinPostma (#675)
- Namespace stats @MarinPostma (#671)
- Expose dump endpoint @neubaner (#663)
- Bottomless periodic checkpoint fix @Horusiath (#667)
- Abstract sqld networking @MarinPostma (#650)
- Fix sqld brew installation instructions @penberg (#665)
- Namespace forking @MarinPostma (#646)