Dservercore

Latest version: v0.20.2

Safety actively analyzes 665909 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.13.0

---------------------

Added
^^^^^

- Added /dataset/annotations route to which one can POST a URI and get back the
associated dataset annotations


Changed
^^^^^^^

- Registering a dataset now requires a key for ``annotations`` in the JSON
content
- The /dataset/search route no longer returns manifest and readme in the body
of the JSON response. These will now have to be retrieved using the
/dataset/manifest and /dataset/readme routes respectively. This change was
implemented to overcome the slow response time when accessing many (>1000)
datasets using the /dataset/search route.

Fixed
^^^^^

- Made registration of datasets more tolerant to type of frozen_at in
admin_metadata, now accepts value as a string

0.12.0

---------------------

Added
^^^^^

- Added /dataset/manifest route to which one can POST a URI and get back the
associated dataset manifest
- Added /dataset/readme route to which one can POST a URI and get back the
associated dataset readme

0.11.0

---------------------

Added
^^^^^

- Ability to log request headers in debug mode

0.10.0

---------------------

Changed
^^^^^^^

- Added logic to config.Config that ignores ``JWT_PRIVATE_KEY_FILE`` and
``JWT_PUBLIC_KEY_FILE`` if ``JWT_PUBLIC_KEY`` is set in the environment.
This makes it easier to configure the ``dtool-lookup-server`` to make use
of tokens generated from another server. In other words where the private
key file is maintained in a different service.

0.9.0

--------------------

Changed
^^^^^^^

- Improved the JSON query format when sending POST requests to the
/dataset/search route

0.8.0

--------------------

Added
^^^^^

- Added "/dataset/summary" route with summary information about the datasets
accessible to a user
- Added the manifest structural metadata to the MongoDB

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.