Skip to content

v0.2.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@samwillis samwillis released this 23 Jul 13:53
· 148 commits to main since this release

First 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

New Contributors

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