FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Releases · powersync-ja/sqlite_async.dart · GitHub

Releases: powersync-ja/sqlite_async.dart

sqlite_async-v0.14.5

Choose a tag to compare

Filter
github-actions released this 27 Aug 15:49
92da2a0
  • Delay close() until all databases in the pool have been closed in #159

Full Changelog: sqlite_async-v0.14.4...sqlite_async-v0.14.5

sqlite_async-v0.14.4

Choose a tag to compare

Filter
github-actions released this 22 Jul 10:04
b65583f
  • Add beforeOpen callback to native factories in #152
  • Update sqlite3 and sqlite3_web, deprecate flush parameter in #153
  • Allow caching prepared statements in #150

Full Changelog: sqlite_async-v0.14.3...sqlite_async-v0.14.4

sqlite_async-v0.14.3

Choose a tag to compare

Filter
  • Include name of navigator lock on abort in #147
  • Support latest sqlite3_web package in #148

Full Changelog: sqlite_async-v0.14.2...sqlite_async-v0.14.3

sqlite_async-v0.14.2

Choose a tag to compare

Filter

Update to sqlite3_web versions 0.8.x.

Full Changelog: sqlite_async-v0.14.1...sqlite_async-v0.14.2

sqlite_async-v0.14.1

Choose a tag to compare

Filter
  • Fix update notifications firing before completed transactions in #140

Full Changelog: sqlite_async-v0.14.0...sqlite_async-v0.14.1

sqlite_async-v0.14.0

Choose a tag to compare

Filter
github-actions released this 13 Apr 09:47
c137dce
  • Support versions 3.x of the sqlite3 package and 0.7.x of sqlite3_web.
  • Remove the sqlite3_open.dart library, SQLite libraries are no longer loaded through Dart.
  • Breaking: Rewrite the native connection pool implementation.
    • Remove isolate connection factories. Simply open the same database on another isolate, it's safe to do so now.
    • It is no longer possible to register user-defined functions in Dart. Extensions providing functions in native code can still be used.
  • Breaking: Remove AbstractDefaultSqliteOpenFactory and DefaultSqliteOpenFactory. Use SqliteOpenFactory instead. To provide a custom open factory, import NativeSqliteOpenFactory or WebSqliteOpenFactory with a platform-specific import and extend those classes.
  • Breaking: Remove the maxReaders parameter on SqliteDatabase. Set that parameter on SqliteOptions instead.
  • Breaking: Remove libraries exporting the sqlite3 package:
    • Instead of package:sqlite_async/sqlite3.dart, import package:sqlite3/sqlite3.dart.
    • Instead of package:sqlite_async/sqlite3_common.dart, import package:sqlite3/common.dart.
    • Instead of package:sqlite_async/sqlite3_wasm.dart, import package:sqlite3/wasm.dart.
    • Instead of package:sqlite_async/sqlite3_web.dart, import package:sqlite3_web/sqlite3_web.dart.
  • Breaking: Remove SqliteDatabaseMixin and SqliteQueries. Extend SqliteConnection instead.
  • Breaking: Calls locking the database that fail with a timeout now throw an AbortException instead of a TimeoutException.
  • The throttle parameter on watch and onChange can now be set to null. This also introduces watchUnthrottled and onChangeUnthrottled, which only buffer on paused subscriptions instead of applying a static timeout.
  • Add abortableReadLock and abortableWriteLock. The methods can be used to acquire a read/write context with a flexible abort signal instead of a static timeout.

sqlite_async-v0.14.0-wip.0

Pre-release

Choose a tag to compare

Filter
github-actions released this 01 Apr 15:28
c5f4eaf

Note: This version of sqlite_async is still in development and there might be additional API changes between this release and the final 0.14.0 version. This release is mostly meant for internal testing.

  • Support versions 3.x of the sqlite3 package and 0.6.x of sqlite3_web.
  • Remove the sqlite3_open.dart library, SQLite libraries are no longer loaded through Dart.
  • Breaking: Rewrite the native connection pool implementation.
    • Remove isolate connection factories. Simply open the same database on another isolate, it's safe to do so now.
    • It is no longer possible to register user-defined functions in Dart. Extensions providing functions in native code can still be used.
  • Breaking: Remove AbstractDefaultSqliteOpenFactory and DefaultSqliteOpenFactory. Use SqliteOpenFactory instead. To provide a custom open factory, import NativeSqliteOpenFactory or WebSqliteOpenFactory with a platform-specific import and extend those classes.
  • Breaking: Remove the maxReaders parameter on SqliteDatabase. Set that parameter on SqliteOptions instead.
  • Breaking: Remove libraries exporting the sqlite3 package:
    • Instead of package:sqlite_async/sqlite3.dart, import package:sqlite3/sqlite3.dart.
    • Instead of package:sqlite_async/sqlite3_common.dart, import package:sqlite3/common.dart.
    • Instead of package:sqlite_async/sqlite3_wasm.dart, import package:sqlite3/wasm.dart.
    • Instead of package:sqlite_async/sqlite3_web.dart, import package:sqlite3_web/sqlite3_web.dart.
  • Breaking: Remove SqliteDatabaseMixin and SqliteQueries. Extend SqliteConnection instead.
  • Breaking: Calls locking the database that fail with a timeout now throw an AbortException instead of a TimeoutException.
  • The throttle parameter on watch and onChange can now be set to null. This also introduces watchUnthrottled and onChangeUnthrottled, which only buffer on paused subscriptions instead of applying a static timeout.
  • Add abortableReadLock and abortableWriteLock. The methods can be used to acquire a read/write context with a flexible abort signal instead of a static timeout.

sqlite_async-v0.13.1

Choose a tag to compare

Filter
  • Add executeMultiple to run multiple statements not using parameters.

sqlite_async-v0.13.0

Choose a tag to compare

Filter

Release sqlite_async-v0.13.0

sqlite_async-v0.12.0

Choose a tag to compare

Filter
  • Avoid large transactions creating a large internal update queue.

Back | FazBrowse Home | New Git URL