Skip to content

v1.0.3

Choose a tag to compare

@yasserf yasserf released this 28 Jul 16:50
· 1230 commits to master since this release

[1.0.3] - 2016-07-28

Bug Fixes

  • CLI: installer for connectors sometimes fail to download (and extract) the archive #305
  • Auth: File authentication doesn't contain serverData and clientData #304
Read data using FileAuthentication using clientData and serverData rather than data
userA:
  password: tsA+yfWGoEk9uEU/GX1JokkzteayLj6YFTwmraQrO7k=75KQ2Mzm
  serverData:
    role: admin
  clientData:
    nickname: Dave

Features

Make unauthenticated connections timeout

Users can now provide a unauthenticatedClientTimeout config option that forces connections to close if they don't authenticate in time.
This helps reduce load on server by terminating idle connections.

  • null: Disable timeout
  • number: Time in milliseconds before connection is terminated