Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release @latest #648

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Release @latest #648

merged 1 commit into from
Jul 16, 2024

Conversation

inngest-release-bot
Copy link
Collaborator

@inngest-release-bot inngest-release-bot commented Jul 16, 2024

This PR was opened by the Changesets release 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.21.0

Minor Changes

  • #651 a527cd3 Thanks @jpwilliams! - Add a new onFunctionRun.finished middleware hook, allowing you to hook into a run finishing successfully or failing

    new InngestMiddleware({
      name: "My Middleware",
      init() {
        return {
          onFunctionRun() {
            finished({ result }) {
              // ...
            },
          },
        };
      },
    });
  • #650 db9ed0e Thanks @jpwilliams! - Allow specifying an env when sending events via the client

    await inngest.send({ name: "my.event" }, { env: "my-custom-env" });

Patch Changes

@inngest-release-bot inngest-release-bot added the 📦 inngest Affects the `inngest` package label Jul 16, 2024
@jpwilliams jpwilliams self-assigned this Jul 16, 2024
@inngest-release-bot inngest-release-bot force-pushed the changeset-release/main branch 2 times, most recently from 6e1cdb0 to 71b85e4 Compare July 16, 2024 17:47
@jpwilliams jpwilliams merged commit f094a22 into main Jul 16, 2024
41 checks passed
@jpwilliams jpwilliams deleted the changeset-release/main branch July 16, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 inngest Affects the `inngest` package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants