4.5.0
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
- Fix description and package release notes by @Aleh-Yanushkevich in #84
- Wait all scheduled http requests even if launch is canceled by user by @nvborisenko in #90
New Contributors
- @Aleh-Yanushkevich made their first contribution in #84
Full Changelog: 4.4.1...4.5.0