-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Patch Changes - 450a65b: Support for a local Postgres database on the client. Also introduces drivers for node Postgres and PGlite. - c35956d: Don't leave a snapshot running when stopping the Satellite process - 5dd3975: Fix bug with null values in INT8 (BigInt) columns. - ca53955: Add `react-dom` and `@tauri-apps/plugin-sql` as optiomal peer dependencies. - 0115a0a: Add Zod and Prisma to (optional) peer dependencies. - 22a7555: Fix CLI `PROXY` option to correctly infer database name and not print introspection url. - ec27052: Remove max listener warning on `EventNotifier`'s event emitter. - 22a7555: Fix `ELECTRIC_` options not working as CLI arguments - abebbaa: Adding debug toolbar - 244033f: Ensure no snapshot is taken after closing the Satellite process. - 3794e2b: Fix duplicate `ROLLBACK`s when using interactive transactions through the adapter's `transaction` API. - 244066a: Fix TextEncoder polyfill being fed numbers rather than strings and breaking replication of number types - Updated dependencies [450a65b] - @electric-sql/[email protected] ## @electric-sql/[email protected] ### Patch Changes - abebbaa: Adding debug toolbar - Updated dependencies [450a65b] - Updated dependencies [c35956d] - Updated dependencies [5dd3975] - Updated dependencies [ca53955] - Updated dependencies [0115a0a] - Updated dependencies [22a7555] - Updated dependencies [ec27052] - Updated dependencies [22a7555] - Updated dependencies [abebbaa] - Updated dependencies [244033f] - Updated dependencies [3794e2b] - Updated dependencies [244066a] - [email protected] ## [email protected] ### Patch Changes - 1b79344: Install with `--legacy-peer-deps` to circumvent temporary issue with `electric-sql` package. - ccd7e69: Fix port configuration not setting proper `.env` variables and update `README` - 784f737: Remove usage of `npx` in template scripts to ensure correct package is used. ## @electric-sql/[email protected] ### Patch Changes - 450a65b: Support for a local Postgres database on the client. Also introduces drivers for node Postgres and PGlite. ## @core/[email protected] ### Patch Changes - 450a65b: Support for a local Postgres database on the client. Also introduces drivers for node Postgres and PGlite. - bbe2f24: Persist client reconnection info to the database. This allows the sync service to restore its caches after a restart to be able to resume client replication streams and avoid resetting their local databases. - f3096b1: Switch the default value of `DATABASE_USE_IPV6` to "false". - d375983: fix: filter the compensations along with main changes using the magic `electric_user_id` - 6573147: fix: non-leading primary key columns should no longer break replication - cb17555: Introduce the concept of "WAL window" that Electric can keep around to enable it to recover already-seen transactions after a restart. Where previously Electric was acknowledging transactions as soon as it was receiving them from Postgres, now it will manually advance its replication's slot starting position when needed to keep the overall disk usage within the configurable limit. This allows Electric to replay some transactions it previously consumed from the logical replication stream after a restart and repopulate its in-memory cache of transactions that it uses to resume clients' replication streams. - ed915dd: Fix electrification of tables with previously dropped columns. - 2be5f17: Fix serialization of composite PKs in Electric's internal SQL code. - f12dd95: Fix data encoding issues caused by unexpected cluster-wide or database-specific configuration in Postgres. Electric now overrides certain settings it is sensitive to when opening a new connection to the database. - 69eb03c: fix: migration statements in a transaction should preserve original order when sent to the clients. - c00c293: shapes: support `IS NULL`, `IS NOT NULL`, `IS TRUE/FALSE` and `IS NOT TRUE/FALSE` operators in where clauses - c8e6981: Revert the change introduced in 0deba4d (released in version 0.9.3) where the configured signing key would get automatically decoded if it looked like a valid base64-encoded string. Electric will no longer try to interpet the signing key. A new configuration option named `AUTH_JWT_KEY_IS_BASE64_ENCODED` has been added. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const LIB_VERSION = '0.10.1' | ||
export const LIB_VERSION = '0.10.2' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@core/electric", | ||
"private": true, | ||
"version": "0.10.1" | ||
"version": "0.10.2" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# @electric-sql/debug-toolbar | ||
|
||
## 0.1.1 | ||
|
||
### Patch Changes | ||
|
||
- abebbaa2: Adding debug toolbar | ||
- Updated dependencies [450a65b3] | ||
- Updated dependencies [c35956d6] | ||
- Updated dependencies [5dd3975e] | ||
- Updated dependencies [ca539551] | ||
- Updated dependencies [0115a0a3] | ||
- Updated dependencies [22a7555a] | ||
- Updated dependencies [ec27052c] | ||
- Updated dependencies [22a7555a] | ||
- Updated dependencies [abebbaa2] | ||
- Updated dependencies [244033ff] | ||
- Updated dependencies [3794e2b1] | ||
- Updated dependencies [244066af] | ||
- [email protected] |