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

Update dependency inngest to v2.4.0 #176

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Update dependency inngest to v2.4.0 #176

merged 1 commit into from
Aug 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
inngest 2.1.0 -> 2.4.0 age adoption passing confidence

Release Notes

inngest/inngest-js (inngest)

v2.4.0

Compare Source

Minor Changes
  • 6cb6719: Allow filtering of events within triggers
Patch Changes
  • 55c889c: Expose raw error message if status is unknown

v2.3.0

Compare Source

Minor Changes
  • 7792a62: Add support for streaming to inngest/remix

v2.2.1

Compare Source

Patch Changes
  • 1120e29: Genercize mixed async error; the same symptom can be caused by a few different errors

v2.2.0

Compare Source

Minor Changes
  • d0a8976: Add support for batching events.

    Introduces a new configuration to function configurations.

    batchEvents?: { maxSize: 100, timeout: "5s" }

    This will take Inngest start execution when one of the following conditions are met.

    1. The batch is full
    2. Time is up

    When the SDK gets invoked, the list of events will be available via a newly exported field events.

    createFunction(
      { name: "my func", batchEvents: { maxSize: 100, timeout: "5s" } },
      { event: "my/event" },
      async ({ event, events, step }) => {
        // events is accessible with the list of events
        // event will still be a single event object, which will be the
        // 1st event of the list.
    
        const result = step.run("do something with events", () => {
          return events.map(() => doSomething());
        });
    
        return { success: true, result };
      }
    );
Patch Changes
  • 591f73d: Set ts field on sent events if undefined
  • 1cbf65e: Alter registration response to include modified for deployment deduplication

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Jul 27, 2023

⚠️ No Changeset found

Latest commit: 3291497

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title Update dependency inngest to v2.3.0 Update dependency inngest to v2.4.0 Jul 27, 2023
@darwin67 darwin67 merged commit 5d7a0af into main Aug 2, 2023
1 check passed
@darwin67 darwin67 deleted the renovate/inngest-2.x branch August 2, 2023 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant