Files
pancho horrillo b362d04167 chore: prepare release v0.5.2
Co-authored-by: César Gallego Rodríguez <gallego.cesar@gmail.com>
2020-05-11 17:26:44 +02:00

24 lines
542 B
Markdown

Kapow! v0.5.2
## Features
* Fix handling of misbehaving http clients
## 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