Skip to content

Releases: apache/pulsar-dotpulsar

DotPulsar 3.1.0

28 Nov 08:24
f905d98
Compare
Choose a tag to compare

Added

  • .NET 8 added as a target framework

Changed

  • Updated the Microsoft.Extensions.ObjectPool dependency from version 7.0.11 to 8.0.0
  • Updated the System.IO.Pipelines dependency from version 7.0.0 to 8.0.0

Fixed

  • A race condition could cause a hang when trying to dispose a client
  • A race condition could cause a producer, consumer, or reader to never exit the disconnected state

Removed

  • The 'GetLastMessageId' method on IReader and IConsumer has been removed. Use 'GetLastMessageIds' instead
  • The 'AuthenticateUsingToken' method on IPulsarClientBuilder has been removed. Use Authentication(AuthenticationFactory.Token(...)) instead

Release 3.1.0-rc.1

17 Nov 11:58
f905d98
Compare
Choose a tag to compare
Release 3.1.0-rc.1 Pre-release
Pre-release

Added

  • .NET 8 added as a target framework

Changed

  • Updated the Microsoft.Extensions.ObjectPool dependency from version 7.0.11 to 8.0.0
  • Updated the System.IO.Pipelines dependency from version 7.0.0 to 8.0.0

Fixed

  • A race condition could cause a hang when trying to dispose a client
  • A race condition could cause a producer, consumer, or reader to never exit the disconnected state

Removed

  • The 'GetLastMessageId' method on IReader and IConsumer has been removed. Use 'GetLastMessageIds' instead
  • The 'AuthenticateUsingToken' method on IPulsarClientBuilder has been removed. Use Authentication(AuthenticationFactory.Token(...)) instead