minghuaw / fe2o3-amqp

A rust implementation of the AMQP1.0 protocol based on serde and tokio.
MIT License
64 stars 7 forks source link

0.8.0 #165

Closed minghuaw closed 1 year ago

minghuaw commented 1 year ago
  1. Updated fe2o3-amqp-types to 0.7.0, which introduced breaking change to the type alias FilterSet to support legacy formatted filter set. The user would need to ensure that the correct format is used when constructing the filter set (more details can be found at Azure/azure-amqp#231, Azure/azure-amqp#232).
  2. Sender::detach()/Receiver::detach() return a DetachedSender/DetachedReceiver even if it encounters an error
  3. Impl std::error::Error for SenderResumeError and ReceiverResumeError