CHANGELOG
0.10.3 (24Oct25)
allows disabling authetication against server by setting
DSERVER_DISABLE_AUTHENTICATIONtrue
0.10.2 (5Feb25)
fixed register data unit test
activated archival on zenodo
added CITATION.cff file
0.10.1 (8Nov24)
Fix leaking unclosed session issue
0.10.0 (5Nov24)
moved
authenticate```function into ``CredentialsBasedLookupClientas methodexplicitly depend on and use
certificertificates
0.9.1 (4Nov24)
standardized dependency graph interface to
get_graph_by_uuidstandardized direct mongo interfaces to
get_datasets_by_mongo_queryandget_datasets_by_mongo_aggregationadded dependency graph retrieval test
0.9.0 (24Oct24)
introduced sort arguments where applicable
added
delete_datasetandregister_datasetmethodsadded extensive unit tests for all methods
0.8.0 (4Jul24)
model
querymethod analogous tosearchmethod.remodel Python API to be closer to dserver REST API, mark old methods as deprecated
migrate from
setup.pytopyproject.tomlmake unit tests run against
demo.dtool.devby default
0.7.0 (14Aug23)
New versions method for retrieving server and server side plugin version information.
0.6.1 (12Jul23)
New dependency graph request schema in use.
0.6.0 (26Apr23)
Server-side pagination
0.5.1 (23Oct22)
Fixed erroneous interpretation of server response in
register_base_uriandupdate_permissions.Fixed parsing of text to JSON in
aggregate.Made all synchronous methods available at top-level via imports in
__init__.py
0.5.0 (6Dec21)
Automatically create
synchronousandasynchronousmodules.Detect server errors (in particular if a token expires) and raise exceptions.
0.4.1 (3Dec21)
Removed obsolete prompting for username and password when valid access token available
0.4.0 (27Nov21)
Added
user_infomethod for accessing server route/user/info.
0.2.0 (30Aug21)
dtool_lookup_api.lookupdtool_lookup_api.searchdtool_lookup_api.querydtool_lookup_api.config… as well as their asynchronous pendants within
dtool_lookup_api.asynchronous…and the underlying core mechanisms within
dtool_lookup_api.core.LookupClient`.