Skip to content

Release 2.0

Compare
Choose a tag to compare
@jmdaweb jmdaweb released this 30 Nov 09:46
· 82 commits to master since this release

This release brings the following changes:

  • Fixed permission error on some Linux distributions after generating a new certificate.
  • Now, the systemd unit restarts the service automatically if it crashes. Only the stop command can definitely close the server.
  • Windows version is now based on Python 2.7.18 and 3.8.6, with OpenSSL 1.1.1H binary, Pywin32 300 for Python 3 and Pywin32 228 for Python 2.7.
  • The SSL protocol is nolonger forced, allowing TLS 1.3 when it is supported by the system.
  • The code has been linted with Flake8.
  • Now, the server will continue running even if it can't create one of IPV4 or IPV6 sockets. It will crash only when no server sockets can be created.
  • Other code optimizations.
  • Added support for Centos / RHEL 8.x.
  • Added the ability to edit the configuration and generate a new certificate inside the Docker container.

This is the last release to support Centos 6, Windows XP and Windows 7. Remember creating a new certificate after installation!