Skip to content

Releases: amqp/rhea

0.3.9

10 Jan 13:34
@grs grs
Compare
Choose a tag to compare
bump version

0.3.8

07 Jan 14:01
@grs grs
Compare
Choose a tag to compare
bump version

0.3.7

07 Jan 09:48
@grs grs
Compare
Choose a tag to compare
bump version

0.3.6

18 Dec 14:37
@grs grs
Compare
Choose a tag to compare
bump version

0.3.5

07 Dec 09:47
@grs grs
Compare
Choose a tag to compare
bump version

0.3.4

02 Nov 10:20
@grs grs
Compare
Choose a tag to compare
bump version

0.3.3

05 Oct 15:22
@grs grs
Compare
Choose a tag to compare
reset the default session for a connection if that session is closed

0.3.2

20 Sep 19:43
@grs grs
Compare
Choose a tag to compare
update type definitions for connection and export sasl as an interfac…

0.3.1

23 Aug 08:58
@grs grs
Compare
Choose a tag to compare

Fix to xoauth2 client mechanism

0.3.0

22 Aug 21:35
@grs grs
Compare
Choose a tag to compare

This release allows for asynchronous implementations of extended SASL client mechanisms. It will break any existing SASL client mechanisms. Implementations of such mechanisms should use the callback that is now passed to the start() and step() methods to indicate when complete. The first parameter of that callback is an error object (leave undefined for success), the second is any result.