Changes
- 513 Deprecate returning enumerators from
build_enumerator
that are not wrapped withenumerator_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: v1.7.0...v1.8.0