This release adds handling for scenarios where an endpoint returns `[links][Next][Href]` instead of `[links][next][href]` -- note the capitalization that is non-standard. This throws a `KeyError` which ends up terminating after the first 100 results are returned, instead of continuing. This has been logged as a bug with Qlik, however I've added handling in the interim to also check for the existence of those capitalized keys. An example endpoint that currently returns this result is `api/v1/audits`.