1. 860edcd Add token factory support, respond to server auth challenge on token refresh (#95) by goldenccargill · 2 years, 3 months ago
  2. 4c741f7 Updated NuGet packages by Daniel Blankensteiner · 2 years, 4 months ago
  3. 606becc Make ready for release 2.0.1 (only the version number changed. Something went wrong (in the .NET 6 target) when building the NuGet package for release 2.0.0) by Daniel Blankensteiner · 2 years, 5 months ago 2.0.1
  4. f9d216e Added extension methods for handling conversation id and make ready for release 2.0.0 by Daniel Blankensteiner · 2 years, 5 months ago 2.0.0
  5. 696fd01 Moving to .NET 6 by Daniel Blankensteiner · 2 years, 5 months ago
  6. 34ed930 Code cleanup. Tracing working. by Daniel Blankensteiner · 2 years, 5 months ago
  7. b05413d Moving to .NET 6, C# 10 and file-scoped namespaces by Daniel Blankensteiner · 2 years, 5 months ago
  8. d741cb5 Code cleanup by Daniel Blankensteiner · 2 years, 5 months ago
  9. bc74917 Updated NuGet packages and the change log by Daniel Blankensteiner · 2 years, 5 months ago
  10. 5c36705 Change default behaviour on MetaDataException (#90) by Kristian Andersen · 2 years, 6 months ago
  11. 04f4b60 Send a 'ping' if there has been no activity on the connection for 30 seconds by Daniel Blankensteiner · 2 years, 7 months ago
  12. 2c40409 Updated the README.md with a reference for setting up docker locally by Daniel Blankensteiner · 2 years, 7 months ago
  13. 08a6ff8 Only hash the key if the array is not empty by Daniel Blankensteiner · 2 years, 8 months ago
  14. a10b32b Update NuGet packages by Daniel Blankensteiner · 2 years, 8 months ago
  15. 8580679 Implementing (OpenTelemetry) tracing by Daniel Blankensteiner · 2 years, 10 months ago
  16. 8cb90b4 Fix metadata not being passed to the message router and make ready for release 1.1.2 by Daniel Blankensteiner · 2 years, 10 months ago 1.1.2
  17. caca029 Fix producer message metadata bug and make ready for release 1.1.1 by Daniel Blankensteiner · 2 years, 10 months ago 1.1.1
  18. 7e1c9be Make ready for release 1.1.0 and autogenerate consumer/reader name when not set by the user by Daniel Blankensteiner · 2 years, 10 months ago 1.1.0
  19. acd723d Fix single partition router test (#78) by Zike Yang · 2 years, 10 months ago
  20. c1d45d5 Adding constructors to the message routers by Daniel Blankensteiner · 2 years, 10 months ago
  21. e58d1da Made (partitioned) producer more resilient. by Daniel Blankensteiner · 2 years, 10 months ago
  22. 4f3a24c Deleting the test as it doesn't make sense after the refactoring. by Daniel Blankensteiner · 2 years, 10 months ago
  23. 28150f3 Refactoring partitioned producer. Still work in progress (need more resilience and testing) by Daniel Blankensteiner · 2 years, 10 months ago
  24. d2a3204 Update NuGet packages. Fix warnings. by Daniel Blankensteiner · 2 years, 10 months ago
  25. 3ed77ff [Test] Add integration test (#76) by Zike Yang · 2 years, 10 months ago
  26. 1622e28 Minor cleanup and updated the changelog by Daniel Blankensteiner · 2 years, 10 months ago
  27. 1c0ed27 Minor cleanup and updated NuGet package by Daniel Blankensteiner · 2 years, 10 months ago
  28. 85c2f70 Basic partitioned producer (#71) by Zike Yang · 2 years, 10 months ago
  29. 9cbb1d1 Add csharp_preferred_modifier_order to .editorconfig and fix warnings. Add the changelog and readme files to the solution items. by Daniel Blankensteiner · 2 years, 11 months ago
  30. 147b7f6 Update NuGet packages and add .editorconfig to the VS solution by Daniel Blankensteiner · 2 years, 11 months ago
  31. 346e606 Fixing two bugs. Make ready for 1.0.2 by Daniel Blankensteiner · 3 years ago 1.0.2
  32. 84a56f5 [CI]Fix CI (#72) by Zike Yang · 3 years ago
  33. aa170f9 Update NuGet packages by Daniel Blankensteiner · 3 years ago
  34. 3ea7df4 Make ready for 1.0.1 by Daniel Blankensteiner · 3 years, 1 month ago 1.0.1
  35. 25a458e Fixed issue with producing with schema to non existing topic (#70) by Kristian Andersen · 3 years, 1 month ago
  36. 6950c11 Make ready for 1.0.0 and fix seek problem (broker is sending close command before success) by Daniel Blankensteiner · 3 years, 1 month ago 1.0.0
  37. 6dafa5a Updating the changelog by Daniel Blankensteiner · 3 years, 1 month ago
  38. 475005a Added support for setting the listener name on the client by Daniel Blankensteiner · 3 years, 1 month ago
  39. 77134f3 Updated the changelog by Daniel Blankensteiner · 3 years, 1 month ago
  40. 232cfa2 Updating the changelog by Daniel Blankensteiner · 3 years, 1 month ago
  41. f141fa8 Guard Consumers/Readers and Producers from sending messages that the broker will ignore if it has sent a CommandClose[Producer/Consumer] by Daniel Blankensteiner · 3 years, 1 month ago
  42. 7f45a00 Updated NuGet package and implemented faster enum-based lookup. Twice as fast as switching on the enum. by Daniel Blankensteiner · 3 years, 1 month ago
  43. 42b77f2 Changed Value on Message from property to method. by Daniel Blankensteiner · 3 years, 1 month ago
  44. 9b1bca2 Updating NuGet packages. (Re)Adding tracing. Major refactorings to support schemas. by Daniel Blankensteiner · 3 years, 2 months ago
  45. 814d366 Adding PackageIcon and removing the ReaderChannelFactory by Daniel Blankensteiner · 3 years, 2 months ago
  46. 22ff109 Make ready for 0.11.0 by Daniel Blankensteiner · 3 years, 2 months ago 0.11.0
  47. 2541edf Compression wired up and seems to work. Needs more testing. by Daniel Blankensteiner · 3 years, 2 months ago
  48. cbaa924 Implemented compression using LZ4 (K4os.Compression.LZ4), Snappy (IronSnappy), Zlib (DotNetZip) and Zstd (ZstdNet). Just need to wire it up, test it and create documentation. This will be in the next release. by Daniel Blankensteiner · 3 years, 2 months ago
  49. 5ab2a73 Implementing tracing using the ActivitySource and Activity. This is still work in progress. by Daniel Blankensteiner · 3 years, 2 months ago
  50. 2bd933e Refactoring and moving that can be moved to extension methods. by Daniel Blankensteiner · 3 years, 2 months ago
  51. b1aa6f9 Adding more documentation by Daniel Blankensteiner · 3 years, 2 months ago
  52. 1e1c148 Fixing minor stuff by Daniel Blankensteiner · 3 years, 2 months ago
  53. e055851 Enabling EventSource (counters) for all but .NET Standard 2.0. by Daniel Blankensteiner · 3 years, 2 months ago
  54. d87bc59 Updating NuGet packages by Daniel Blankensteiner · 3 years, 3 months ago
  55. 8f09af7 Make ready for 0.10.1 by Daniel Blankensteiner · 3 years, 4 months ago 0.10.1
  56. 276bd9a Implementing IComparable<MessageId> by Daniel Blankensteiner · 3 years, 4 months ago
  57. 50d5219 Should not throw an exception when disposing a consumer, reader or producer by Daniel Blankensteiner · 3 years, 4 months ago
  58. 4992ff8 Make ready for 0.10.0 by Daniel Blankensteiner · 3 years, 4 months ago 0.10.0
  59. 382c44a Minor cleanup by Daniel Blankensteiner · 3 years, 4 months ago
  60. 83370ce Added GetLastMessageId on the Reader. Fixed reconnection issues when seeking. by Daniel Blankensteiner · 3 years, 4 months ago
  61. 56f4f09 Implementing seeking on the message publish time from both the consumer and reader by Daniel Blankensteiner · 3 years, 4 months ago
  62. 1ec2307 Updating changelog by Daniel Blankensteiner · 3 years, 4 months ago
  63. 1a19c0b Make it easier to read the EventTime and PublishTime as a DateTime on the Message. by Daniel Blankensteiner · 3 years, 4 months ago
  64. 4e20086 Adding new exceptions. by Daniel Blankensteiner · 3 years, 4 months ago
  65. 02a6f31 Upgrading the protobuf-net NuGet package to allow for deserialization of ReadOnlySequences. by Daniel Blankensteiner · 3 years, 5 months ago
  66. 593ab18 Make ready for 0.9.7 by Daniel Blankensteiner · 3 years, 5 months ago 0.9.7
  67. e5c3d26 NetworkStream doesn't buffer data, so to minimize context switches when sending on the socket, we create larger chunks from small 'Memory' segments in the sequence. by Daniel Blankensteiner · 3 years, 5 months ago
  68. 9bd9ec2 Make the default values public. Correct naming. Adding missing ConfigureAwaits. by Daniel Blankensteiner · 3 years, 5 months ago
  69. 3fb2981 Making it easier to create messages for testing. by Daniel Blankensteiner · 3 years, 5 months ago
  70. 710c86d Updating the autogenerated code from the Pulsar API proto file. by Daniel Blankensteiner · 3 years, 5 months ago
  71. 27891d0 Minor performance improvements. Moving to .NET 5. Start using FluentAssertions. by Daniel Blankensteiner · 3 years, 5 months ago
  72. 9650265 Updating Microsoft.NET.Test.Sdk to version 16.8.0 by Daniel Blankensteiner · 3 years, 5 months ago
  73. 6ad1e93 Adding an ActionExceptionHandler for easier sync exception handling. by Daniel Blankensteiner · 3 years, 6 months ago
  74. 3c832e3 Don't wait for shutdown using Console.ReadKey(). Using TaskCOmpletionSource instead. by Daniel Blankensteiner · 3 years, 6 months ago
  75. 54758a9 Make ready for 0.9.6 by Daniel Blankensteiner · 3 years, 6 months ago 0.9.6
  76. 888c201 Determine batching from metadata in ConsumerChannel based on ShouldSerializeNumMessagesInBatch (#63) by Dion Jansen · 3 years, 6 months ago
  77. d8299ad Fixed potential torn reads in EventCounters (#59) by Günther Foidl · 3 years, 6 months ago
  78. 2b9c10d Fix CI (#60) by Aaron Robert · 3 years, 6 months ago
  79. 1bf1072 Simplify the producer channel by Daniel Blankensteiner · 3 years, 7 months ago
  80. eab7815 Update NuGet packages and make ready for 0.9.5 by Daniel Blankensteiner · 3 years, 8 months ago 0.9.5
  81. ad86003 Update AsyncQueue.cs (#54) by Pavel Krupets · 3 years, 8 months ago
  82. 7b1eaf6 Eat errors in SetupChannel (#52) by lee_chrisbell · 3 years, 8 months ago
  83. ac1e228 Update test method names to follow Feature/MethodName_Given[StateUnderTest]_Should[ExpectedBehavior] by Daniel Blankensteiner · 3 years, 8 months ago
  84. 1f4e498 Fix checking MessageId against null throwing NRE (#50) by Tim Corbett · 3 years, 8 months ago
  85. ec90641 Make ready for 0.9.4 by Daniel Blankensteiner · 3 years, 9 months ago 0.9.4
  86. f5a67db Moving SequenceId from the ProducerChannel to the Producer. by Daniel Blankensteiner · 3 years, 10 months ago
  87. a1c4acb Allow for concurrent message production (#23) by Chickenzilla · 3 years, 10 months ago
  88. f86402f Remove locking from the producers, consumers and readers. by Daniel Blankensteiner · 3 years, 10 months ago
  89. 181c7bb Make ready for 0.9.3 by Daniel Blankensteiner · 3 years, 10 months ago 0.9.3
  90. dbb0ebc Improve the documentation by Daniel Blankensteiner · 3 years, 10 months ago
  91. 17f95aa Redeliver unacknowledged messages (#47) by Dion Jansen · 3 years, 10 months ago
  92. 9441ce5 Make ready for 0.9.2 by Daniel Blankensteiner · 3 years, 10 months ago 0.9.2
  93. 05bb554 Dispose channels to ensure the consumer and reader attach to the new queue. by Daniel Blankensteiner · 3 years, 10 months ago
  94. d66d72b Remove stress test from CI (#44) by Aaron Robert · 3 years, 10 months ago
  95. 96f387b Enable CI (#42) by Aaron Robert · 3 years, 10 months ago
  96. c63e741 Make ready for 0.9.1 by Daniel Blankensteiner · 3 years, 10 months ago 0.9.1
  97. 97f8b70 Expose 'RedeliveryCount' as requested in #41 by Daniel Blankensteiner · 3 years, 10 months ago
  98. dff87dd Make ready for 0.9.0 by Daniel Blankensteiner · 3 years, 10 months ago 0.9.0
  99. c8f10fe Added Pulsar Proxy support, now honors ProxyThroughServiceUrl by setting ProxyToBrokerUrl. (#37) by Magne Helleborg · 3 years, 10 months ago
  100. b674205 Changed auth token encoding to match Java client (UTF8) (#38) by Magne Helleborg · 4 years ago