Releases: sqlitecloud/sqlitecloud-js
v0.0.50
npm install @sqlitecloud/drivers
Version:
https://www.npmjs.com/package/@sqlitecloud/drivers/v/0.0.50
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Added SQLite Cloud Gateway to access your database via JSON APIs
- Implemented drivers for bun runtime based on native bun sockets
- Added regular socket w/o tls for test connections via ?insecure= parameter in connection string
- Added more tests, updated build scripts, transport level code refactoring
v0.0.33
npm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.33
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- SQLiteCloudConnection refactored to support different data transport to the database
- Implemented SQLite Cloud Gateway in separate repo that can enable websockets+json connections to SQLite Cloud
- Implemented data transport that connects to SQLite Cloud Gateway via socket.io
- Test in the browser, added simple html page in gateway project showing connections with and without drivers
v0.0.25
npm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.25
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Fixed issue with Database constructor when mode flags are passed
- Added example of using SQLite Cloud with Knex query builder
v0.0.24
pm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.20-beta
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Fix concurrency issues when a connection is closed before it's established
- Fix tests so all connections are disposed correctly
v0.0.22-beta
npm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.20-beta
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Fix issue in Database.sql(sql, ...params)
v0.0.21-beta
npm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.20-beta
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Resolved issue with compression in chunked responses
v0.0.20-beta
npm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.20-beta
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Resolved issue with lz4 dependency which wouldn't install in certain environments
v0.0.18-beta
npm install sqlitecloud-js
version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.18-beta
documentation:
https://sqlitecloud.github.io/sqlitecloud-js/