Resolving pagination bug and dependabot securities
This release resolves a bug affecting offset pagination. It also addresses one recent Dependabot security vulnerabilities, and a partial fix for the other.
Bug Fix:
- Removing the defaulting of pagination_page_size to 0. This is an optional parameter.
Security Fixes:
- pyca/cryptography's wheels include vulnerable OpenSSL
- ReDoS in py library when used with subversion
The second security issue has been resolved by a pytest version upgrade, however it also needs an upgrade of tox to be fully resolved. Currently a Meltano SDK dependency prevents the tox being bumped to a higher version. When the SDK is updated, a bump of tox will fully resolve the - ReDoS in py library when used with subversion
issue.