Skip to content

Parallel Scans

Compare
Choose a tag to compare
@guregu guregu released this 09 Jul 10:50
· 69 commits to master since this release

This release adds new methods for Scan to create parallel iterators (#20): Scan.IterParallel, Scan.AllParallel and paginating versions. The parallel iterators handle the concurrency and segmenting of parallel scan requests automatically.

What's Changed

  • Add parallel scan by @guregu in #219
  • Use context.Context instead of aws.Context (which is a type alias to context.Context)
  • Update dependencies

Full Changelog: v1.19.0...v1.20.0