chore: prepare release v0.5.4

Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
This commit is contained in:
pancho horrillo
2020-06-05 11:33:54 +02:00
parent 797b85b228
commit 4f9ad6f69f
2 changed files with 86 additions and 51 deletions
+23
View File
@@ -0,0 +1,23 @@
Kapow! v0.5.4
## Features
* Rebuild againts Go 1.14.4
## Known issues and limitations
### Data API
* [#73][i73] `/response/body` and `/response/stream` behave identically for now.
### Windows®
* [#83][i83] `kapow server file.pow` will try to run `file.pow` through `bash`, not `cmd`
or `powershell`.
* `kapow route` default entrypoint is `/bin/sh`, so in order to use `cmd` or
`powershell`, it must be explicitly set.
[i73]: https://github.com/BBVA/kapow/issues/73
[i83]: https://github.com/BBVA/kapow/issues/83