1. 3c832e3 Don't wait for shutdown using Console.ReadKey(). Using TaskCOmpletionSource instead. by Daniel Blankensteiner · 3 years, 7 months ago
  2. 54758a9 Make ready for 0.9.6 by Daniel Blankensteiner · 3 years, 7 months ago 0.9.6
  3. 888c201 Determine batching from metadata in ConsumerChannel based on ShouldSerializeNumMessagesInBatch (#63) by Dion Jansen · 3 years, 7 months ago
  4. d8299ad Fixed potential torn reads in EventCounters (#59) by Günther Foidl · 3 years, 7 months ago
  5. 2b9c10d Fix CI (#60) by Aaron Robert · 3 years, 7 months ago
  6. 1bf1072 Simplify the producer channel by Daniel Blankensteiner · 3 years, 7 months ago
  7. eab7815 Update NuGet packages and make ready for 0.9.5 by Daniel Blankensteiner · 3 years, 8 months ago 0.9.5
  8. ad86003 Update AsyncQueue.cs (#54) by Pavel Krupets · 3 years, 8 months ago
  9. 7b1eaf6 Eat errors in SetupChannel (#52) by lee_chrisbell · 3 years, 8 months ago
  10. ac1e228 Update test method names to follow Feature/MethodName_Given[StateUnderTest]_Should[ExpectedBehavior] by Daniel Blankensteiner · 3 years, 8 months ago
  11. 1f4e498 Fix checking MessageId against null throwing NRE (#50) by Tim Corbett · 3 years, 8 months ago
  12. ec90641 Make ready for 0.9.4 by Daniel Blankensteiner · 3 years, 9 months ago 0.9.4
  13. f5a67db Moving SequenceId from the ProducerChannel to the Producer. by Daniel Blankensteiner · 3 years, 10 months ago
  14. a1c4acb Allow for concurrent message production (#23) by Chickenzilla · 3 years, 10 months ago
  15. f86402f Remove locking from the producers, consumers and readers. by Daniel Blankensteiner · 3 years, 10 months ago
  16. 181c7bb Make ready for 0.9.3 by Daniel Blankensteiner · 3 years, 10 months ago 0.9.3
  17. dbb0ebc Improve the documentation by Daniel Blankensteiner · 3 years, 10 months ago
  18. 17f95aa Redeliver unacknowledged messages (#47) by Dion Jansen · 3 years, 10 months ago
  19. 9441ce5 Make ready for 0.9.2 by Daniel Blankensteiner · 3 years, 10 months ago 0.9.2
  20. 05bb554 Dispose channels to ensure the consumer and reader attach to the new queue. by Daniel Blankensteiner · 3 years, 10 months ago
  21. d66d72b Remove stress test from CI (#44) by Aaron Robert · 3 years, 11 months ago
  22. 96f387b Enable CI (#42) by Aaron Robert · 3 years, 11 months ago
  23. c63e741 Make ready for 0.9.1 by Daniel Blankensteiner · 3 years, 11 months ago 0.9.1
  24. 97f8b70 Expose 'RedeliveryCount' as requested in #41 by Daniel Blankensteiner · 3 years, 11 months ago
  25. dff87dd Make ready for 0.9.0 by Daniel Blankensteiner · 4 years ago 0.9.0
  26. c8f10fe Added Pulsar Proxy support, now honors ProxyThroughServiceUrl by setting ProxyToBrokerUrl. (#37) by Magne Helleborg · 4 years ago
  27. b674205 Changed auth token encoding to match Java client (UTF8) (#38) by Magne Helleborg · 4 years ago
  28. 825c76a Fix invalid Github label in .asf.yaml (#35) by Sijie Guo · 4 years, 1 month ago
  29. 3eee629 Use .asf.yaml for managing and update project settings (#34) by Sijie Guo · 4 years, 1 month ago
  30. 0c6ba7d Trying to create an editconfig that will make Visual Studio and Rider coexist by Daniel Blankensteiner · 4 years, 1 month ago
  31. 7e31ec3 Save all as utf-8-bom by Daniel Blankensteiner · 4 years, 1 month ago
  32. 37b2ea5 Move usings inside namespace and ignore exceptions from PingPongHandler by Daniel Blankensteiner · 4 years, 1 month ago
  33. d741d47 When monitoring state we now return a class giving us both the new state and the Consumer/Producer/Reader. by Daniel Blankensteiner · 4 years, 1 month ago
  34. b7c1910 Updating NuGet package and adding topic property to IConsumer, IProducer and IReader. by Daniel Blankensteiner · 4 years, 1 month ago
  35. 5776643 Minor refactoring by Daniel Blankensteiner · 4 years, 1 month ago
  36. 87b0d8e code review change requests by Sérgio Silveira · 4 years, 1 month ago
  37. f7639e6 code review change requests fixed style rules accordingly by Sérgio Silveira · 4 years, 1 month ago
  38. ce6b221 missing tasks forwarding. by Sérgio Silveira · 4 years, 1 month ago
  39. f1097ec code review change requests by Sérgio Silveira · 4 years, 1 month ago
  40. f316f0a reverted some auto changes as suggested. by Sérgio Silveira · 4 years, 1 month ago
  41. a24b31f More small tweaks. by Sérgio Silveira · 4 years, 1 month ago
  42. ba46dd9 found mini optimization on connector. by Sérgio Silveira · 4 years, 1 month ago
  43. 2b79e9e removed warnings and improved some code contructs with newer versions. by Sérgio Silveira · 4 years, 1 month ago
  44. ef4ea32 first full cleanup by Sérgio Silveira · 4 years, 1 month ago
  45. 8f7e7b4 added editorconfig, resharper/rider dotsettings file and idea/rider code style required files by Sérgio Silveira · 4 years, 1 month ago
  46. c18b504 moved haproxy.cfg by Vince Pergolizzi · 4 years, 1 month ago
  47. 981343b add regression tests for connection handshake by Vince Pergolizzi · 4 years, 1 month ago
  48. e2a773a Update NuGet package and use "random" port numbers for the automated tests. by Daniel Blankensteiner · 4 years, 1 month ago
  49. 972bfad Add newline at end of file by Daniel Blankensteiner · 4 years, 1 month ago
  50. 180d655 Minor refactoring by Daniel Blankensteiner · 4 years, 1 month ago
  51. 78bdf26 fixes to test fixture class by Vince Pergolizzi · 4 years, 1 month ago
  52. 4daf0e9 run stress tests from Docker by Vince Pergolizzi · 4 years, 1 month ago
  53. c17043f Revert support for proxies and make ready for 0.8.4 by Daniel Blankensteiner · 4 years, 1 month ago 0.8.4
  54. 53bba0d Remove Fody and manually add .ConfigureAwait(false) to all async/awaits. by Jan-Pieter George · 4 years, 1 month ago
  55. d4a4642 Make ready for 0.8.3 by Daniel Blankensteiner · 4 years, 1 month ago 0.8.3
  56. 52ea9ab Have all implement dispose guard the same way and always retry internal XDisposedExceptions. by Daniel Blankensteiner · 4 years, 1 month ago
  57. 7d9351e ConnectionPool handles connecting through Pulsar proxies by Vince Pergolizzi · 4 years, 2 months ago
  58. 196a2cd Updating links now that the repo has a new home by BLANKEN\blanken · 4 years, 2 months ago
  59. 3588716 pass cancellation token to async lock by Vince Pergolizzi · 4 years, 2 months ago
  60. 846d876 Make ready for 0.8.2 by Daniel Blankensteiner · 4 years, 2 months ago 0.8.2
  61. d6363d3 Fixing some concurrency issues by Daniel Blankensteiner · 4 years, 2 months ago
  62. dca361e constants are offsets rather than lengths of preceding components by Vince Pergolizzi · 4 years, 2 months ago
  63. b1088b2 make configurable the interval upon which inactive connections are closed by Vince Pergolizzi · 4 years, 2 months ago
  64. 8e3f428 move payload command component sizes into constants by Vince Pergolizzi · 4 years, 2 months ago
  65. 2085e0e Revert "Move payload command component sizes into constants + make inactive connections closing interval configurable (#19)" by Daniel Blankensteiner · 4 years, 2 months ago
  66. 21914ba Move payload command component sizes into constants + make inactive connections closing interval configurable (#19) by Daniel Blankensteiner · 4 years, 2 months ago
  67. 4aca330 Updating readme.md with info about the new slack channel. by Daniel Blankensteiner · 4 years, 2 months ago
  68. e6a823d Make ready for 0.8.1 by Daniel Blankensteiner · 4 years, 2 months ago 0.8.1
  69. 37f3a80 Adding catches to ignore exceptions from the "internal" tasks. by Daniel Blankensteiner · 4 years, 2 months ago
  70. 0f722c1 Make ready for 0.8.0 by Daniel Blankensteiner · 4 years, 2 months ago 0.8.0
  71. a95fb68 Move the solution file to the root folder by Daniel Blankensteiner · 4 years, 2 months ago
  72. e71343f Add support for a func exception handler by Daniel Blankensteiner · 4 years, 2 months ago
  73. 5949549 Auto clean up by Daniel Blankensteiner · 4 years, 2 months ago
  74. 574ea18 Fixed all things by Sérgio Silveira · 4 years, 2 months ago
  75. 7332607 Fixed pulsar stream bug with ReadOnlySequence. by Sérgio Silveira · 4 years, 2 months ago
  76. b6e0643 Adding samples by Daniel Blankensteiner · 4 years, 3 months ago
  77. fdb97c6 Changed as requested by Apache by Daniel Blankensteiner · 4 years, 3 months ago
  78. 9255ea5 Changing license header. Adding support for injecting an exception handler. by Daniel Blankensteiner · 4 years, 3 months ago
  79. fb6b6fb Update source files to include ALv2 license header by Sijie Guo · 4 years, 3 months ago
  80. 2fd0c89 Fix bug when disposing a client with multiple consumers, readers or producers and make ready for release 0.7.2 by Daniel Blankensteiner · 4 years, 6 months ago 0.7.2
  81. 3a22c5b make ready for 0.7.1 by Daniel Blankensteiner · 4 years, 6 months ago 0.7.1
  82. 4cbc56c Calling "Messages" on a consumer and reader should not take a lock. by Daniel Blankensteiner · 4 years, 6 months ago
  83. 0e0f62e Update ConfigureAwait.Fody (new version include support for ValueTask). by Daniel Blankensteiner · 4 years, 6 months ago
  84. 24ebaca Merge pull request #10 from janpieterz/feature/configure-await by Daniel Blankensteiner · 4 years, 7 months ago
  85. 3fb215b Add ConfigureAwait Fody weaver by Jan-Pieter Zoutewelle · 4 years, 7 months ago
  86. affff6d Make ready for 0.7.0 by Daniel Blankensteiner · 4 years, 7 months ago 0.7.0
  87. 7a2419f When creating a Producer, the initial sequenceId can be set, but it can also be set explicitly when creating MessageMetadata (both directly and via the MessageBuilder). We need to make sure it is auto incrementing, even if the user is reusing the MessageMetadata while not setting the sequence id explicitly. by Daniel Blankensteiner · 4 years, 7 months ago
  88. b7a0ef7 Merge pull request #9 from janpieterz/feature/default-send-increment-sequence by Daniel Blankensteiner · 4 years, 7 months ago
  89. 0722885 Set the sequence id when sending using default metadata by Jan-Pieter Zoutewelle · 4 years, 7 months ago
  90. 32faa6e 'Connect' don't have a requestId, but can give an 'Error'. The 'Error' has a requestId, but it is just set to max. This fix will ensure that the first command 'Connect' gets coupled with a possible 'Error' message. by Daniel Blankensteiner · 4 years, 7 months ago
  91. 67e53e0 AuthMethodName must be set to "tls" by Daniel Blankensteiner · 4 years, 7 months ago
  92. 30e9101 Adding support for TLS - Client certificate authentication by Daniel Blankensteiner · 4 years, 7 months ago
  93. dfd2190 Linking to "Message encryption" request made by Ebere Abanonu by Daniel Blankensteiner · 4 years, 7 months ago
  94. 4495b86 Update README.md in regards to batching by Daniel Blankensteiner · 4 years, 7 months ago
  95. e50eecf Support reading/consuming batched messages and make ready for 0.6.0 by Daniel Blankensteiner · 4 years, 7 months ago 0.6.0
  96. 4fb39dc Got around to test KeyShared subscription type and OrderingKey. It works. by Daniel Blankensteiner · 4 years, 7 months ago
  97. d971773 Helper properties for setting eventTime and deliverAtTime via DateTimeOffset on MessageMetadata by Daniel Blankensteiner · 4 years, 7 months ago
  98. 5612c58 Update readme with links to issues. by Daniel Blankensteiner · 4 years, 7 months ago
  99. badbdc8 Make ready for 0.5.0 and make calling dispose on the client multiple times safe. by Daniel Blankensteiner · 4 years, 7 months ago 0.5.0
  100. 8b3cddd Use IReadOnlyDictionary instead of ImmutableDictionary by Daniel Blankensteiner · 4 years, 7 months ago