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 cccbe8b Make ready for release 2.10.1
cccbe8b is described below
commit cccbe8b972c4479dcb531a5627c325a61747391f
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Feb 15 10:12:24 2023 +0100
Make ready for release 2.10.1
---
CHANGELOG.md | 6 ++++++
samples/Processing/Processing.csproj | 2 +-
src/DotPulsar/DotPulsar.csproj | 8 ++++----
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 4 ++--
4 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 271fc41..3047925 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ 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.0.0/) and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.10.1] - 2023-02-15
+
+### Fixed
+
+- Fixed a memory leak introduced in 2.8.0 with internal rewrite of producer
functionality
+
## [2.10.0] - 2023-01-31
### Added
diff --git a/samples/Processing/Processing.csproj
b/samples/Processing/Processing.csproj
index 943908b..7933858 100644
--- a/samples/Processing/Processing.csproj
+++ b/samples/Processing/Processing.csproj
@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
</ItemGroup>
<ItemGroup>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 233698d..df79275 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks>
- <Version>2.10.0</Version>
+ <Version>2.10.1</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Authors>ApachePulsar,DanskeCommodities,dblank</Authors>
@@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="HashDepot" Version="2.0.3" />
- <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="7.0.2" />
+ <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="7.0.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"
PrivateAssets="All" />
<PackageReference Include="protobuf-net" Version="3.1.33" />
<PackageReference Include="System.IO.Pipelines" Version="7.0.0" />
@@ -32,11 +32,11 @@
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0"
/>
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="7.0.0" />
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="7.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
- <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="7.0.0" />
+ <PackageReference Include="System.Diagnostics.DiagnosticSource"
Version="7.0.1" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index d40da22..71b8ed2 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
@@ -10,7 +10,7 @@
<PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="Ductus.FluentDocker" Version="2.10.59" />
- <PackageReference Include="FluentAssertions" Version="6.9.0" />
+ <PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="IronSnappy" Version="1.3.1" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.5" />
<PackageReference Include="NSubstitute" Version="4.4.0" />