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 5d83b52 Make ready for release 5.2.1
5d83b52 is described below
commit 5d83b5270b1125845de4a612dac5d6b4c06c7021
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Feb 25 13:46:56 2026 +0100
Make ready for release 5.2.1
---
CHANGELOG.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ded8caf..3572bfd 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.1.0/) and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [5.2.1-rc.1] - 2026-02-25
+
+### Fixed
+
+- Fixed issue where a producer reconnects and could get
ProducerSendReceiptOrderingException in SubProducer.ProcessReceipt
+
## [5.2.0] - 2026-02-16
### Added