Skip to content

vapor v0.10.0

Choose a tag to compare

@scholtzm scholtzm released this 16 Sep 21:02
· 85 commits to master since this release

Release notes:

  • removed stdinSteamGuard option from config; this event will now fire every time
  • reading SteamGuard code from stdin was moved to a separate built-in plugin called stdinSteamGuard
  • removed unnecessary process.exit calls
  • added new error event
  • Vapor will no longer reconnect automatically after 5 seconds if disconnected
  • added new built-in plugin reconnectOnError which supplies the removed functionality
  • updated custom-steamguard example
  • reworked EVENTS.md docs