-
Piotr Maślanka authored7d841514
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 1.31 KiB
v0.97:
- TBA
v0.96:
- Python 3.6 and 3.7 officially supported and tested against. Also same done for PyPY 3.5
- fixing #40
- added #32
v0.95:
- multiple bugs fixed
v0.94:
version skipped
v0.93:
- Large refactor of XML schema compiler
v0.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