Skip to content

Releases: aio-libs/janus

janus 1.0.0 release

17 Dec 09:06
0783f9b
Compare
Choose a tag to compare
  • Dropped Python 3.6 support
  • Janus is marked as stable, no API changes was made for years

janus 0.6.1 release

26 Oct 15:20
Compare
Choose a tag to compare
  • Raise RuntimeError on queue.join() after queue closing. #295

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

janus 0.6.0 release

26 Oct 15:20
Compare
Choose a tag to compare
  • Drop Python 3.5, the minimal supported version is Python 3.6

  • Support Python 3.9

  • Refomat with black

janus 0.5.0 release

26 Oct 15:19
Compare
Choose a tag to compare
  • Remove explicit loop arguments and forbid creating queues outside event loops #246

janus 0.4.0 release

28 Jul 10:52
Compare
Choose a tag to compare

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

janus 0.3.2 release

06 Jul 20:08
Compare
Choose a tag to compare

Changes

  • Fixed python3.7 support #97

janus 0.3.1 release

30 Jan 21:51
Compare
Choose a tag to compare

Changes

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

janus 0.2.1 release

24 Mar 12:06
Compare
Choose a tag to compare

CHANGES

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

janus 0.2.0 release

20 Sep 08:04
Compare
Choose a tag to compare

The library supports Python 3.5 from now

Janus 0.1.5

24 Jul 10:56
Compare
Choose a tag to compare

Minor release, no new features

CHANGES

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