1. 53a3b61 Fix disposal of process not terminating (#160) by Kristian Andersen · 11 months ago
  2. e57acfa docs: merged docs and dev-docs into one folder (#158) by entvex · 11 months ago
  3. b440bc6 docs: move docfx away from the root (#157) by entvex · 11 months ago
  4. faa61dc Reader faulted issue (#156) by Kristian Andersen · 11 months ago
  5. ca9ba10 Async Process (#155) by Kristian Andersen · 11 months ago
  6. 9bce6e9 docs: support API docs (#153) by tison · 11 months ago
  7. 65cb69f Partitioned Topic Consumer Support (#146) by Thomas O'Neill · 12 months ago
  8. 7719fa5 [Doc] Add links to client feature matrix in README.md (#151) by Jun Ma · 12 months ago
  9. 8715522 Fixed broken link in readme.md (#152) by Henrik Skaarup Andersen · 12 months ago
  10. c9fda80 Update NuGet package by Daniel Blankensteiner · 12 months ago
  11. c93a0de Producer access mode fixes (#149) by Kristian Andersen · 1 year ago
  12. 9518305 Updated NuGet packages by Daniel Blankensteiner · 1 year ago
  13. 895a4e8 Feature/object pooling issue (#148) by Kristian Andersen · 1 year ago
  14. 2845424 Feature/producer access mode (#147) by Kristian Andersen · 1 year ago
  15. 9d00f6f Hopefully a fix for test Messages_GivenTopicWithMessages_ShouldConsumeAll that can get stuck (#145) by entvex · 1 year, 2 months ago
  16. 01f440c Updated NuGet packages by Daniel Blankensteiner · 1 year, 2 months ago
  17. 65bee00 refactor(producer): Use the producers Topic member in GetNumberOfPartitions instead of passing it in as an argument (#144) by Thomas O'Neill · 1 year, 2 months ago
  18. 2e9825b More output during test setup by Daniel Blankensteiner · 1 year, 2 months ago
  19. c2b741a Make ready for release 2.11.0 by Daniel Blankensteiner · 1 year, 2 months ago 2.11.0
  20. 091d1b2 Async lock leak (#142) by Kristian Andersen · 1 year, 2 months ago
  21. fa7817d 'ReplicateSubscriptionState' can now be set when creating a consumer by Daniel Blankensteiner · 1 year, 2 months ago
  22. f800796 Updated NuGet packages by Daniel Blankensteiner · 1 year, 2 months ago
  23. 7f26745 Updated protobuf-net by Daniel Blankensteiner · 1 year, 2 months ago
  24. e2c8784 Updated NuGet packages by Daniel Blankensteiner · 1 year, 2 months ago
  25. 4c27529 Make ready for release 2.10.2 by Daniel Blankensteiner · 1 year, 3 months ago 2.10.2
  26. 023ffe2 Fix memory leak in Producer (#140) by Kristian Andersen · 1 year, 3 months ago
  27. cccbe8b Make ready for release 2.10.1 by Daniel Blankensteiner · 1 year, 3 months ago 2.10.1
  28. 89177dd Fix memory leak in Producer (#139) by Kristian Andersen · 1 year, 3 months ago
  29. 53d44b2 Make ready for release 2.10.0 by Daniel Blankensteiner · 1 year, 3 months ago 2.10.0
  30. 15a1967 Ensure correct exception is thrown from MoveNext() on dispose (#136) by Kristian Andersen · 1 year, 3 months ago
  31. f67f42a Fix Producer.Send hang on reconnect. (#135) by Kristian Andersen · 1 year, 3 months ago
  32. 15214dd Fix tests and have 'Process' also throw an error when faulting by Daniel Blankensteiner · 1 year, 3 months ago
  33. f8070a3 Invoking a method on a consumer or reader that is faulted or faults during the operation should result in a Consumer/ReaderFaultedException being thrown. This needs testing by Daniel Blankensteiner · 1 year, 3 months ago
  34. c4b658a Showcasing DelayedStateMonitor. by Daniel Blankensteiner · 1 year, 3 months ago
  35. d16825b When building a Pulsar client you can now specify whether the certificate revocation list is checked during authentication. by Daniel Blankensteiner · 1 year, 3 months ago 2.9.0
  36. 3718721 Updated NuGet package and added ConfigureAwait(false) to onMessageSent by Daniel Blankensteiner · 1 year, 3 months ago
  37. 99d26b4 Make ready for release 2.8.0 by Daniel Blankensteiner · 1 year, 3 months ago 2.8.0
  38. 3341357 Updated NuGet packages by Daniel Blankensteiner · 1 year, 3 months ago
  39. afbd4dc Cleaned up the entire project using profile "DotPulsar: Full Cleanup" (#133) by entvex · 1 year, 3 months ago
  40. cca2c83 Zstd compression test fix (#132) by Kristian Andersen · 1 year, 4 months ago
  41. fcab518 Fix object pooling issue (#130) by Kristian Andersen · 1 year, 4 months ago
  42. 28e57ca Updated changelog for SendChannel (#131) by Kristian Andersen · 1 year, 4 months ago
  43. e046776 Updated NuGet packages and subscription properties can be added when creating a consumer by Daniel Blankensteiner · 1 year, 4 months ago
  44. 32bcc69 Interface for enqueueing (#109) by Kristian Andersen · 1 year, 4 months ago
  45. bbd4bf0 Make ready for release 2.7.0 by Daniel Blankensteiner · 1 year, 5 months ago 2.7.0
  46. b4e74cf Make ready for release 2.6.0 by Daniel Blankensteiner · 1 year, 5 months ago 2.6.0
  47. fa14c6f Added DelayedStateMonitor for IState by Daniel Blankensteiner · 1 year, 5 months ago
  48. 94a8a35 Added delay option for OnStateChangeFrom/To for IState and StateChangedFrom/To for IConsumer, IProducer, and IReader by Daniel Blankensteiner · 1 year, 5 months ago
  49. c6dd4a2 Adding .NET 7, removing .NET Core 3.1 and .NET 5.0, updating NuGet packages by Daniel Blankensteiner · 1 year, 5 months ago
  50. 6c52a27 PulsarApi updated to prepare to support the latest features (#129) by entvex · 1 year, 5 months ago
  51. 9328efa cross platform compatibility (#127) by entvex · 1 year, 6 months ago
  52. 0590b1a Moved pull_request_template.md hopefully it works now :) (#126) by entvex · 1 year, 6 months ago
  53. ebde5b1 renamed servicing_pull_request_template.md to pull_request_template.md (#125) by entvex · 1 year, 6 months ago
  54. 4eb1468 Pull request template (#124) by entvex · 1 year, 6 months ago
  55. 1f2bc17 Create codeql.yml by Daniel Blankensteiner · 1 year, 6 months ago
  56. f9c35e0 Issue templates. (#123) by entvex · 1 year, 6 months ago
  57. af25226 Update coding-style.md (#122) by entvex · 1 year, 6 months ago
  58. 8612d6d Update CONTRIBUTING.md (#121) by entvex · 1 year, 6 months ago
  59. 94b5507 GitHub docs help new contributors. (#120) by entvex · 1 year, 6 months ago
  60. ee57499 Fixed connection issues and make ready for release 2.5.2 by Daniel Blankensteiner · 1 year, 6 months ago 2.5.2
  61. 9e5bccf Make ready for release 2.5.1 by Daniel Blankensteiner · 1 year, 6 months ago 2.5.1
  62. 7452ded Updated NuGet package and make sure the 'Process' extension method for IConsumer will use the cancellation token when acknowledging messages by BLANKEN\blanken · 1 year, 6 months ago
  63. b7a3a06 Make ready for release 2.5.0 by BLANKEN\blanken · 1 year, 6 months ago 2.5.0
  64. 6bfe746 Namespaces should File_scoped. (#119) by entvex · 1 year, 6 months ago
  65. 2633d59 Add trace linking. Needs testing. by Daniel Blankensteiner · 1 year, 6 months ago
  66. 272f647 Use the simpler Process in the sample project by Daniel Blankensteiner · 1 year, 6 months ago
  67. ce7538f Merge branch 'master' of https://github.com/apache/pulsar-dotpulsar by Daniel Blankensteiner · 1 year, 6 months ago
  68. 11d5a41 Adding support for concurrent processing of messages via the Process extension method for IConsumer. This needs testing before release. by Daniel Blankensteiner · 1 year, 6 months ago
  69. 1e41407 Only send notifications to commits@ ML (#115) by Michael Marshall · 1 year, 7 months ago
  70. 3a26cc2 .editorconfig, DotPulsar.sln.DotSettings and removed folder (#113) by entvex · 1 year, 7 months ago
  71. e67e114 Fix spelling error in exception message (#112) by MortenKJ · 1 year, 7 months ago
  72. 3ca870e modified the "hello world" to fix first run issue (#110) by Joshua Lapinski · 1 year, 7 months ago
  73. 6b8d20b Updated NuGet packages by Daniel Blankensteiner · 1 year, 7 months ago
  74. 108d9af Make ready for release 2.4.1 by Daniel Blankensteiner · 1 year, 8 months ago 2.4.1
  75. 288dd1e Updated NuGet packages by Daniel Blankensteiner · 1 year, 8 months ago
  76. 116e337 Updated NuGet packages by Daniel Blankensteiner · 1 year, 8 months ago
  77. 8555159 Updated NuGet packages by Daniel Blankensteiner · 1 year, 9 months ago
  78. dc1c25d Retain original stack trace when exception happens in Producer (#108) by jvmdc · 1 year, 9 months ago
  79. 1620196 Updated NuGet packages by Daniel Blankensteiner · 1 year, 10 months ago
  80. 55745be Make ready for release 2.4.0 by Daniel Blankensteiner · 1 year, 11 months ago 2.4.0
  81. 0c34db7 Implemented support for ZstdSharp.Port by Daniel Blankensteiner · 1 year, 11 months ago
  82. 94daac3 Adding compression tests both for runtime and testing by Daniel Blankensteiner · 1 year, 11 months ago
  83. 2994947 Use the latest Pulsar (2.10.0) for testing by Daniel Blankensteiner · 1 year, 11 months ago
  84. 0600af9 Updated NuGet packages by Daniel Blankensteiner · 1 year, 11 months ago
  85. 4d91aaa Updated NuGet packages by Daniel Blankensteiner · 2 years ago
  86. 2975c90 Make ready for release 2.3.1 by Daniel Blankensteiner · 2 years ago 2.3.1
  87. 02ad325 Performance tuning PulsarStream (#103) by Kristian Andersen · 2 years ago
  88. 20f46b3 Fix performance issue with ReadUint32 (#102) by Kristian Andersen · 2 years ago
  89. 57b4669 Add the message sink to see why it's failing with GitHub actions by Daniel Blankensteiner · 2 years, 1 month ago
  90. b2bd7a0 Make a better foundation for writing integration tests. by Daniel Blankensteiner · 2 years, 1 month ago
  91. be7c40e Make ready for release 2.3.0 by Daniel Blankensteiner · 2 years, 2 months ago 2.3.0
  92. d77d77b Adding metrics. Needs testing by Daniel Blankensteiner · 2 years, 2 months ago
  93. c3e547b Updated NuGet package and .editorconfig by Daniel Blankensteiner · 2 years, 2 months ago
  94. ea456d7 Removed unused cancellation tokens and updated NuGet packages by Daniel Blankensteiner · 2 years, 3 months ago
  95. 23fa7fa Make ready for release 2.2.0 by Daniel Blankensteiner · 2 years, 3 months ago 2.2.0
  96. 7980af6 Updated the documentation by Daniel Blankensteiner · 2 years, 3 months ago
  97. fabc9e3 Adding some extension methods and moving certain exceptions to 'public' in order to create a lean and correct Processing sample (without warnings) by Daniel Blankensteiner · 2 years, 3 months ago
  98. e4638eb Make ready for release 2.1.0 and added a sample using BackgroundService and the Process extension method. by Daniel Blankensteiner · 2 years, 3 months ago 2.1.0
  99. 6c60892 Fixed the tests by Daniel Blankensteiner · 2 years, 3 months ago
  100. 1d3d8fd Creating an IAuthentication interface and an AuthenticationFactory to be more aligned with the other clients and with the way exception handling is implemented. by Daniel Blankensteiner · 2 years, 3 months ago