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