Files
pancho horrillo 1ff58d5332 chore: prepare release v0.4.0
- Update signing release key (pubkey)
- Add release notes
2020-02-29 13:46:02 +01:00

996 B

Kapow! v0.4.0

Features

  • #76 Implement https support in the user server.

  • #104 Implement TLS mutual auth with x509 certs.

  • Built and tested against Go 1.14.

Known issues and limitations

Data API

  • #73 /response/body and /response/stream behave identically for now.

  • #92 KAPOW_DATA_URL is always set to its default value of http://localhost:8082, and not to the actual value, as specified by the kapow server --data-bind "host:port" invocation.

Windows®

  • #83 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.