github electric-sql/pglite v0.2.0-alpha.3

latest releases: benchmark@0.0.7, @electric-sql/pglite-vue@0.2.7, @electric-sql/pglite-sync@0.2.7...
pre-releaseone month ago

Alpha of version 0.2, this marks a large step forward with a new build architecture and better stability.

What's Changed

  • PGlite Next by @pmp-p in #112
    • Now based on Postgres version 16.3
    • Support for dynamic loading of extensions, with the first being pgvector
    • A new dumpDataDir method to dump a tarball of the database, and a loadDataDir option when starting to load a database
    • Fixes issues with TOAST values and materialised views.
  • Fix web worker syntax for webpack static analysis by @gregnr in #103
  • Support for adding or receiving a blob for use with COPY FROM/TO by @samwillis in #106
  • Support for pg_notify by @samwillis in #102
  • Extension API by @samwillis in #99
  • Fix extension loading when server sends content-encoding: gzip header by @samwillis in #124
  • Live Query API by @samwillis in #104
  • New method execProtocolRaw() by @gregnr in #127

New Contributors

Full Changelog: v0.1.5...v0.2.0-alpha.3

Don't miss a new pglite release

NewReleases is sending notifications on new releases.