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

Bump job-iteration from 1.7.0 to 1.8.0 #1139

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps job-iteration from 1.7.0 to 1.8.0.

Release notes

Sourced from job-iteration's releases.

v1.8.0

Changes

  • 513 Deprecate returning enumerators from build_enumerator that are not wrapped with enumerator_builder.wrap. The built-in enumerator builders now always wrap.

Features

  • 340 Add cursor.iteration instrumentation for the query to fetch the next batch of records for the Active Record cursor.
  • 523 Add interruption adapter for aws-activejob-sqs.

Bug fixes

  • 515 Fix size of array enumerators.

Full Diff: Shopify/job-iteration@v1.7.0...v1.8.0

Changelog

Sourced from job-iteration's changelog.

v1.8.0 (Dec 10, 2024)

Changes

  • 513 Deprecate returning enumerators from build_enumerator that are not wrapped with enumerator_builder.wrap. The built-in enumerator builders now always wrap.

Features

  • 340 Add cursor.iteration instrumentation for the query to fetch the next batch of records for the Active Record cursor.
  • 523 Add interruption adapter for aws-activejob-sqs.

Bug fixes

  • 515 Fix size of array enumerators.
Commits
  • b0cf2ea Merge pull request #526 from Shopify/mangara-release-job-iteration-1-8-0
  • 83a9d2e Release job-iteration 1.8.0
  • 7390536 Merge pull request #515 from bdewater/correct-enum-size
  • 92cbe76 Merge pull request #523 from kakubin/interruption_adapter_aws_activejob_sqs
  • 90e0667 Merge pull request #524 from Shopify/dependabot/bundler/mocha-2.7.0
  • 689b8e8 Merge pull request #525 from Shopify/dependabot/bundler/mysql2-58f8d00
  • bb23624 Bump mysql2 from f6a9b68 to 58f8d00
  • bd426ce Bump mocha from 2.6.0 to 2.7.0
  • 5c34c75 Add interruption adapter for aws-activejob-sqs
  • 22b4ea2 Merge pull request #520 from Shopify/eo/build_enum_metric
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 16, 2024
@etiennebarrie
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/job-iteration-1.8.0 branch 3 times, most recently from d45ee73 to 5c167d6 Compare December 17, 2024 17:35
Bumps [job-iteration](https://github.com/shopify/job-iteration) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/shopify/job-iteration/releases)
- [Changelog](https://github.com/Shopify/job-iteration/blob/main/CHANGELOG.md)
- [Commits](Shopify/job-iteration@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: job-iteration
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/job-iteration-1.8.0 branch from 5c167d6 to 79820ea Compare December 17, 2024 18:21
@etiennebarrie
Copy link
Member

I also reallowed deprecations for job-iteration.

Copy link
Member

@etiennebarrie etiennebarrie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 9f86a53 into main Dec 18, 2024
35 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/job-iteration-1.8.0 branch December 18, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant