minghuaw / fe2o3-amqp

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

Tracking issue for 0.9 development #215

Closed minghuaw closed 8 months ago

minghuaw commented 9 months ago

Update dependencies

The following dependencies of fe2o3-amqp have new versions that could be treated as "breaking" changes.

These updates are breaking because Connection can be built with custom TlsConnector.

There are some other dependencies for subcrates (eg. serde_amqp) that should be considered breaking.

serde_amqp dependencies

fe2o3-amqp-types

fe2o3-amqp-ws dependencies

Unify versioning

It's becoming a little hard to keep track of difference versions of the subcrates. Since updating the dependency would introduce breaking change to almost all subcrates, this would be a nice time to unify the minor version number, so all crates will be released with a version number of "0.9" this time.

TODO