Skip to content

Commit

Permalink
Merge pull request #149 from mountaindude/master
Browse files Browse the repository at this point in the history
v5.2 RC1
  • Loading branch information
mountaindude authored Mar 18, 2021
2 parents a6e8954 + 9aae8f2 commit 5fe07ee
Show file tree
Hide file tree
Showing 7 changed files with 251 additions and 109 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log

## 5.2.0

### New features

1. It's now possible to include zero or more (i.e. optional) key-value pairs when starting QSEoW reload tasks using the [/v4/reloadtask/{taskId}/start](https://butler.ptarmiganlabs.com/docs/examples/openapi-docs/) REST endpoint. There are also helper subs available in the demo app included in the GitHub repository - as well as in the online docs at butler.ptarmiganlabs.com. ([#147](https://github.com/ptarmiganlabs/butler/issues/147), [#148](https://github.com/ptarmiganlabs/butler/issues/148))

### Fixes and patches

### Changed behavior and/or breaking changes

## 5.1.0

### New features
Expand Down
Binary file added docs/sense_apps/Butler 5.2 demo app.qvf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.3'
services:
butler:
image: ptarmiganlabs/butler:5.0.0
image: ptarmiganlabs/butler:5.2.0
container_name: butler
restart: always
ports:
Expand Down
158 changes: 108 additions & 50 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5fe07ee

Please sign in to comment.