Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@michael-lazar michael-lazar released this 16 Feb 01:54
· 1 commit to master since this release
cf5f29f

This version pulls in some long overdue dependency updates and adds
support for the latest versions of Flask and Python.

  • Supported Python versions: 3.7, 3.8, 3.9, 3.10, 3.11.
  • Supported Flask versions: 2.1, 2.2

This version also removes the capability to negotiate TLS over
gopher. The code for this was particularly annoying to monkey-patch,
and the feature never gained traction to make it worth maintaining.

  • Removed the make_gopher_ssl_server function.
  • Removed the following WSGI server classes:
    • GopherBaseWSGIServer
    • GopherSimpleWSGIServer
    • GopherThreadedWSGIServer
    • GopherForkingWSGIServer