1.10.0
(feat):
Add fetchSupport
configuration which lets you choose between node-fetch
and native
.
The default is node-fetch
. If you choose native
, the node-fetch
dependency will be removed.
1.9.1
(fix):
Improve auto-pagination logic to consider empty strings in response as null cursors and stop paging.