Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 332 Bytes

CHANGELOG.md

File metadata and controls

6 lines (6 loc) · 332 Bytes

Changelog

1.7.1

Remove the `stop_ioloop_on_close` argument since this is no longer in `pika>=1.0.0`. Since removing this argument will change behaviour on version still using `pika<1.0.0` make sure we require at least `pika>1.0.0` in setup.py so people installing this new version will not have changed behaviour.