File: CHANGES.rst

package info (click to toggle)
python-aioamqp 0.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 456 kB
  • sloc: python: 2,741; makefile: 187
file content (21 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
aioamqp changelog
=================

Here you can see the full list of changes between each aioamqp release.

Version 0.2.0
-------------

 * Remove the `asyncio.Queue` and adds a callback parameter to basic_consume
 * Add a `on_error` callback when creating a channel or a connection


Version 0.1.1
-------------

 * Add `no_wait` and `timeout` parameters to `close` method

Version 0.1
-----------

 * First public preview release.