Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Releases: danielwertheim/mynatsclient

v0.19.1

15 May 20:14
1b1eca2
Compare
Choose a tag to compare

[Fix]: Issue #83 and #89 - reconnect issues

v0.19.0

13 May 20:48
f801270
Compare
Choose a tag to compare
  • [Changed]: The custom ILogger is new replaced by Microsoft.Extension.Logging.ILogger|ILogger<T>. Read more
  • [Fix]: Unnecessary disposal and re-open of stream when using SSL.

v0.18.2

18 Mar 13:47
c9a60fe
Compare
Choose a tag to compare

[Fix]: #75 - When issuing requests really fast, there could be a collision in the request id being used. Thanks @igoree for the fix.

v0.18.1

11 Mar 23:14
6909513
Compare
Choose a tag to compare

[Fix]: Fixes around large message parsing to solve #69

v0.18.0

10 Mar 21:39
2f17e22
Compare
Choose a tag to compare
  • [New]: Introduces a more safe async pub many construct via client.PubManyAsync thanks @igoree
  • [Changed]: Given the new client.PubManyAsync the client.PubMany now gets a publisher that only allows sync publishers. For async publishes use client.PubManyAsync.

v0.17.1

09 Mar 21:41
ce38d73
Compare
Choose a tag to compare

[Fix]: #69 via #70 - sometimes the full payload wasn't read from the buffered stream. Thanks @thyn and @igoree for reporting

v0.17.0

16 Oct 04:20
6dfdd69
Compare
Choose a tag to compare

[New]: Support for specifying custom connection name useful in e.g monitoring, via #65

v0.16.1

19 Sep 10:29
6415781
Compare
Choose a tag to compare

[Fix]: #55 via #63 - you can now Subscribe and SubscribeAsync again even if not connected.

v0.16.0

19 Sep 09:40
e2245fb
Compare
Choose a tag to compare

[New]: Allows for a bit more control of the consumer scheduling via #61

v0.15.0

19 Sep 08:12
cf27133
Compare
Choose a tag to compare

[New]: Adds Catch Rx Observable and CatchAny and Catch aliases via #60