Skip to content

Commit

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

### Minor Changes

- 12fd091: [BREAKING] Remove subscribeOnceToUpToDate method from
ShapeStream. Instead, you should subscribe to the stream and check for
the up-to-date control message.

### Patch Changes

- 5a7866f: refactor: improve error handling with new error classes &
stream control

- Add `onError` handler to ShapeStream for centralized error handling
    -   Add new error classes:
        -   MissingShapeUrlError
        -   InvalidSignalError
        -   MissingShapeHandleError
        -   ReservedParamError
        -   ParserNullValueError
        -   ShapeStreamAlreadyRunningError
    -   Improve error propagation through ShapeStream lifecycle

- de204fc: Allow error handler to modify HTTP query parameters and
headers to retry failed HTTP request.

- 1faa79b: Add link to troubleshooting guide in the MissingHeadersError.

- c748ec7: Exposed `shape.handle` getter on `Shape` and rename
`shapeHandle` to `handle` in the `ShapeStreamOptions`.

## @electric-sql/[email protected]

### Patch Changes

-   Updated dependencies [5a7866f]
-   Updated dependencies [12fd091]
-   Updated dependencies [de204fc]
-   Updated dependencies [1faa79b]
-   Updated dependencies [c748ec7]
    -   @electric-sql/[email protected]

## @core/[email protected]

### Patch Changes

-   090fab5: Fix source links in Hexdocs
-   fed0761: feat: accept URI structs as endpoint/base_url options
-   9718ccc: feat: allow http1 protocotol on Electric client by default
-   5b25505: Derive Jason.Encoder for Client.ShapeDefinition

## @core/[email protected]

### Patch Changes

-   090fab5: Fix source links in Hexdocs
- 598aa28: Improve reliability: Shapes that error while processing the
replication stream will now be removed leaving other shapes unaffected
- 584c4f5: use traceparent header from incoming shape requests to set
parent span
- c5b79a5: Add global stack events registry for receiving updates on the
stack status

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 21, 2024
1 parent 78bbeee commit 5b2fadd
Show file tree
Hide file tree
Showing 20 changed files with 57 additions and 75 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-sheep-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-dots-admire.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/fair-pants-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-rabbits-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-cougars-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-peaches-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-walls-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-moons-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-hornets-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-pumpkins-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-boxes-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-starfishes-shake.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/elixir-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @core/elixir-client

## 0.2.3

### Patch Changes

- 090fab5: Fix source links in Hexdocs
- fed0761: feat: accept URI structs as endpoint/base_url options
- 9718ccc: feat: allow http1 protocotol on Electric client by default
- 5b25505: Derive Jason.Encoder for Client.ShapeDefinition

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/elixir-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@core/elixir-client",
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @electric-sql/react

## 0.5.4

### Patch Changes

- Updated dependencies [5a7866f]
- Updated dependencies [12fd091]
- Updated dependencies [de204fc]
- Updated dependencies [1faa79b]
- Updated dependencies [c748ec7]
- @electric-sql/client@0.8.0

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

## 0.9.1

### Patch Changes

- 090fab5: Fix source links in Hexdocs
- 598aa28: Improve reliability: Shapes that error while processing the replication stream will now be removed leaving other shapes unaffected
- 584c4f5: use traceparent header from incoming shape requests to set parent span
- c5b79a5: Add global stack events registry for receiving updates on the stack status

## 0.9.0

### Minor 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.9.0",
"version": "0.9.1",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
Expand Down
24 changes: 24 additions & 0 deletions packages/typescript-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @electric-sql/client

## 0.8.0

### Minor Changes

- 12fd091: [BREAKING] Remove subscribeOnceToUpToDate method from ShapeStream. Instead, you should subscribe to the stream and check for the up-to-date control message.

### Patch Changes

- 5a7866f: refactor: improve error handling with new error classes & stream control

- Add `onError` handler to ShapeStream for centralized error handling
- Add new error classes:
- MissingShapeUrlError
- InvalidSignalError
- MissingShapeHandleError
- ReservedParamError
- ParserNullValueError
- ShapeStreamAlreadyRunningError
- Improve error propagation through ShapeStream lifecycle

- de204fc: Allow error handler to modify HTTP query parameters and headers to retry failed HTTP request.
- 1faa79b: Add link to troubleshooting guide in the MissingHeadersError.
- c748ec7: Exposed `shape.handle` getter on `Shape` and rename `shapeHandle` to `handle` in the `ShapeStreamOptions`.

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

0 comments on commit 5b2fadd

Please sign in to comment.