Skip to content

Commit b0cf2ea

Browse files
authored
Merge pull request #526 from Shopify/mangara-release-job-iteration-1-8-0
Release job-iteration 1.8.0
2 parents 7390536 + 83a9d2e commit b0cf2ea

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
### Main (unreleased)
22

3-
- [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.
3+
### Changes
4+
5+
nil
6+
7+
### Features
8+
9+
nil
10+
11+
### Bug fixes
12+
13+
nil
14+
15+
## v1.8.0 (Dec 10, 2024)
16+
17+
### Changes
18+
419
- [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.
20+
21+
### Features
22+
23+
- [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.
524
- [523](https://github.com/Shopify/job-iteration/pull/523) Add interruption adapter for [aws-activejob-sqs](https://github.com/aws/aws-activejob-sqs-ruby).
625

26+
### Bug fixes
27+
28+
- [515](https://github.com/Shopify/job-iteration/pull/515) Fix size of array enumerators.
29+
730
## v1.7.0 (Oct 11, 2024)
831

932
### Features

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
job-iteration (1.7.0)
11+
job-iteration (1.8.0)
1212
activejob (>= 5.2)
1313

1414
GEM

lib/job-iteration/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JobIteration
4-
VERSION = "1.7.0"
4+
VERSION = "1.8.0"
55
end

0 commit comments

Comments
 (0)