Skip to content

Commit

Permalink
chore: publish new package versions
Browse files Browse the repository at this point in the history
# Releases
## [email protected]

### Minor Changes

- 64c8f87: Introduce shapes with relation following on server and
client

### Patch Changes

-   494aebd: Don't receive notifications when no table has changed
- 6adfe2e: Fix queries trying to retrieve relations using `null`
foreign keys.
- da1b6f6: Fixed incorrect field transformation for queries with
included relations
- a48bcdc: Implement `setReplicationTransform` API on tables that
allows transforming row fields at the replication boundary.
- 179e994: Fix `op-sqlite` driver integration using HostObjects and
failing to return results
- b7e99c8: Added support for BYTEA/BLOB column type across the sync
service, TS client, and client generator
-   Updated dependencies [d8ee5f0]
-   Updated dependencies [a48bcdc]
-   Updated dependencies [b7e99c8]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

- d8ee5f0: Do not import `Relation` class if data model does not have
any relations - fixes `unused import` TS errors.
- a48bcdc: [BREAKING] Use `{Table}UncheckedCreateInputSchema` as type
for table model to avoid nested types and recursions.
- b7e99c8: Added support for BYTEA/BLOB column type across the sync
service, TS client, and client generator

## @core/[email protected]

### Minor Changes

- 64c8f87: Introduce shapes with relation following on server and
client

### Patch Changes

- f200734: Fix the issue where the sync service would not sync any rows
that had been present in a table before it was electrified.
- 419e7b2: Fix unbounded disk usage growth caused by the WAL records
retained by Electric's replication slot.
- b7e99c8: Added support for BYTEA/BLOB column type across the sync
service, TS client, and client generator
- 378b1af: fix: make sure the client is gracefully disconnected if PG
is too slow on connection
- 2394ec9: Include all publishable tables in the publication that
Electric creates at startup.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ilia Borovitinov <[email protected]>
  • Loading branch information
3 people committed Apr 11, 2024
1 parent 494aebd commit 6fae591
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 73 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-plants-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-cats-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-pans-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-buckets-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-spoons-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-cooks-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-snakes-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-meals-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-kids-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-fishes-warn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-needles-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-elephants-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-carrots-promise.md

This file was deleted.

19 changes: 19 additions & 0 deletions clients/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# electric-sql

## 0.10.0

### Minor Changes

- 64c8f87e: Introduce shapes with relation following on server and client

### Patch Changes

- 494aebd9: Don't receive notifications when no table has changed
- 6adfe2e2: Fix queries trying to retrieve relations using `null` foreign keys.
- da1b6f6d: Fixed incorrect field transformation for queries with included relations
- a48bcdc3: Implement `setReplicationTransform` API on tables that allows transforming row fields at the replication boundary.
- 179e9945: Fix `op-sqlite` driver integration using HostObjects and failing to return results
- b7e99c88: Added support for BYTEA/BLOB column type across the sync service, TS client, and client generator
- Updated dependencies [d8ee5f0e]
- Updated dependencies [a48bcdc3]
- Updated dependencies [b7e99c88]
- @electric-sql/prisma-generator@1.1.4

## 0.9.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.6",
"version": "0.10.0",
"name": "electric-sql",
"description": "ElectricSQL TypeScript client for developing local-first SQL apps. Supports JavaScript based mobile, web and edge applications.",
"repository": "https://github.com/electric-sql/electric/tree/main/clients/typescript",
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/version/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '0.9.6'
export const LIB_VERSION = '0.10.0'
14 changes: 14 additions & 0 deletions components/electric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @core/electric

## 0.10.0

### Minor Changes

- 284d987d: Introduce shapes with relation following on server and client

### Patch Changes

- f200734d: Fix the issue where the sync service would not sync any rows that had been present in a table before it was electrified.
- 419e7b28: Fix unbounded disk usage growth caused by the WAL records retained by Electric's replication slot.
- b7e99c88: Added support for BYTEA/BLOB column type across the sync service, TS client, and client generator
- 378b1af1: fix: make sure the client is gracefully disconnected if PG is too slow on connection
- 2394ec93: Include all publishable tables in the publication that Electric creates at startup.

## 0.9.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule Electric.Plug.SatelliteWebsocketPlug do
&InitialSync.query_after_move_in/4
)

@currently_supported_versions ">= 0.6.0 and <= #{%{Electric.vsn() | pre: []}}"
@currently_supported_versions ">= 0.10.0 and <= #{%{Electric.vsn() | pre: []}}"

def call(conn, handler_opts) do
with :ok <- check_if_valid_upgrade(conn),
Expand Down
2 changes: 1 addition & 1 deletion components/electric/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@core/electric",
"private": true,
"version": "0.9.4"
"version": "0.10.0"
}
8 changes: 8 additions & 0 deletions generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @electric-sql/prisma-generator

## 1.1.4

### Patch Changes

- d8ee5f0e: Do not import `Relation` class if data model does not have any relations - fixes `unused import` TS errors.
- a48bcdc3: [BREAKING] Use `{Table}UncheckedCreateInputSchema` as type for table model to avoid nested types and recursions.
- b7e99c88: Added support for BYTEA/BLOB column type across the sync service, TS client, and client generator

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/prisma-generator",
"version": "1.1.3",
"version": "1.1.4",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 6fae591

Please sign in to comment.