All Versions
35
Latest Version
Avg Release Cycle
25 days
Latest Release
599 days ago

Changelog History
Page 4

  • v0.5.1 Changes

    February 10, 2020

    โž• Added

    • Messages from Channel#basic_get now includes a message_count property (that is how many msgs are left in the queue)
  • v0.5.0 Changes

    February 04, 2020

    โž• Added

    • ๐Ÿ‘ Allow publishing IO objects and manually setting the bytesize (for IO objects that doesn't support IO#bytesize)

    ๐Ÿ”„ Changed

    • Message deliveries/returns are process in a separate fiber so not to block frame processing
    • Deliveries, returns and confirms are now added to unbounded internal dequeues
    • Connection and channel close now use reply code 200 and no reply text
  • v0.4.5 Changes

    October 11, 2019

    โž• Added

    • Queue#subscribe and Channel#basic_consume can now be blocked (until canceled)
  • v0.4.4 Changes

    September 30, 2019

    ๐Ÿ›  Fixes

    • Crystal 0.31.x deprecated URI.unescape, replaced with URI.decode_www_form
  • v0.4.3 Changes

    September 23, 2019

    ๐Ÿ›  Fixed

    • basic_nack sends a Nack and not a reject, thank you @jgaskins for the PR