This is an automated email from the ASF dual-hosted git repository.

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 2df4927  Updated NuGet package, changelog, and make ready for release 
4.3.0
2df4927 is described below

commit 2df4927bcb705bc3adc923cfa96930ac57604412
Author: Daniel Blankensteiner <d...@vmail.dk>
AuthorDate: Wed Jun 4 10:10:46 2025 +0200

    Updated NuGet package, changelog, and make ready for release 4.3.0
---
 CHANGELOG.md                                 | 10 ++++++++++
 tests/DotPulsar.Tests/DotPulsar.Tests.csproj |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9ca8f5..a4e4ffd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this 
file.
 
 The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to 
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [4.3.0-rc1] - 2025-06-04
+
+### Added
+
+- Support for AllowOutOfOrderDelivery on KeyShared subscriptions
+
+### Fixed
+
+- Issue where calling Receive in some circumstances would trigger a flow 
command and thereby increasing permits
+
 ## [4.2.4] - 2025-05-14
 
 ### Changed
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj 
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 564fbf3..e970c58 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -24,7 +24,7 @@
     </PackageReference>
     <PackageReference Include="IronSnappy" Version="1.3.1" />
     <PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
     <PackageReference Include="NSubstitute" Version="5.3.0" />
     <PackageReference Include="Shouldly" Version="4.3.0" />
     <PackageReference Include="Testcontainers.Pulsar" Version="4.4.0" />

Reply via email to