Skip to content

Releases: sqlitecloud/sqlitecloud-js

v1.0.345

13 Dec 09:04
f63579a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.193...v1.0.345

v1.0.193

12 Jul 16:05
cf44c29
Compare
Choose a tag to compare

npm install @sqlitecloud/drivers
Version:
https://www.npmjs.com/package/@sqlitecloud/drivers/v/1.0.193

Documentation:
https://docs.sqlitecloud.io/docs/sdk/js/intro

Release Notes:

v1.0.122

02 May 10:24
Compare
Choose a tag to compare

npm install @sqlitecloud/drivers
Version:
https://www.npmjs.com/package/@sqlitecloud/drivers/v/1.0.122

Documentation:
https://docs.sqlitecloud.io/docs/sdk/js/intro

Release Notes:

  • Prepared statements and regular database.run will return number of changes as result on inserts

v0.0.56

28 Feb 16:01
Compare
Choose a tag to compare
npm install @sqlitecloud/drivers

Version:
https://www.npmjs.com/package/@sqlitecloud/drivers/v/0.0.56

Documentation:
https://docs.sqlitecloud.io/docs/sdk/js/intro

Release Notes:

  • Updated examples using the latest version of the drivers
  • Added example of simple connection using plain Javascript code
  • Updated documentation
  • Bug fixes

v0.0.50

14 Feb 10:29
687d1b8
Compare
Choose a tag to compare
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

31 Jan 15:24
0fe1f97
Compare
Choose a tag to compare
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

16 Jan 11:24
Compare
Choose a tag to compare
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

14 Dec 12:06
Compare
Choose a tag to compare
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

22 Nov 07:21
Compare
Choose a tag to compare
v0.0.22-beta Pre-release
Pre-release
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

21 Nov 13:43
Compare
Choose a tag to compare
v0.0.21-beta Pre-release
Pre-release
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