Skip to content

Latest commit

 

History

History
344 lines (176 loc) · 6 KB

CHANGELOG.md

File metadata and controls

344 lines (176 loc) · 6 KB

@vlcn.io/wa-sqlite

0.22.0

Minor Changes

  • e4a0a42: v0.16.0-next

Patch Changes

  • d485812: prepare tables_used query, correctly unzip native library from pre-builds
  • 6f0ccac: fix error where separate connections would not report the correct db version

0.22.0-next.2

Patch Changes

  • fix error where separate connections would not report the correct db version

0.22.0-next.1

Patch Changes

  • prepare tables_used query, correctly unzip native library from pre-builds

0.22.0-next.0

Minor Changes

  • v0.16.0-next

0.21.0

Minor Changes

  • 56df096: re-insertion, api naming consistencies, metadata size reduction, websocket server, websocket client, websocket demo

Patch Changes

  • 08f13fb: react strict mode fiex, migrator fixes, typed-sql basic support, ws replication, db provider hooks
  • f327068: rebuild

0.21.0-next.1

Patch Changes

  • react strict mode fiex, migrator fixes, typed-sql basic support, ws replication, db provider hooks

0.21.0-next.0

Minor Changes

  • re-insertion, api naming consistencies, metadata size reduction, websocket server, websocket client, websocket demo

0.20.0

Minor Changes

  • 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

0.20.0-next.0

Minor Changes

  • binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash

0.19.0

Minor Changes

  • 62912ad: split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

0.19.0-next.0

Minor Changes

  • split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix

0.18.0

Minor Changes

  • 7885afd: 50x perf boost when pulling changesets

0.18.0-next.0

Minor Changes

  • 15c8e04: 50x perf boost when pulling changesets

0.17.0

Minor Changes

  • automigrate fixes for WASM, react fixes for referential equality, direct-connect networking implementations, sync in shared worker, dbProvider hooks for React

0.16.1

Patch Changes

  • 6dbfdcb: include fts5 & bump to sqlite 3.41.2
  • fts5, sqlite 3.42.1, direct-connect packages

0.16.1-next.0

Patch Changes

  • include fts5 & bump to sqlite 3.41.2

0.16.0

Minor Changes

  • e0de95c: ANSI SQL compliance for crsql_changes, all filters available for crsql_changes, removal of tracked_peers, simplified crsql_master table

Patch Changes

  • 9b483aa: npm is not updating on package publish -- bump versions to try to force it

0.16.0-next.1

Patch Changes

  • npm is not updating on package publish -- bump versions to try to force it

0.16.0-next.0

Minor Changes

  • ANSI SQL compliance for crsql_changes, all filters available for crsql_changes, removal of tracked_peers, simplified crsql_master table

0.15.4

Patch Changes

  • back to standard locking

0.15.3

Patch Changes

  • e5919ae: fix xcommit deadlock, bump versions on dependencies

0.15.3-next.0

Patch Changes

  • fix xcommit deadlock, bump versions on dependencies

0.15.2

Patch Changes

  • 2bbf074: nextjs fix and better reconnect on refocus for mobile

0.15.2-next.0

Patch Changes

  • nextjs fix and better reconnect on refocus for mobile

0.15.1

Patch Changes

  • aad733d: --

0.15.1-next.0

Patch Changes


0.15.0

Minor Changes

  • 6316ec315: update to support prebuild binaries, include primary key only table fixes

0.15.0-next.0

Minor Changes

  • update to support prebuild binaries, include primary key only table fixes

0.14.3

Patch Changes

  • 64bit rowid support in update hook, fixup cache key calculating for bind args

0.14.2

Patch Changes

  • 3d09cd595: preview all the hook improvements and multi db open fixes
  • 567d8acba: auto-release prepared statements
  • 54666261b: fractional indexing inclusion
  • fractional indexing, better react hooks, many dbs opened concurrently

0.14.2-next.2

Patch Changes

  • preview all the hook improvements and multi db open fixes

0.14.2-next.1

Patch Changes

  • auto-release prepared statements

0.14.2-next.0

Patch Changes

  • fractional indexing inclusion

0.14.1

Patch Changes

  • 519bcfc2a: hooks, fixes to support examples, auto-determine tables queried
  • hooks package, used_tables query, web only target for wa-sqlite

0.14.1-next.0

Patch Changes

  • hooks, fixes to support examples, auto-determine tables queried

0.14.0

Minor Changes

  • seen peers, binary encoding for network layer, retry on disconnect for server, auto-track peers

0.13.3

Patch Changes

  • deploy table validation fix

0.13.2

Patch Changes

  • cid winner selection bugfix

0.13.1

Patch Changes

  • rebuild all

0.13.0

Minor Changes

  • breaking change -- fix version recording problem that prevented convergence in p2p cases

0.12.2

Patch Changes

  • fix gh #108

0.12.1

Patch Changes

  • fix mem leak and cid win value selection bug

0.12.0

Minor Changes

  • fix tie breaking for merge, add example client-server sync

0.11.2

Patch Changes

  • fix bigint overflow in wasm, fix site_id not being returned with changesets

0.11.1

Patch Changes

  • fix memory leak when applying changesets

0.11.0

Minor Changes

  • fix multi-way merge

0.10.0

Minor Changes

  • incorporate schema fitness checks

0.9.0

Minor Changes

  • update to use wa-sqlite, fix site id forwarding, fix scientific notation replication, etc.

0.8.9

Patch Changes

  • fix linking issues on linux distros

0.8.8

Patch Changes

  • fixes site id not being passed during replication

0.8.7

Patch Changes

  • fix statement preparation error in cases where there are multiple concurrent db connections

0.8.6

Patch Changes

  • update sqlite binaries

0.8.5

Patch Changes

  • debug logging, fatal on bad binds

0.8.4

Patch Changes

  • remove link:../ references so we actually correctly resolve packages