Skip to content

v1.2

Compare
Choose a tag to compare
@mszeu mszeu released this 05 Jun 22:22
· 6 commits to master since this release
f2c7bb1

What's Changed

  • sys issue and PSF Logo by @mszeu in #21
  • Dev by @mszeu in #22
  • We now use the context.wrap_socket() to establish the SSL connection to avoid deprecation warnings.
  • To ease the usability of the SSL feature, no checks on the validity of the certificate chain are performed.
  • Included the full sys library to avoid errors in the executable version when the exit() method was called.
  • Now we explicitly call the sys.exit() method instead of using the built-in exit() one to avoid errors in the executable version.

Full Changelog: v1.1.7.2...v1.2