Skip to content

Releases: matteocontrini/NsqClient

v1.0.3

02 Aug 12:49
Compare
Choose a tag to compare
  • Upgrade dependencies

v1.0.2

02 Jun 09:15
Compare
Choose a tag to compare
  • f28dac2 - Add null-check when disposing TcpClient

v1.0.1

12 Dec 09:44
Compare
Choose a tag to compare
  • 2284d9e - Add ConfigureAwait(false) in library code

v1.0.0

29 Nov 13:40
Compare
Choose a tag to compare

Stable release.

  • Add documentation
  • Add new parameterless constructor on NsqProducer (0985e3c)

v0.2.3-beta

29 Nov 10:52
Compare
Choose a tag to compare
v0.2.3-beta Pre-release
Pre-release
  • Fix frame read algorithm that was causing a rare bug where the frame wasn't read to the end (4bb20f5)

v0.2.2-beta

29 Nov 10:51
Compare
Choose a tag to compare
v0.2.2-beta Pre-release
Pre-release
  • Wait 1 second between reconnection attempts to avoid "fast" loops (9d93140)

v0.2.1-beta

29 Nov 10:51
Compare
Choose a tag to compare
v0.2.1-beta Pre-release
Pre-release
  • Fix conversion of the message timeout TimeSpan (51d4d83)

v0.2.0-beta

29 Nov 10:50
Compare
Choose a tag to compare
v0.2.0-beta Pre-release
Pre-release
  • Add constructors to NsqProducerOptions and NsqConsumerOptions (8f9f6ec)
  • Allow settings MaxInFlight after connection (6ac5a3d)
  • Avoid allowing to set a MaxInFlight/RDY value greater than the maximum allowed by the server (9a52fc1)
  • Allow settings message timeout (5b2af6f)

v0.1.0-beta

29 Nov 10:47
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Initial release