Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@Mangara Mangara released this 11 Oct 14:15
· 6 commits to main since this release
644613c

Features

  • 509 - Added CSV batching functionality to EnumeratorBuilder with build_csv_enumerator_on_batches method and csv_on_batches alias.
  • 512 - Added support for custom timezones on ActiveRecordEnumerator and ActiveRecordBatchEnumerator. This allows for using cursors with datetime columns where ActiveRecord.default_timezone is set to :local and Active Record is not using the same timezone as the database.

Full Diff: v1.6.0...v1.7.0