-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Releases ## [email protected] ### Minor Changes - 2662251: Add protocol version negotiation to websocket connection step - e5936a6: feat: changed the protocol to have a proper RPC implementation for ease of extension and maintanence ### Patch Changes - 3603703: Use parametrized SQL queries. ## [email protected] ### Patch Changes - bec4399: Remove NodeJS --no-warnings flag ## @core/[email protected] ### Minor Changes - 2662251: Add protocol version negotiation to websocket connection step - e5936a6: feat: changed the protocol to have a proper RPC implementation for ease of extension and maintanence ### Patch Changes - cf4ee7c: Implement support for the BOOLEAN column type in electrified tables - 75b2fcf: Implement support for the DATE column type in electrified tables. - da9a718: Rewrite the type-validating part of `electify` function to expand allowed types when Electric instance is upgraded - 4bd9ea2: Fix the problem where Postgres was failing to re-establish a replication connection to Electric after a restart - 1dd9500: Remove int8 from the list of supported types supported in electrified tables. - 3c47193: Implement support for electrifying and syncing tables that have columns types timestamp and timestamptz - de1c571: VAX-911 - store client lsn position in postgres - a4c5ce6: VAX-1036 - fixes bugs reported by @hugodutka by preventing insertion of duplicate ddl commands in migration history - 33ed7e8: Implement support for the TIME column type in electrified tables. - 76b15a6: Implement support for the UUID column type in electrified tables. - 4bbe283: Adds opt-out telemetry about Electric usage stats, configurable with `ELECTRIC_TELEMETRY`. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ilia Borovitinov <[email protected]>
- Loading branch information
1 parent
43b78c8
commit 9e5ad3e
Showing
23 changed files
with
45 additions
and
82 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 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 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.5.2' | ||
export const LIB_VERSION = '0.6.0' |
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,5 +1,5 @@ | ||
{ | ||
"name": "@core/electric", | ||
"private": true, | ||
"version": "0.5.3" | ||
"version": "0.6.0" | ||
} |
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