Parallel Scans
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 ofaws.Context
(which is a type alias tocontext.Context
) - Update dependencies
Full Changelog: v1.19.0...v1.20.0