-
Notifications
You must be signed in to change notification settings - Fork 155
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] ### Minor Changes - eb722c9: [VAX-1335] Create new protocol op to represent a compensation ### Patch Changes - fb773fb: Dispose listeners when Electric client is closed. - 863f9f3: Fix critical section of wa-sqlite DB adapter to avoid bad interleavings. - 5c4a85d: Generic implementation of serial and batched database adapters. - a9bb17c: Upgrade wa-sqlite version because of a critical bug fix in wa-sqlite. - 0ad1867: Fix assertions in unit tests. - 3ed5469: Fix race condition in process.subscribe that made the client crash. - 4ad7df4: [VAX-825] Add client-side support for JSON type. - 1fe8c7d: Rely on Prisma's conversion of PG table names to Prisma model names. No longer turn snake_cased table names into PascalCased model names. - cf0f096: Add comment about possibly receiving empty subsData when handling SubscriptionData message on Satellite - e2da540: Windows support for the generator. - e091bbf: Refactorings to the event notifier. ## [email protected] ### Patch Changes - a9bb17c: Upgrade wa-sqlite version because of a critical bug fix in wa-sqlite. ## @electric-sql/[email protected] ### Patch Changes - 4ad7df4: [VAX-825] Add client-side support for JSON type. - 65f10d6: Import types using import type in generated Electric client. ## @core/[email protected] ### Minor Changes - eb722c9: [VAX-1335] Create new protocol op to represent a compensation ### Patch Changes - 0dc6166: [VAX-820, VAX-1325] Add support for the BIGINT / INT8 column type in electrified tables. - d9efe92: [VAX-1264, VAX-1265] Fix some edge cases in the parsing of DATABASE_URL. - 4ad7df4: [VAX-825] Add support for the JSONB column type in electrified tables. - b6e589d: [VAX-846, VAX-849] Add support for the REAL / FLOAT4 column type in electrified tables. 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.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const LIB_VERSION = '0.7.1' | ||
export const LIB_VERSION = '0.8.0' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@core/electric", | ||
"private": true, | ||
"version": "0.7.1" | ||
"version": "0.8.0" | ||
} |