| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2018-12-11 | 857 Bytes | |
| v0.9.4.tar.gz | 2018-12-11 | 2.6 MB | |
| v0.9.4.zip | 2018-12-11 | 2.8 MB | |
| Totals: 3 Items | 5.4 MB | 0 | |
[0.9.4]
2018-12-11
Added
- Added ability to view WALKOFF Server API locally via /api/docs with the server running.
Fixed
- Execution DB now gets properly closed when WALKOFF exits. Fixes issues with docker-compose stop/start.
- Triggers on unbound actions (apps without devices) fixed.
- Add Docker image and compose file based on development branch.
- Upgraded WALKOFF Server API from swagger2 to openapi3, which includes improved security, and better request validation.
- Upgraded Python marshmallow library version, which includes stricter validation.
- Please note: because some dependency library versions were changed in the requirements.txt file, users must run the command
pip install --upgrade -r requirements.txtto make sure all dependencies are met. This is also good practice to do after every new release.