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 6ec55dd  Make ready for release 4.1.0
6ec55dd is described below

commit 6ec55dd8c452a03d7b52776ec46b44357137acea
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Feb 3 11:44:17 2025 +0100

    Make ready for release 4.1.0
---
 CHANGELOG.md                                 | 2 +-
 README.md                                    | 3 ++-
 tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e7c0b2..aab321b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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).
 
-## [Unreleased]
+## [4.1.0-rc.1] - 2025-02-03
 
 ### Added
 
diff --git a/README.md b/README.md
index d704036..6220227 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# DotPulsar
+# DotPulsar
 
 ![CI - 
Unit](https://github.com/apache/pulsar-dotpulsar/workflows/CI%20-%20Unit/badge.svg)
 
@@ -59,6 +59,7 @@ For a more in-depth tour of the API, please visit the 
[Wiki](https://github.com/
 - [X] Producer - partitioned topics
 - [X] Consumer - subscription with initial position and priority level
 - [X] Consumer - subscription types exclusive, shared, failover, and key shared
+- [X] Consumer - multi-topic subscriptions
 - [X] Consumer - receive and single + cumulative acknowledge
 - [X] Consumer/Reader - seek on message-id and publish time
 - [X] Consumer - unsubscribe
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj 
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index ea8579e..59ed87c 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -5,7 +5,7 @@
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <IsPackable>false</IsPackable>
-    <NoWarn>CA2012</NoWarn>
+    <NoWarn>SYSLIB1045,CA2012</NoWarn>
   </PropertyGroup>
 
   <ItemGroup>

Reply via email to