amqp-client.cr v0.6.0 Release Notes

Release Date: 2020-08-04 // over 3 years ago
  • ➕ Added

    • Channel#basic_publish can now publish a Bytes array directly

    🔄 Changed

    • Queue#unsubscribe and Channel#basic_cancel doesn't take the no_wait argument anymore
    • 0️⃣ By default wait for Connection::CloseOk before returning

    🛠 Fixed

    • When a consumer is canceled, we wait for CancelOk before we delete the consumer handler