-
Piotr Maślanka authored944e1804
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 1.10 KiB
Change log
-
0.92:
-
Added
on_fail
event handler - fired upon connection loss -
v0.91:
- removed annoying warnings
-
v0.90:
- first release with a stable API
- You can pick how your received message.body will look like - bytes, a zero-copy-for-short-messages memoryview, or maybe a totally zero-copy list of memoryviews?
-
v0.89.1:
- Critical bugfix: messages larger than a frame got corrupted
-
v0.89:
- Events are no longer timestamped by CoolAMQP, it's your job now
- You can delete queues (Cluster.delete_queue)
- Race condition Connection.start fixed
- Queue can accept bytes as name
- Consumer will set cancelled to True if Consumer Cancel Notification is received
- You can register callbacks for:
- Consumer being cancelled for any reason
- Consumer being cancelled with a CCN
-
v0.88:
- Cluster.start will RuntimeError if called more than once
- Cluster.shutdown will RuntimeError if called without .start
- Warning with content list is shorter
Latest:
- stability bug fixes
- ...