This is an automated email from the ASF dual-hosted git repository.
zike pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 3935fd7b Add change log for 0.12.1 (#1189)
3935fd7b is described below
commit 3935fd7b1efe0afe7643fdcc5687559a4d00a40b
Author: Zike Yang <[email protected]>
AuthorDate: Sat Mar 9 13:33:30 2024 +0800
Add change log for 0.12.1 (#1189)
### Motivation
Add 0.12.1 change log
---
CHANGELOG.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a4c81cb..f25de209 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,15 @@
All notable changes to this project will be documented in this file.
+[0.12.1] 2024-02-29
+
+- [fix] Fix Infinite Loop in Reader's `HasNext` Function by @RobertIndie in
[#1182](https://github.com/apache/pulsar-client-go/pull/1182)
+- [fix] Fix available permits in MessageReceived by @panszobe in
[#1181](https://github.com/apache/pulsar-client-go/pull/1181)
+- [feat] Support partitioned topic reader by @RobertIndie in
[#1178](https://github.com/apache/pulsar-client-go/pull/1178)
+- [fix] Fix BytesSchema by @petermnhull in
[#1173](https://github.com/apache/pulsar-client-go/pull/1173)
+- [fix] Respect context cancellation in Flush by @jayshrivastava in
[#1165](https://github.com/apache/pulsar-client-go/pull/1165)
+- [fix] Fix SIGSEGV with zstd compression enabled by @RobertIndie in
[#1164](https://github.com/apache/pulsar-client-go/pull/1164)
+
[0.12.0] 2024-01-10
## What's Changed