Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Updated changelong
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyjrobins committed Dec 11, 2018
1 parent d53cd58 commit 5b383b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
###### 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.txt` to make sure all dependencies are met. This is also good practice to do after every new release.

## [0.9.3]
###### 2018-12-03
Expand Down

0 comments on commit 5b383b7

Please sign in to comment.