All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.6.0 - 2018-08-13
- Switch to streaming if
follow
orlogs
is present (#19).
v0.5.1 - 2018-08-13
- Stream flag should check for String('true') rather than Boolean(true) (#18).
v0.5.0 - 2018-08-11
- Support streaming of output from API (#14).
- Switch to using Swagger client only to build request (#15).
v0.4.0 - 2018-06-18
- Use debug module for logging tunnel messages (#12).
v0.3.0 - 2018-06-16
- Support the use of SSH tunnelling without requiring separate app (#10).
v0.2.2 - 2018-06-14
- Requests to API with payload and query parameters are failing (#7).
v0.2.0 - 2018-06-13
- Use very specific version of Node in
Dockerfile
for tests (latest LTS) - Replace
http.request
withdocker-modem
(#2). - Ensure the tests are generic ready for CI/CD (#3).
- Initialise Swagger client from local file.