Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Better implementation of WSGI String

Compare
Choose a tag to compare
@lsbardel lsbardel released this 03 Jun 20:30
· 819 commits to master since this release

This is a minor release which affects only synchronous usage of the Asynchronous WSGI String.

  • Better support of get_version for third party packages.
  • Added optional timeout HttpClient requests.
  • Refactored String and renamed from AsyncString. AsyncString still available for backward compatibility.
  • Added the new GreenLock class. A locking primitive for greenlets in a greenlet pool.
  • Added new example to snippets directory. A simple Actor application.