We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800878f commit 1f55d80Copy full SHA for 1f55d80
CHANGES.rst
@@ -1,10 +1,21 @@
1
-aiodaemon changelog
2
-===================
+aioamqp changelog
+=================
3
4
-Here you can see the full list of changes between each aiodaemon release.
+Here you can see the full list of changes between each aioamqp release.
5
6
+Version 0.2.0
7
+-------------
8
+
9
+ * Remove the `asyncio.Queue` and adds a callback parameter to basic_consume
10
+ * Add a `on_error` callback when creating a channel or a connection
11
12
13
+Version 0.1.1
14
15
16
+ * Add `no_wait` and `timeout` parameters to `close` method
17
18
Version 0.1
19
-----------
20
-First public preview release.
21
+ * First public preview release.
0 commit comments