Skip to content

Releases: emdgroup/dynamodb-paginator

v2.2.0

26 Apr 15:18
c92b21b
Compare
Choose a tag to compare
  • Support segmented parallel scans for high-throughput scans on a single thread.

v2.1.4

25 Apr 15:39
Compare
Choose a tag to compare
  • Fixed issue where finished would report true even though not all data has been returned.

v2.1.3

24 Apr 13:43
663cd85
Compare
Choose a tag to compare
  • Fixed the clone() function to also include the schema and indexes attributes.

v2.1.2

24 Apr 12:27
7e1906f
Compare
Choose a tag to compare
  • Fixed issue with pagination over a GSI where the nextToken was not calculated properly.

v2.1.1

22 Sep 17:47
Compare
Choose a tag to compare
  • Fixed an issue with package.json which identified the package as an ESM package while the default main entrypoint is CJS.

v2.1.0

21 Sep 14:19
0dc4cb9
Compare
Choose a tag to compare
  • Support TypeScript 4.8
  • Added ESM build in addition to CJS build for efficient bundling

v2.0.0

22 Apr 18:12
Compare
Choose a tag to compare

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.