- moved ``authenticatefunction into ``CredentialsBasedLookupClient`` as method - explicitly depend on and use ``certifi`` certificates
0.9.1
--------------
- standardized dependency graph interface to ``get_graph_by_uuid`` - standardized direct mongo interfaces to ``get_datasets_by_mongo_query`` and ``get_datasets_by_mongo_aggregation`` - added dependency graph retrieval test
0.9.0
---------------
- introduced sort arguments where applicable - added ``delete_dataset`` and ``register_dataset`` methods - added extensive unit tests for all methods
0.8.0
--------------
- model ``query`` method analogous to ``search`` method. - remodel Python API to be closer to dserver REST API, mark old methods as deprecated - migrate from ``setup.py`` to ``pyproject.toml`` - make unit tests run against ``demo.dtool.dev`` by default
0.7.0
---------------
- New versions method for retrieving server and server side plugin version information.