Skip to content

0.2 - bug fixes

Compare
Choose a tag to compare
@shakyShane shakyShane released this 12 Oct 21:10
· 82 commits to master since this release

fixes

  • Don't always set env-var for logging e057519
  • API errors should have correct status code - fixes #15 ee4646d
  • Doesn't release port when application is shutdown - fixes #14 9f43b9f
  • fixing middleware fallthrough 114e816
  • ssl: ensure certs are packaged in the binary - fixes #18 4ef827b
  • ssl: should support self-signed certs on the proxy target (for local development) - fixes #17 279b271 279b271