Skip to content

v0.6.0

Compare
Choose a tag to compare
@diazona diazona released this 05 May 19:50
· 91 commits to master since this release
a02c757

This version of pytest-localserver mostly focuses on updating the code to use modern conventions. Among the most notable changes for users, the package no longer supports Python 3.3 and 3.4, and there is now built-in support for sending chunked responses from the HTTP server. Also, the SMTP server has been rewritten to use aiosmtpd instead of the deprecated smtpd module.

As always, the package can be installed using pip:

$ pip install pytest-localserver

What's Changed

  • Drop support for older Python versions by @diazona in #25
  • Use setuptools_scm for version management by @diazona in #20
  • Support chunked encoding by @diazona in #21
  • Fix typos by @kianmeng in #28
  • Use aiosmtpd for the smtp.Server class by @diazona in #30
  • Update copyright date in the README and LICENSE files by @diazona in #32
  • Add notes on how to release a new version to the README by @diazona in #33
  • Update changelog for the upcoming 0.6.0 release by @diazona in #31

New Contributors

Full Changelog: v0.5.1.post0...v0.6.0