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

Releases: quantmind/pulsar

Better implementation of WSGI String

03 Jun 20:30
Compare
Choose a tag to compare

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.

First Production/Stable Release

18 May 13:06
Compare
Choose a tag to compare
  • Python 3.4 and above only!
  • No hard dependencies
  • New test runner
  • Dropped trollius support
  • Dropped task application
  • Dropped twisted integration
  • Dropped data mapper application
  • Dropped pulsar shell application