* Print error path as is from batch-validate. * Bugfix for loader methods ``get_publisher`` and ``get_all_publishers``. * Dataset.publisher returns publisher object irrespective of schema version.
5.6.4
* Add whitelist to exclude certain datasets from the path-id validator.
5.6.3
* Pin SQLAlchemy to a version smaller than 1.4.0, because `pg_grant` breaks on a higher version.
5.6.2
* Bugfix for for name clashes that occur in Django ORM relation fields when two versions of the same dataset are deployed next to eachother.
5.6.1
* Bugfix for regression which caused dataset id to be matched with the path of a table when the validated schemafile is a table.
5.6.0
* Feature added to enable use of object fields in amsterdam schema. Those fields are flattened in the relational schema (added to the parent table). Furthermore, a second type of object field with `"format": "json"` has been added. For those fields an opaque json blob will be added in the relational database.