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 fd870c3  Update changelog after 2.11.1 release (#164)
fd870c3 is described below

commit fd870c3d2087aec4bf91cd395e815651199cc072
Author: Kristian Andersen <[email protected]>
AuthorDate: Wed Jul 5 12:43:40 2023 +0200

    Update changelog after 2.11.1 release (#164)
---
 CHANGELOG.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8322fcb..52f962f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,10 +15,15 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/)
 ### Fixed
 
 - Issue preventing readers from correctly going into the `Faulted` state
-- The `Send` extension methods that include `MessageMetadata`, which prevented 
more than two messages from being published on namespaces with deduplication 
enabled
 - Calling `await Send(...)` on a producer did not correctly terminate with an 
exception when a send operation failed (e.g. because the producer faulted)
 - The 'Partition' in 'MessageId' will now be set to the correct partition when 
producing to partitioned topics
 
+## [2.11.1] - 2023-07-05
+
+### Fixed
+
+- Fixed issue with `Send` extension methods that do include `MessageMetadata` 
in the parameter list. The issue prevents more than two messages from being 
published on namespaces where deduplication is enabled.
+
 ## [2.11.0] - 2023-03-13
 
 ### Added

Reply via email to