Skip to content

dewey 1.0.0

Latest
Compare
Choose a tag to compare
@wryfi wryfi released this 06 Mar 19:16
· 3 commits to development since this release

This release puts an end to pre-release silliness and officially adopts semantic versioning at 1.0.0.

The major new feature in this release is an expanded RESTful API that exposes basic CRUD operations for many object types. A swagger interface now sits at the api root (/api) for easy navigation. All operations on the new endpoints require authentication, and all write operations require an admin account. The methods and operations exposed by swagger will vary according to your authentication status.

The endpoints exposed in this release were intended to facilitate end-to-end provisioning and decommissioning of VMs in PLOS' pogos toolkit, and are therefore most relevant to those tasks.

In addition to implementing a number of API features, this release refactors the URL configurations and project structure relating to the API. Django is updated to 1.11.20, gunicorn to 19.9.0.