Skip to content

Commit e4f6879

Browse files
Release @latest (#1523)
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@4.5.0 ### Minor Changes - [#1522](#1522) [`ebeb4516`](ebeb451) Thanks [@Linell](https://github.com/Linell)! - Bump minimum `@opentelemetry/auto-instrumentations-node` to `0.75.0` to address [GHSA-q7rr-3cgh-j5r3](GHSA-q7rr-3cgh-j5r3) in the transitive `@opentelemetry/sdk-node` / `@opentelemetry/exporter-prometheus` packages. Note that upstream `auto-instrumentations-node@0.72.0` dropped bundled Fastify, instrumentation, so if you relied on it for tracing your Fastify routes, add `@opentelemetry/instrumentation-fastify` directly. ### Patch Changes - [#1540](#1540) [`10dad398`](10dad39) Thanks [@amh4r](https://github.com/amh4r)! - Fix attempt count not resetting during checkpointing - [#1544](#1544) [`f1ee6f34`](f1ee6f3) Thanks [@jacobheric](https://github.com/jacobheric)! - Allow `useRealtime` to accept direct client subscription tokens from `getClientSubscriptionToken()` when `channel` and `topics` are provided as hook options, and avoid reconnecting solely because an inline token factory or token object gets a new render identity. - [#1506](#1506) [`342a7369`](342a736) Thanks [@amh4r](https://github.com/amh4r)! - Add option to disable unauthed PUT requests - [#1518](#1518) [`fd71a95b`](fd71a95) Thanks [@Linell](https://github.com/Linell)! - Fix RetryAfterError not respected Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1ee6f3 commit e4f6879

7 files changed

Lines changed: 23 additions & 32 deletions

File tree

.changeset/fluffy-ducks-sleep.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/lucky-owls-prove.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/realtime-client-token.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-pants-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-corners-check.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/inngest/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# inngest
22

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- [#1522](https://github.com/inngest/inngest-js/pull/1522) [`ebeb4516`](https://github.com/inngest/inngest-js/commit/ebeb4516037015c0e6f1d417be55009f4a64fb89) Thanks [@Linell](https://github.com/Linell)! - Bump minimum `@opentelemetry/auto-instrumentations-node` to `0.75.0` to address
8+
[GHSA-q7rr-3cgh-j5r3](https://github.com/advisories/GHSA-q7rr-3cgh-j5r3) in the
9+
transitive `@opentelemetry/sdk-node` / `@opentelemetry/exporter-prometheus` packages.
10+
11+
Note that upstream `auto-instrumentations-node@0.72.0` dropped bundled Fastify,
12+
instrumentation, so if you relied on it for tracing your Fastify routes, add
13+
`@opentelemetry/instrumentation-fastify` directly.
14+
15+
### Patch Changes
16+
17+
- [#1540](https://github.com/inngest/inngest-js/pull/1540) [`10dad398`](https://github.com/inngest/inngest-js/commit/10dad39891b99303d75576c7c53cd8339dac53f5) Thanks [@amh4r](https://github.com/amh4r)! - Fix attempt count not resetting during checkpointing
18+
19+
- [#1544](https://github.com/inngest/inngest-js/pull/1544) [`f1ee6f34`](https://github.com/inngest/inngest-js/commit/f1ee6f3464705b2c80c0f03ff9e4483296cc60e4) Thanks [@jacobheric](https://github.com/jacobheric)! - Allow `useRealtime` to accept direct client subscription tokens from `getClientSubscriptionToken()` when `channel` and `topics` are provided as hook options, and avoid reconnecting solely because an inline token factory or token object gets a new render identity.
20+
21+
- [#1506](https://github.com/inngest/inngest-js/pull/1506) [`342a7369`](https://github.com/inngest/inngest-js/commit/342a7369b757c5dd34f009eabcb6642cd207a721) Thanks [@amh4r](https://github.com/amh4r)! - Add option to disable unauthed PUT requests
22+
23+
- [#1518](https://github.com/inngest/inngest-js/pull/1518) [`fd71a95b`](https://github.com/inngest/inngest-js/commit/fd71a95bc2a5a1cbc20ae8d80a97a6e12955ce9c) Thanks [@Linell](https://github.com/Linell)! - Fix RetryAfterError not respected
24+
325
## 4.4.0
426

527
### Minor Changes

packages/inngest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inngest",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"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.",
55
"main": "./index.cjs",
66
"module": "./index.js",

0 commit comments

Comments
 (0)