Skip to content

Releases: apache/pulsar-dotpulsar

5.3.0

23 Mar 14:17

Choose a tag to compare

Added

  • Basic (username + password) authentication using AuthenticationFactory.Basic

Changed

  • Updated the Microsoft.Extensions.ObjectPool dependency from version 8.0.24 to 8.0.25 for .NET 8
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 9.0.13 to 9.0.14 for .NET 9
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 10.0.3 to 10.0.5 for .NET 10 and .NET Standard 2.X
  • Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.3 to 10.0.5 for .NET Standard 2.0
  • Updated the System.Collections.Immutable from version 10.0.3 to 10.0.5 for .NET Standard 2.0 and 2.1
  • Updated the System.Diagnostics.DiagnosticSource dependency from version 10.0.3 to 10.0.5 for .NET Standard 2.0 and 2.1
  • Updated the System.IO.Pipelines dependency from version 10.0.3 to 10.0.5 for .NET Standard 2.0 and 2.1
  • Calling PulsarClient.CreateProducer with MaxPendingMessages set to 0 will now throw a ConfigurationException

5.3.0-rc.1

19 Mar 08:44

Choose a tag to compare

5.3.0-rc.1 Pre-release
Pre-release

Added

  • Basic (username + password) authentication using AuthenticationFactory.Basic

Changed

  • Updated the Microsoft.Extensions.ObjectPool dependency from version 8.0.24 to 8.0.25 for .NET 8
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 9.0.13 to 9.0.14 for .NET 9
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 10.0.3 to 10.0.5 for .NET 10 and .NET Standard 2.X
  • Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.3 to 10.0.5 for .NET Standard 2.0
  • Updated the System.Collections.Immutable from version 10.0.3 to 10.0.5 for .NET Standard 2.0 and 2.1
  • Updated the System.Diagnostics.DiagnosticSource dependency from version 10.0.3 to 10.0.5 for .NET Standard 2.0 and 2.1
  • Updated the System.IO.Pipelines dependency from version 10.0.3 to 10.0.5 for .NET Standard 2.0 and 2.1

5.2.2

05 Mar 07:23

Choose a tag to compare

Changed

  • Updated the Google.Protobuf dependency from version 3.33.5 to 3.34.0

Fixed

  • Fixed Schema.Json<T>() generating empty schema definition

5.2.2-rc.1

02 Mar 09:10

Choose a tag to compare

5.2.2-rc.1 Pre-release
Pre-release

Changed

  • Updated the Google.Protobuf dependency from version 3.33.5 to 3.34.0

Fixed

  • Fixed Schema.Json<T>() generating empty schema definition

5.2.1

26 Feb 11:29

Choose a tag to compare

Fixed

  • Fixed issue where a producer reconnects and could get ProducerSendReceiptOrderingException in SubProducer.ProcessReceipt

5.2.1-rc.1

25 Feb 12:48

Choose a tag to compare

5.2.1-rc.1 Pre-release
Pre-release

Fixed

  • Fixed issue where a producer reconnects and could get ProducerSendReceiptOrderingException in SubProducer.ProcessReceipt

5.2.0

16 Feb 09:16

Choose a tag to compare

Added

  • System.Text.Json added as a dependency for .NET Standard 2.0 and 2.1 (for use in the new JSON schema support)
  • Support for JSON schema with System.Text.Json
  • Support for Protobuf schema with Google.Protobuf

Changed

  • Updated the Microsoft.Extensions.ObjectPool dependency from version 8.0.23 to 8.0.24 for .NET 8
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 9.0.12 to 9.0.13 for .NET 9
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 10.0.2 to 10.0.3 for .NET 10 and .NET Standard 2.X
  • Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.2 to 10.0.3 for .NET Standard 2.0
  • Updated the System.Collections.Immutable from version 10.0.2 to 10.0.3 for .NET Standard 2.0 and 2.1
  • Updated the System.Diagnostics.DiagnosticSource dependency from version 10.0.2 to 10.0.3 for .NET Standard 2.0 and 2.1
  • Updated the System.IO.Pipelines dependency from version 10.0.2 to 10.0.3 for .NET Standard 2.0 and 2.1

5.2.0-rc.1

11 Feb 11:13

Choose a tag to compare

5.2.0-rc.1 Pre-release
Pre-release

Added

  • System.Text.Json added as a dependency for .NET Standard 2.0 and 2.1 (for use in the new JSON and Protobuf schema support)
  • Support for JSON schema with System.Text.Json
  • Support for Protobuf schema with Google.Protobuf

Changed

  • Updated the Microsoft.Extensions.ObjectPool dependency from version 8.0.23 to 8.0.24 for .NET 8
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 9.0.12 to 9.0.13 for .NET 9
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 10.0.2 to 10.0.3 for .NET 10 and .NET Standard 2.X
  • Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.2 to 10.0.3 for .NET Standard 2.0
  • Updated the System.Collections.Immutable from version 10.0.2 to 10.0.3 for .NET Standard 2.0 and 2.1
  • Updated the System.Diagnostics.DiagnosticSource dependency from version 10.0.2 to 10.0.3 for .NET Standard 2.0 and 2.1
  • Updated the System.IO.Pipelines dependency from version 10.0.2 to 10.0.3 for .NET Standard 2.0 and 2.1

5.1.2

02 Feb 09:24

Choose a tag to compare

Changed

  • Updated the Google.Protobuf dependency from version 3.33.2 to 3.33.5
  • Downgraded the Microsoft.Extensions.ObjectPool dependency from version 10.0.1 to 8.0.23 for .NET 8
  • Downgraded the Microsoft.Extensions.ObjectPool dependency from version 10.0.1 to 9.0.12 for .NET 9
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 10.0.1 to 10.0.2 for .NET 10 and .NET Standard 2.X
  • Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.1 to 10.0.2 for .NET Standard 2.0
  • Updated the System.Collections.Immutable from version 10.0.1 to 10.0.2 for .NET Standard 2.0 and 2.1
  • Updated the System.Diagnostics.DiagnosticSource dependency from version 10.0.1 to 10.0.2 for .NET Standard 2.0 and 2.1
  • Downgraded the System.IO.Pipelines dependency from version 10.0.1 to 8.0.0 for .NET 8
  • Updated the System.IO.Pipelines dependency from version 10.0.1 to 10.0.2 for .NET Standard 2.0 and 2.1

5.1.2-rc.1

30 Jan 11:49

Choose a tag to compare

5.1.2-rc.1 Pre-release
Pre-release

Changed

  • Updated the Google.Protobuf dependency from version 3.33.2 to 3.33.5
  • Downgraded the Microsoft.Extensions.ObjectPool dependency from version 10.0.1 to 8.0.23 for .NET 8
  • Downgraded the Microsoft.Extensions.ObjectPool dependency from version 10.0.1 to 9.0.12 for .NET 9
  • Updated the Microsoft.Extensions.ObjectPool dependency from version 10.0.1 to 10.0.2 for .NET 10 and .NET Standard 2.X
  • Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.1 to 10.0.2 for .NET Standard 2.0
  • Updated the System.Collections.Immutable from version 10.0.1 to 10.0.2 for .NET Standard 2.0 and 2.1
  • Updated the System.Diagnostics.DiagnosticSource dependency from version 10.0.1 to 10.0.2 for .NET Standard 2.0 and 2.1
  • Downgraded the System.IO.Pipelines dependency from version 10.0.1 to 8.0.0 for .NET 8
  • Updated the System.IO.Pipelines dependency from version 10.0.1 to 10.0.2 for .NET Standard 2.0 and 2.1