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

Changelog History
Page 1

  • v1.0.3 Changes

    October 08, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ– Handle CloseOk write errors
    • Using a closed channel would break connection
  • v1.0.2 Changes

    September 21, 2021

    ๐Ÿ”„ Changed

    • Raise ChannelClosedError on write if channel is closed
  • v1.0.1 Changes

    April 01, 2021

    ๐Ÿ›  Fixed

    • Avoid trying to cancel already closed consumers
    • ๐Ÿ”– Version is reported correctly
  • v1.0.0 Changes

    March 23, 2021

    ๐Ÿ”„ Changed

    • Crystal 1.0.0 compability
  • v0.6.6 Changes

    February 26, 2021

    ๐Ÿ›  Fixed

    • Expect FlowOk after sending/setting Flow mode
  • v0.6.5 Changes

    February 23, 2021

    โž• Added

    • ๐Ÿ‘Œ Support for websockets
  • v0.6.4 Changes

    February 07, 2021

    ๐Ÿ›  Fixed

    • AMQP::Client::Connection::ClosedException is not wrapped as AMQP::Client::Error
  • v0.6.3 Changes

    February 02, 2021

    โž• Added

    • All exceptions raised in this lib do now inherit from AMQP::Client::Error
  • v0.6.2 Changes

    January 27, 2021

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Default connect timeout is increased to 15s
    • 0๏ธโƒฃ No default write timeout (was 15s before)
    • 0๏ธโƒฃ By default we set the connection name to the name of the executable

    ๐Ÿ›  Fixed

    • Blocking consumers are closed when connection is closed by broker
    • โšก๏ธ Update for crystal 0.36.0
  • v0.6.1 Changes

    August 28, 2020

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Doesn't try to declare the default exchange

    โž• Added

    • work_pool parameter to Channel#basic_consume and Queue#subscribe with how many fibers that should process incoming messages, default 1