Skip to content

4.5.0

Compare
Choose a tag to compare
@nvborisenko nvborisenko released this 17 Mar 12:03
· 14 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
  }
}

What's Changed

New Contributors

Full Changelog: 4.4.1...4.5.0

From Dependencies: ClientShared