Skip to content

Releases: lemux-one/dronery

First release

16 Mar 12:46
Compare
Choose a tag to compare

The first release of the project after some refactoring, restructuring, bug fixing and overall improve the previous MVP releases.

MVP-beta

14 Mar 10:43
Compare
Choose a tag to compare
MVP-beta Pre-release
Pre-release

This MVP-beta release improves usability by adding filtering support when listing collections by using GET arguments in the form fieldx=[comparatorx]criteriax where the [comparatorx] part is optional when '=' is the intended comparator to use. For eample:

  • /api/v1/drones?state=IDLE -> will retrieve every drone with a state equals 'IDLE'
  • /api/v1/medications?weight=[<]50 -> will retrieve every medication under 50g
  • /api/v1/loads?drone_id=1 -> will retrieve all the loads for the drone with id 1

Overall improvements where made in several places.

README.md file includes relevant content now.

The tests modules are now discoverable from the command line.

The custom log utility and the audit_task are aware of DEBUG mode and act accordingly.

NOTE: Still more testing is required and the project is still subject to change in the near future.

MVP-alpha

13 Mar 15:58
Compare
Choose a tag to compare
MVP-alpha Pre-release
Pre-release

This is an MVP-alpha release just to mark the moment when all the functional requirements are basically ready. More in depth testing is still required and it is subject to chance in future releases.

Note: The README.md is a pending task at this point yet.