-
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] ### Patch Changes - dae6e7b: Improved client events type safety - 1016d4b: Use localhost instead of 127.0.0.1 as default address for Electric. Update documentation of command-line options for the CLI's generate command. - 5da426d: Fix bug where data types provided in input structures could not be bound to SQLite types. - fe39c00: Fix #627, incorrect peer dependency for Capacitor SQLite - 6c87d8f: Fix bug where SQL complains about syntax error near "from" due to table names and column names not being quoted in the generated triggers. ## @core/[email protected] ### Patch Changes - d5a6eb3: [VAX-1333] Fix introspection of tables with > 1 fk - a700758: [VAX-1319] Fix CaseClauseError in Proxy.Prisma.parse_bind_array() - 1aa98bf: [VAX-1321] Proxy crashes when GSSAPI session encryption is requested Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e1785b5
commit 9d364d3
Showing
13 changed files
with
22 additions
and
44 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 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.7.0' | ||
export const LIB_VERSION = '0.7.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.7.0" | ||
"version": "0.7.1" | ||
} |