Skip to content

Commit

Permalink
chore: publish new package versions (#1622)
Browse files Browse the repository at this point in the history
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
## @electric-sql/[email protected]

### Patch Changes

- 42a51c3: Allow specifying data type through type templating in all
APIs.
-   Updated dependencies [42a51c3]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

- 42a51c3: Allow specifying data type through type templating in
`ShapeStream` and `Shape` APIs.

## @core/[email protected]

### Minor Changes

- b3f5d7c: Introduce and enable by default a new iteration of the
storage engine, which is more optimal when creating new shapes. If you
need to continue using the old shapes without interruption, set
`STORAGE=cubdb` environment variable.
- 1461432: Replace individual persistence location configuration with a
single `STORAGE_DIR` environment variable, that should be bound to a
volume to survive Electric restarts. If you were using
`CUBDB_FILE_PATH`, you should move that folder into a subdirectory named
`shapes` and configure `STORAGE_DIR` to the previous directory.

### Patch Changes

- 61cd2a1: Raise the Erlang open port limit to allow for more
simoultaneus connecitons
- 6e268cb: Move row-to-JSON serialization for initial shape data from
Electric to PG
- b322b95: Added a note to reconnection logging whether the replication
mode or regular mode connection is failing

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 4, 2024
1 parent 1ced0b5 commit 9a8ec97
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-cherries-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-baboons-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-wombats-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-snakes-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-turtles-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pugs-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-dodos-jump.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @electric-sql/react

## 0.3.4

### Patch Changes

- 42a51c3: Allow specifying data type through type templating in all APIs.
- Updated dependencies [42a51c3]
- @electric-sql/client@0.3.4

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/react",
"version": "0.3.3",
"version": "0.3.4",
"description": "React hooks for ElectricSQL",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @core/sync-service

## 0.4.0

### Minor Changes

- b3f5d7c: Introduce and enable by default a new iteration of the storage engine, which is more optimal when creating new shapes. If you need to continue using the old shapes without interruption, set `STORAGE=cubdb` environment variable.
- 1461432: Replace individual persistence location configuration with a single `STORAGE_DIR` environment variable, that should be bound to a volume to survive Electric restarts. If you were using `CUBDB_FILE_PATH`, you should move that folder into a subdirectory named `shapes` and configure `STORAGE_DIR` to the previous directory.

### Patch Changes

- 61cd2a1: Raise the Erlang open port limit to allow for more simoultaneus connecitons
- 6e268cb: Move row-to-JSON serialization for initial shape data from Electric to PG
- b322b95: Added a note to reconnection logging whether the replication mode or regular mode connection is failing

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-service/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@core/sync-service",
"private": true,
"version": "0.3.7"
"version": "0.4.0"
}
6 changes: 6 additions & 0 deletions packages/typescript-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @electric-sql/client

## 0.3.4

### Patch Changes

- 42a51c3: Allow specifying data type through type templating in `ShapeStream` and `Shape` APIs.

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/client",
"version": "0.3.3",
"version": "0.3.4",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit 9a8ec97

Please sign in to comment.