Skip to content

Commit f360f51

Browse files
Version Packages (#170)
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 ## [email protected] ### Minor Changes - c999896: INN-1029 Add `env` option to `Inngest` client to explicitly push to a particular Inngest env ### Patch Changes - 131727a: Adjust README to have a slightly clearer intro - c999896: INN-1186 Send `x-inngest-platform` and `x-inngest-framework` headers during registration - 0728308: Expose run ID to function executions for user-managed logging and tracing - 3ac579f: Warn users when some functions appear undefined when serving - eb1ea34: Allow signing keys with multiple prefixes, as required for branch environment support Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 131727a commit f360f51

8 files changed

+15
-31
lines changed

.changeset/cool-deers-brush.md

-5
This file was deleted.

.changeset/dirty-shoes-heal.md

-5
This file was deleted.

.changeset/empty-ears-bake.md

-5
This file was deleted.

.changeset/new-lizards-search.md

-5
This file was deleted.

.changeset/proud-apes-beg.md

-5
This file was deleted.

.changeset/sweet-mangos-eat.md

-5
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# inngest
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- c999896: INN-1029 Add `env` option to `Inngest` client to explicitly push to a particular Inngest env
8+
9+
### Patch Changes
10+
11+
- 131727a: Adjust README to have a slightly clearer intro
12+
- c999896: INN-1186 Send `x-inngest-platform` and `x-inngest-framework` headers during registration
13+
- 0728308: Expose run ID to function executions for user-managed logging and tracing
14+
- 3ac579f: Warn users when some functions appear undefined when serving
15+
- eb1ea34: Allow signing keys with multiple prefixes, as required for branch environment support
16+
317
## 1.6.1
418

519
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inngest",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Official SDK for Inngest.com",
55
"main": "./index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)