Releases: emdgroup/dynamodb-paginator
Releases · emdgroup/dynamodb-paginator
v2.2.0
- Support segmented parallel scans for high-throughput scans on a single thread.
v2.1.4
- Fixed issue where
finished
would report true
even though not all data has been returned.
v2.1.3
- Fixed the clone() function to also include the schema and indexes attributes.
v2.1.2
- Fixed issue with pagination over a GSI where the
nextToken
was not calculated properly.
v2.1.1
- Fixed an issue with
package.json
which identified the package as an ESM package while the default main
entrypoint is CJS.
v2.1.0
- Support TypeScript 4.8
- Added ESM build in addition to CJS build for efficient bundling
v2.0.0
New Features:
- The pagination token is now signed and can carry authentication data to tie the token to a user or session.
- In addition to
Query
, Scan
operations are now supported as well.
- A pagination token is now always generated, even if the end of the query has been reached.