Skip to content

Releases: ntex-rs/ntex-amqp

Actix amqp client/server - v0.1.2

20 Apr 09:15
Compare
Choose a tag to compare

Changes

  • Fix handshake timeout

  • Propagate receiver remote close errors

Actix amqp client/server - v0.1.1

14 Apr 15:58
Compare
Choose a tag to compare

Changes

  • Handle detach during reciver link open

Actix amqp client/server - v0.1.0

01 Apr 09:30
Compare
Choose a tag to compare
n0.1.0

prep release

Actix amqp client/server - v0.1.4

04 Mar 23:24
Compare
Choose a tag to compare

Changes

  • Add server handshake timeout

Actix amqp client/server - v0.1.3

10 Feb 09:40
Compare
Choose a tag to compare

Changes

  • Allow to override sender link attach frame

AMQP 1.0 client/server framework - v0.1.2

25 Dec 17:11
Compare
Choose a tag to compare

Changes

  • Allow to specify multi-pattern for topics

Actix amqp client/server - v0.1.1

18 Dec 17:04
Compare
Choose a tag to compare

Changes

  • Separate control frame entries for detach sender qand detach receiver

  • Proper detach remote receiver

  • Replace async fn with impl Future