Releases: electric-sql/pglite
v0.2.0-alpha.6
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 - Multi-tab worker by @samwillis in #120
- OPFS access handle pool VFS by @samwillis in #130
- Postgres contrib extensions by @samwillis in #131
- contrib folder auto builder by @pmp-p in #129
- Fix close and add support for new stage 3 ECMAScript explicit resource management by @samwillis in #133
- Fix bundling for Next.js by @samwillis in #140
- contrib/uuid_ossp by @samwillis in #136
- Fix closing of the IndexedDB when closing an idb backed pglite by @samwillis in #141
New Contributors
Full Changelog: v0.1.5...v0.2.0-alpha.6
v0.2.0-alpha.5
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 - Multi-tab worker by @samwillis in #120
- OPFS access handle pool VFS by @samwillis in #130
- Postgres contrib extensions by @samwillis in #131
- contrib folder auto builder by @pmp-p in #129
- Fix close and add support for new stage 3 ECMAScript explicit resource management by @samwillis in #133
- Fix bundling for Next.js by @samwillis in #140
- contrib/uuid_ossp by @samwillis in #136
New Contributors
Full Changelog: v0.1.5...v0.2.0-alpha.5
v0.2.0-alpha.4
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 - Multi-tab worker by @samwillis in #120
- OPFS access handle pool VFS by @samwillis in #130
- Postgres contrib extensions by @samwillis in #131
- contrib folder auto builder by @pmp-p in #129
- Fix close and add support for new stage 3 ECMAScript explicit resource management by @samwillis in #133
New Contributors
Full Changelog: v0.1.5...v0.2.0-alpha.3
v0.2.0-alpha.3
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
v0.2.0-alpha.2
What's Changed
- Fix extension loading when server sends content-encoding: gzip header by @samwillis in #124
- Fix pl/pgsql by @pmp-p in #125
- Live Query API by @samwillis in #104
Full Changelog: v0.2.0-alpha.0...v0.2.0-alpha.2
v0.2.0-alpha.0
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
v0.1.5
What's Changed
- fix: Handle undefined as though it's a null when serializing by @samwillis in #84
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Add a relaxed durability mode for use with the idb vfs by @samwillis in #79
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Improve efficiency of syncToFs by @samwillis in #77
- Fixed unhandled promise rejection in close() call by @samwillis in #78
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Fix invalid storage in webworker by @JfrAziz in #67
- Fix for importing createRequire in some environments #71 by @samwillis in #73
- Resolve bug preventing
affectedRows
count for mutation queries by @pmooney-socraticworks in #72
Contributors
- @JfrAziz made their first contribution in #67
- @pmooney-socraticworks made their first contribution in #72
- Thanks to @jgoux suggestion in #71
Full Changelog: v0.1.1...v0.1.2