From c31d8f0f1260f093cef475b3a2eadcf85596031b Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:16:59 +0000 Subject: [PATCH] Release @latest (#829) 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 ## inngest@3.31.2 ### Patch Changes - [#824](https://github.com/inngest/inngest-js/pull/824) [`1d72eae`](https://github.com/inngest/inngest-js/commit/1d72eae5029517ae81bdc401ec440fe183f266c1) Thanks [@BrunoScheufler](https://github.com/BrunoScheufler)! - - Handle immediate WebSocket failure when connecting to gateway - [#822](https://github.com/inngest/inngest-js/pull/822) [`1136087`](https://github.com/inngest/inngest-js/commit/11360879aebb8cc70e0d8a6cf37ac34f8b294014) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Sending events now has retries, backing off over 5 attempts Co-authored-by: github-actions[bot] --- .changeset/beige-teachers-fix.md | 5 ----- .changeset/witty-coins-look.md | 5 ----- packages/inngest/CHANGELOG.md | 8 ++++++++ packages/inngest/jsr.json | 2 +- packages/inngest/package.json | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/beige-teachers-fix.md delete mode 100644 .changeset/witty-coins-look.md diff --git a/.changeset/beige-teachers-fix.md b/.changeset/beige-teachers-fix.md deleted file mode 100644 index 86503e582..000000000 --- a/.changeset/beige-teachers-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -- Handle immediate WebSocket failure when connecting to gateway diff --git a/.changeset/witty-coins-look.md b/.changeset/witty-coins-look.md deleted file mode 100644 index fd6600f04..000000000 --- a/.changeset/witty-coins-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Sending events now has retries, backing off over 5 attempts diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 22aa26eae..e4306ae53 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,13 @@ # inngest +## 3.31.2 + +### Patch Changes + +- [#824](https://github.com/inngest/inngest-js/pull/824) [`1d72eae`](https://github.com/inngest/inngest-js/commit/1d72eae5029517ae81bdc401ec440fe183f266c1) Thanks [@BrunoScheufler](https://github.com/BrunoScheufler)! - - Handle immediate WebSocket failure when connecting to gateway + +- [#822](https://github.com/inngest/inngest-js/pull/822) [`1136087`](https://github.com/inngest/inngest-js/commit/11360879aebb8cc70e0d8a6cf37ac34f8b294014) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Sending events now has retries, backing off over 5 attempts + ## 3.31.1 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 6e5f03dc0..4b53ed6c9 100644 --- a/packages/inngest/jsr.json +++ b/packages/inngest/jsr.json @@ -2,7 +2,7 @@ "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@inngest/sdk", "description": "Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.", - "version": "3.31.1", + "version": "3.31.2", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index be16be3d6..9bd76baf7 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.31.1", + "version": "3.31.2", "description": "Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.", "main": "./index.js", "types": "./index.d.ts",