-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish new package versions (#1359)
# Releases ## [email protected] ### Patch Changes - b3c1bdc: Minor performance improvements in downstream initial sync path - e9dc60f: Update `better-sqlite3` dependency, dropping Node v16 support and adding Node v22 support, see [relevant PR](electric-sql/electric#1378). - 7bbba53: Modify FK flag option to default to disabling FK checks on SQLite. - 7b4b8d4: Remove `WITHOUT ROWID` specification on SQLite migrations for improved performance (see <electric-sql/electric#1349>). - fbf8a4d: Modify setReplicationTransform to throw if a FK column is transformed. ## @electric-sql/[email protected] ### Patch Changes - e9dc60f: Update `better-sqlite3` dependency, dropping Node v16 support and adding Node v22 support, see [relevant PR](electric-sql/electric#1378). - Updated dependencies [b3c1bdc] - Updated dependencies [e9dc60f] - Updated dependencies [7bbba53] - Updated dependencies [7b4b8d4] - Updated dependencies [fbf8a4d] - [email protected] ## @core/[email protected] ### Patch Changes - ecdd4ab: Reduce baseline memory usage by limiting the maximum number of open file descriptors. - 7b4b8d4: Remove `WITHOUT ROWID` specification on SQLite migrations for improved performance (see <electric-sql/electric#1349>). - 8cddaaf: Support psycopg3 style transactions in proxy Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7bbba53
commit e0365c6
Showing
14 changed files
with
34 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const LIB_VERSION = '0.12.0' | ||
export const LIB_VERSION = '0.12.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@core/electric", | ||
"private": true, | ||
"version": "0.12.0" | ||
"version": "0.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# @electric-sql/debug-toolbar | ||
|
||
## 2.0.1 | ||
|
||
### Patch Changes | ||
|
||
- e9dc60f: Update `better-sqlite3` dependency, dropping Node v16 support and adding Node v22 support, see [relevant PR](https://github.com/electric-sql/electric/pull/1378). | ||
- Updated dependencies [b3c1bdc] | ||
- Updated dependencies [e9dc60f] | ||
- Updated dependencies [7bbba53] | ||
- Updated dependencies [7b4b8d4] | ||
- Updated dependencies [fbf8a4d] | ||
- [email protected] | ||
|
||
## 2.0.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters