Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Releases: vcabbage/amqp

v0.10.3: Handle server initiated connection close.

30 Jan 05:16
Compare
Choose a tag to compare
Server initaited close frames were being treated as an unexpected frame
and did not correctly propagate the contained error to the user.

Resolves #151

v0.10.2

26 Nov 19:10
Compare
Choose a tag to compare
Use package scoped rand source to avoid duplicate link names.

v0.10.1: Adding Message.UnmarshalBinary

26 Oct 01:04
Compare
Choose a tag to compare

v0.10.0: Export LinkSourceFilter and remove LinkSessionFilter.

23 Oct 15:14
Compare
Choose a tag to compare
LinkSourceFilter allows non-standardized source filters, such as those
specific to a particular broker implementation, to be constructed.

This obsoletes the need for the Microsoft specific LinkSessionFilter
to be included in the API.

v0.9.1

23 Oct 14:51
Compare
Choose a tag to compare
Add LinkSourceDurability and LinkSourceExpiryPolicy options.

v0.9.0: Default batching to false.

20 Oct 16:31
Compare
Choose a tag to compare
Batching has been enabled by default since the early days of this
library. In retrospect I think this was a mistake. I believe most users
would expect messages to be acknowledged immediately when calling
`Message.Accept()` (evidenced in #127). Requiring explicit opt-in
should lessen the risk of bugs due to the batching behavior.

v0.8.0: Making SessionID nillable when creating a new Link.

18 Oct 22:37
Compare
Choose a tag to compare

v0.7.4

07 Sep 14:49
Compare
Choose a tag to compare
Add deliverytag to Message type (#126)

v0.7.3: add read from link.rx when sending a detach to eliminate deadlock on …

02 Aug 17:25
Compare
Choose a tag to compare

v0.7.2

01 Aug 16:14
Compare
Choose a tag to compare
Fix null type handling in readAny (#117)