Skip to content

Commit

Permalink
chore: publish new package versions (#1815)
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

-   Updated dependencies [c0c9af6]
-   Updated dependencies [41845cb]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

-   c0c9af6: Handle 429 responses with retries.
- 41845cb: Fix inconsistencies in http proxies for caching live
long-polling requests.

The server now returns a cursor for the client to use in requests to
cache-bust any stale caches.

## @core/[email protected]

### Patch Changes

- 8ad40e7: Make relation OID part of shape definition, removing the need
for persisting relations and simplifying relation change handling.

- 41845cb: Fix inconsistencies in http proxies for caching live
long-polling requests.

The server now returns a cursor for the client to use in requests to
cache-bust any stale caches.

- 14681cc: Store shape definitions along with shape data and use that to
restore them instead of persisted cached metadata. This removes the
unified serilization and persistence of all shape metadata and allows
better scaling of speed of shape creation.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 10, 2024
1 parent a1127e5 commit 96b2e16
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-ravens-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-garlics-cover.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/khaki-dolphins-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-chairs-type.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.4.4

### Patch Changes

- Updated dependencies [c0c9af6]
- Updated dependencies [41845cb]
- @electric-sql/client@0.6.2

## 0.4.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.4.3",
"version": "0.4.4",
"description": "React hooks for ElectricSQL",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @core/sync-service

## 0.7.2

### Patch Changes

- 8ad40e7: Make relation OID part of shape definition, removing the need for persisting relations and simplifying relation change handling.
- 41845cb: Fix inconsistencies in http proxies for caching live long-polling requests.

The server now returns a cursor for the client to use in requests to cache-bust any stale caches.

- 14681cc: Store shape definitions along with shape data and use that to restore them instead of persisted cached metadata. This removes the unified serilization and persistence of all shape metadata and allows better scaling of speed of shape creation.

## 0.7.1

### 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,7 +1,7 @@
{
"name": "@core/sync-service",
"private": true,
"version": "0.7.1",
"version": "0.7.2",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/typescript-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @electric-sql/client

## 0.6.2

### Patch Changes

- c0c9af6: Handle 429 responses with retries.
- 41845cb: Fix inconsistencies in http proxies for caching live long-polling requests.

The server now returns a cursor for the client to use in requests to cache-bust any stale caches.

## 0.6.1

### 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.6.1",
"version": "0.6.2",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit 96b2e16

Please sign in to comment.