Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 2.47 KiB

v0.104:

  • more extensive testing (CPython3.8, nightly)
  • fixed a bug wherein future_to_notify_on_dead was set_result multiple times

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