Skip to content

Releases: minghuaw/fe2o3-amqp

v0.0.9

24 May 14:10
3df7dbd
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

What's Changed

Client side transaction by @minghuaw in #27

  1. Implemented client side transaction
  2. Removed redundant impl Into<Type> in the arguments when the Type itself doesn't really have anything to convert from
  3. Fixed most clippy warnings

Full Changelog: v0.0.8...v0.0.9

0.0.8

03 May 11:55
2c006d7
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

22 Apr 00:28
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

16 Mar 22:49
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  1. Fixed errors in documentation about TLS protocol header
  2. Removed "rustls" from default features
  3. Changed feature dependend connection::Builder::tls_connector() method to aliases to rustls_connector and native_tls_connector

Full Changelog: v0.0.4...v0.0.6

v0.0.5

16 Mar 14:37
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  1. Added native-tls support
  2. Removed unused dependency crossbeam

What's Changed

  • TLS support with both rustls and native-tls by @minghuaw in #18

Full Changelog: v0.0.3...v0.0.5

v0.0.3

11 Mar 10:49
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Made session::Error and link::{DetachError, AttachError} public types.

Early Preview v0.0.2

11 Mar 10:34
Compare
Choose a tag to compare
Early Preview v0.0.2 Pre-release
Pre-release

Early preview release with semi-complete documentations.