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

Commit

Permalink
Updated changelog for 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTervala authored and JustinTervala committed Jul 30, 2018
1 parent 69490f9 commit 6f889cf
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,38 @@
<!-- Use the tags Added, Changed, Deprecated, Removed, Fixed, Security, and
Contributor to describe changes -->

## [0.8.2]
## [0.8.4]
###### 2018-07-30

### Added
* Workflows now support environment variables. These are top-level
arguments to a workflow. These are then exposed on the execution page
allowing users to modify the most important variables in a workflow
without modifying the workflow itself.
* Added a health check endpoint at the /heath endpoint

### Changed
* The Metrics page now defaults to showing workflow metrics instead of
app metrics


### Fixed
* Action results and workflow results stream now filter for the
currently-executing workflow. This eliminates many issues experienced
by multiple users executing workflows concurrently from the workflow
editor
* Fixed an error which caused the Scheduler to not execute workflows
* Fixed another bug in the scheduler in which the scheduled workflows
would not persist across server restarts
* A bug where messages couldn't be sent
* A bug where modifying more than one device at a time on the playbook
editor would cause the workflow to be invalidated
* Some database configuration bugs when used with non-SQLite databases
* Fixed a bug which wouldn't allow a user to a abort a workflow if it
was pending execution.


## [0.8.3]
###### 2018-06-14

### Added
Expand Down

0 comments on commit 6f889cf

Please sign in to comment.