Skip to content

Drift 2.9.0

Compare
Choose a tag to compare
@simolus3 simolus3 released this 18 Jun 19:51
· 1081 commits to develop since this release
drift-2.9.0
5fe28cb

Drift 2.9.0

The biggest feature of this release is stable web support! The WasmDatabase.open factory with a drift web worker is a performant and reliable web implementation for drift. The new web documentation at https://drift.simonbinder.eu/web/ shows how to use the new API and how to migrate from the old and experimental drift web APIs.

In addition to the new web API, this release

  • introduces the fatal_warnings builder option, causing the build to fail when drift_dev reports warnings.
  • forbids returning 0 from the schemaVersion getter. This has always been broken, so the explicit check leads to a better error message.