Skip to content

3.5.0

Compare
Choose a tag to compare
@nvborisenko nvborisenko released this 17 Mar 12:08
· 12 commits to master since this release

Breaking Changes

  • Now SSL/TLS errors are not ignored by default. If you want to accept insecure connection, then you can force it via Server:IgnoreSslErrors.
    Example for json configuration:
{
  "server": {
    "ignoreSslErrors": true
  }
}

Full Changelog: 3.4.2...3.5.0

From Dependencies: ClientShared