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 1605a77a Add 0.11.1 change log (#1092)
1605a77a is described below

commit 1605a77aff99ccb58332dbc688a09e52d97990d6
Author: Zike Yang <[email protected]>
AuthorDate: Tue Nov 7 18:52:37 2023 +0800

    Add 0.11.1 change log (#1092)
---
 CHANGELOG.md | 19 +++++++++++++++++++
 VERSION      |  2 +-
 stable.txt   |  2 +-
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1d4839d..d7afe2c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,25 @@
 
 All notable changes to this project will be documented in this file.
 
+[0.11.1] 2023-09-11
+
+- Close consumer resources if the creation fails by @michaeljmarshall in 
[#1070](https://github.com/apache/pulsar-client-go/pull/1070)
+- Fix the transaction acknowledgement and send logic for chunked message by 
@liangyepianzhou in 
[#1069](https://github.com/apache/pulsar-client-go/pull/1069)
+- Correct the `SendAsync()` description by @Gleiphir2769 in 
[#1066](https://github.com/apache/pulsar-client-go/pull/1066)
+- Fix the panic when try to flush in `DisableBatching=true` by @Gleiphir2769 
in [#1065](https://github.com/apache/pulsar-client-go/pull/1065)
+- Fix client reconnected every authenticationRefreshCheckSeconds when using 
tls authentication by @jffp113 in 
[#1062](https://github.com/apache/pulsar-client-go/pull/1062)
+- Send Close Command on Producer/Consumer create timeout by @michaeljmarshall 
in [#1061](https://github.com/apache/pulsar-client-go/pull/1061)
+- Fail all messages that are pending requests when closing by @graysonzeng in 
[#1059](https://github.com/apache/pulsar-client-go/pull/1059)
+- Fix the producer flush opertion is not guarantee to flush all messages by 
@Gleiphir2769 in [#1058](https://github.com/apache/pulsar-client-go/pull/1058)
+- Fix inaccurate producer mem limit in chunking and schema by @Gleiphir2769 in 
[#1055](https://github.com/apache/pulsar-client-go/pull/1055)
+- Fix ctx in `partitionProducer.Send()` is not performing as expected by 
@Gleiphir2769 in [#1053](https://github.com/apache/pulsar-client-go/pull/1053)
+- Stop block request even if Value and Payload are both set by @gunli in 
[#1052](https://github.com/apache/pulsar-client-go/pull/1052)
+- Simplify the flush logic by @gunli in 
[#1049](https://github.com/apache/pulsar-client-go/pull/1049)
+- Check if message is nil by @gunli in 
[#1047](https://github.com/apache/pulsar-client-go/pull/1047)
+- Return when registerSendOrAckOp() failed by @gunli in 
[#1045](https://github.com/apache/pulsar-client-go/pull/1045)
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-go/compare/v0.11.0...v0.11.1-candidate-1
+
 [0.11.0] 2023-07-04
 
 ## Features
diff --git a/VERSION b/VERSION
index 89d00e62..dbf0637b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,3 +1,3 @@
 // This version number refers to the currently released version number
 // Please fix the version when release.
-v0.11.0
+v0.11.1
diff --git a/stable.txt b/stable.txt
index 66c47738..7e38472c 100644
--- a/stable.txt
+++ b/stable.txt
@@ -1,3 +1,3 @@
 // This version number refers to the current stable version, generally is 
`VERSION - 1`.
 // Please fix the version when release.
-v0.11.0
+v0.11.1

Reply via email to