Skip to content

Commit

Permalink
Release job-iteration 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mangara committed Dec 9, 2024
1 parent 7390536 commit 83a9d2e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
### Main (unreleased)

- [340](https://github.com/Shopify/job-iteration/pull/340) Add `cursor.iteration` instrumentation for the query to fetch the next batch of records for the Active Record cursor.
### Changes

nil

### Features

nil

### Bug fixes

nil

## v1.8.0 (Dec 10, 2024)

### Changes

- [513](https://github.com/Shopify/job-iteration/pull/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](https://github.com/Shopify/job-iteration/pull/340) Add `cursor.iteration` instrumentation for the query to fetch the next batch of records for the Active Record cursor.
- [523](https://github.com/Shopify/job-iteration/pull/523) Add interruption adapter for [aws-activejob-sqs](https://github.com/aws/aws-activejob-sqs-ruby).

### Bug fixes

- [515](https://github.com/Shopify/job-iteration/pull/515) Fix size of array enumerators.

## v1.7.0 (Oct 11, 2024)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
job-iteration (1.7.0)
job-iteration (1.8.0)
activejob (>= 5.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/job-iteration/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JobIteration
VERSION = "1.7.0"
VERSION = "1.8.0"
end

0 comments on commit 83a9d2e

Please sign in to comment.