DOS 0.3.0
This release incorporates a number of internal code quality and development workflow improvements, in addition to some breaking API changes.
Changelog:
- /databundles/list and /dataobjects/list refactored Endpoint
POST /databundles/list
andPOST /dataobjects/list
have been refactored toGET /databundles
andGET /dataobjects
respectively and now only accept query parameters instead of a request body. (This change is backwards incompatible.) - Packaging Package metadata pruned, requirements specifications refactored, and Swagger schema now included as package data.
- Versioning Version data centralized in
ga4gh.dos.__version__
, and schemas are now tested to ensure version consistency at commit time. - Other internals Documentation updated, PEP8 standards revised to ignore line length and explicitly check errors generally ignored by flake8.