-
Piotr Maślanka authoredd8df74d5
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 2.50 KiB
v0.104:
- more extensive testing (CPython3.8, nightly)
- fixed a bug wherein future_to_notify_on_dead was set_result multiple times
- switched to nose2 for tests
v0.103:
- bugfix in handling exchange in publish
v0.102:
- due to noticed behaviour on some Linuxes that changing epoll from another thread than is being waited on does not seem to alter the behaviour, EpollListener will now check manually if threads have anything to send
v0.101:
- bugfix: a race condition during connection setup itself
- moved version to coolamqp root
- split
compile_definitions
into a separate package - exceptions will display their reply_text correctly if fed a memoryview
- added Docker-based tests
- far more robust wait in
Cluster.start
made
v0.100:
- significant docs update
- cosmetics
- fixed a bug wherein on very much loaded systems
ConnectionStart
would arrive before a watch could be registered for it
v0.99:
- bugfix release: extra requirements added to setup.py
v0.98:
- bugfix release: fixed multiple race conditions, added stress tests
v0.97:
- Changed copyright in connection properties to better reflect the current situation
- also, noted that in README.
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