Skip to content

Release 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@brendandburns brendandburns released this 19 Oct 23:06
· 1759 commits to master since this release
6d012f0

Changes since the 0.6.0 release

  • Rev request library version to pick up downstream dependency fixes.
  • Regenerate API to switch to IncomingMessage.
  • Fix a bug where attach didn't handle stdin. Add testing.
  • Fix buffer trim while sending websocket messages
  • Makes "unexpected event" error message more useful
  • LoadFromCluster, added option to prefix the configuration file path
  • Feature/api config helpers