This release comes with two new features:
- query parameters can be defined as separate parameters, rather than being directly in the URI
- the connector is now able to handle paginated results and return the whole result set in one go. This is implemented out of the box for JSON-Hydra structures and can be done for any other structure with custom paginator classes.
It also comes with minor cleanup of very old things and improvements to the documentation.