- e4a0a42: v0.16.0-next
- 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
- fix error where separate connections would not report the correct db version
- prepare
tables_used
query, correctly unzip native library from pre-builds
- v0.16.0-next
- 56df096: re-insertion, api naming consistencies, metadata size reduction, websocket server, websocket client, websocket demo
- 08f13fb: react strict mode fiex, migrator fixes, typed-sql basic support, ws replication, db provider hooks
- f327068: rebuild
- react strict mode fiex, migrator fixes, typed-sql basic support, ws replication, db provider hooks
- re-insertion, api naming consistencies, metadata size reduction, websocket server, websocket client, websocket demo
- 68deb1c: binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash
- binary encoded primary keys, no string encoding on values, cache prepared statements on merge, fix webkit JIT crash
- 62912ad: split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix
- split up large transactions, compact out unneeded delete records, coordinate dedicated workers for android, null merge fix
- 7885afd: 50x perf boost when pulling changesets
- 15c8e04: 50x perf boost when pulling changesets
- automigrate fixes for WASM, react fixes for referential equality, direct-connect networking implementations, sync in shared worker, dbProvider hooks for React
- 6dbfdcb: include fts5 & bump to sqlite 3.41.2
- fts5, sqlite 3.42.1, direct-connect packages
- include fts5 & bump to sqlite 3.41.2
- e0de95c: ANSI SQL compliance for crsql_changes, all filters available for crsql_changes, removal of tracked_peers, simplified crsql_master table
- 9b483aa: npm is not updating on package publish -- bump versions to try to force it
- npm is not updating on package publish -- bump versions to try to force it
- ANSI SQL compliance for crsql_changes, all filters available for crsql_changes, removal of tracked_peers, simplified crsql_master table
- back to standard locking
- e5919ae: fix xcommit deadlock, bump versions on dependencies
- fix xcommit deadlock, bump versions on dependencies
- 2bbf074: nextjs fix and better reconnect on refocus for mobile
- nextjs fix and better reconnect on refocus for mobile
- aad733d: --
- 6316ec315: update to support prebuild binaries, include primary key only table fixes
- update to support prebuild binaries, include primary key only table fixes
- 64bit rowid support in update hook, fixup cache key calculating for bind args
- 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
- preview all the hook improvements and multi db open fixes
- auto-release prepared statements
- fractional indexing inclusion
- 519bcfc2a: hooks, fixes to support examples, auto-determine tables queried
- hooks package, used_tables query, web only target for wa-sqlite
- hooks, fixes to support examples, auto-determine tables queried
- seen peers, binary encoding for network layer, retry on disconnect for server, auto-track peers
- deploy table validation fix
- cid winner selection bugfix
- rebuild all
- breaking change -- fix version recording problem that prevented convergence in p2p cases
- fix gh #108
- fix mem leak and cid win value selection bug
- fix tie breaking for merge, add example client-server sync
- fix bigint overflow in wasm, fix site_id not being returned with changesets
- fix memory leak when applying changesets
- fix multi-way merge
- incorporate schema fitness checks
- update to use
wa-sqlite
, fix site id forwarding, fix scientific notation replication, etc.
- fix linking issues on linux distros
- fixes site id not being passed during replication
- fix statement preparation error in cases where there are multiple concurrent db connections
- update sqlite binaries
- debug logging, fatal on bad binds
- remove
link:../
references so we actually correctly resolve packages