This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
v0.4.0
github-actions
released this
16 Mar 17:00
·
416 commits
to refs/heads/main
since this release
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)