Skip to content

4.2.0

Latest
Compare
Choose a tag to compare
@fsuter fsuter released this 01 Mar 15:14

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.