This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Releases: libsql/sqld
Releases · libsql/sqld
v0.7.0
Changes
- bump sqld to v0.7.0 @MarinPostma (#316)
- introduce stats route @MarinPostma (#315)
- sqld programs @MarinPostma (#307)
- Add error codes to Hrana errors @honzasp (#314)
v0.6.0
v0.5.0
Changes
- bump sqld to 0.5.0 @MarinPostma (#303)
- Snapshot merging @MarinPostma (#301)
- Hrana batches @honzasp (#300)
- log compaction @MarinPostma (#293)
- limit replica frame buffer size @MarinPostma (#298)
v0.4.0
Changes
- bump sqld to v0.4.0 @MarinPostma (#297)
- implement 2 phase commit for logging frames to replication log @MarinPostma (#290)
- Allow JWTs without the exp claim @athoscouto (#296)
- Remove lingering client libraries @honzasp (#291)
- remove unused snapshots @MarinPostma (#289)
- remove dump http route @MarinPostma (#282)
- sqlc: migrate from Postgres protocol to libsql-client-rs @psarna (#286)
- sqlc: fix and work around DBeaver integration issues @psarna (#285)
- load dumps from CLI @MarinPostma (#281)
- libsql: optionally strip "file:" prefix from an URL @psarna (#283)
- Add links to client libraries @penberg (#277)
- Reintroduce
--http-auth always
@honzasp (#278) - fix misnamed configuration functions @MarinPostma (#280)
- sqlc: build a static lib as well @psarna (#279)
- Add
last_insert_rowid
to Hrana statement result @honzasp (#276) - Kick the shutdown mechanism in Hrana server @honzasp (#275)
- Upgrade Hrana WebSocket connections from HTTP @honzasp (#272)
- feat: update pgwire to 0.11 @sunng87 (#251)
- sqld-libsql-bindings: migrate to new rusqlite rev @psarna (#271)
- Handle SQL parse error in Hrana @honzasp (#263)
- Move the kysely-libsql package to libsql/kysely-libsql repo @honzasp (#269)
- sqld-libsql-bindings: update libsql dependency to 0.2.0 @psarna (#270)
- bottomless: drop tokio signals @psarna (#266)
- sqld: move bottomless support under a feature flag @psarna (#265)
- sqld: add unix-excl-vfs flag @psarna (#264)
- sqld: Disable Tokio signal support @penberg (#262)
v0.3.3
Changes
- bump sqld to v0.3.3 @MarinPostma (#261)
- Add support for named args to the Hrana protocol @honzasp (#260)
- fix dump bug @MarinPostma (#259)
- Remove hrana-client from this repo @honzasp (#258)
- Remove JS client as it has been moved to dedicated repo. @BearLemma (#257)
- packages: nuke packages/rust/libsql-client @psarna (#255)
- Make named parameters work with :name, $name, @name and name @haaawk (#239)
- update js client README @MarinPostma (#254)
- Replace an expired JWT in tests @honzasp (#253)
- Bugfix: fix go mod path @avinassh (#249)
- JS package: Rename Connection to Client. @BearLemma (#248)
- Unify HTTP and Hrana authentication @honzasp (#247)
- Cors: Allow any headers. @BearLemma (#246)
- JS http client: provide basic auth. @BearLemma (#243)
- primary idle shutdown @MarinPostma (#242)
- Hrana server authentication @honzasp (#235)
- Hrana concurrency @honzasp (#240)
- Golang Libsql client @haaawk (#238)
- Fix assertion in replication client @haaawk (#244)
- Unified lbsql HTTP + bettter-sqlite3 package @BearLemma (#233)
- Hrana server @honzasp (#231)
- add http api spec @MarinPostma (#106)
- python package check version @MarinPostma (#230)
- JS client: use native fetch when available. @BearLemma (#181)
v0.3.2
Changes
- bump sqld to 0.3.2 @MarinPostma (#232)
v0.3.1
Changes
- support more statements @MarinPostma (#229)
- add release drafter to github workflow @MarinPostma (#225)
- Small simplifications @honzasp (#226)
v0.3.0: Merge #224
changes:
- move all sqld file to a single directory
- add
/version
route - add add idle shutdown parameter
v0.2.1
Fix a bug in 0.2.0 that prevented database from being created
v0.2.0: Merge #189
189: Bump sqld to 0.2.0 for release r=MarinPostma a=MarinPostma Co-authored-by: ad hoc <[email protected]>