Aio Libs Janus Versions Save

Thread-safe asyncio-aware queue for Python

v1.0.0

2 years ago
  • Dropped Python 3.6 support
  • Janus is marked as stable, no API changes was made for years

v0.6.1

3 years ago
  • Raise RuntimeError on queue.join() after queue closing. #295

  • Replace timeout type from Optional[int] to Optional[float] #267

v0.6.0

3 years ago
  • Drop Python 3.5, the minimal supported version is Python 3.6

  • Support Python 3.9

  • Refomat with black

v0.5.0

3 years ago
  • Remove explicit loop arguments and forbid creating queues outside event loops #246

v0.4.0

5 years ago

Changes

  • Add py.typed macro #89

  • Drop python 3.4 support and fix minimal version python3.5.3 #88

  • Add property with that indicates if queue is closed #86

v0.3.2

5 years ago

Changes

  • Fixed python3.7 support #97

v0.3.1

6 years ago

Changes

  • Fixed bug with join() in case tasks are added by sync_q.put() #75

v0.2.1

8 years ago

CHANGES

  • Add autodeploy script
  • Fix python setup.py test command

v0.2.0

8 years ago

The library supports Python 3.5 from now

v0.1.5

8 years ago

Minor release, no new features

CHANGES

  • Use loop.time() instead of time.monotonic()