amqp-client.cr v0.5.0 Release Notes

Release Date: 2020-02-04 // about 4 years ago
  • โž• 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