This is an automated email from the ASF dual-hosted git repository.
rxl 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 8ff27ae Update changelogs for 0.3.0 (#388)
8ff27ae is described below
commit 8ff27aec4c7fadb81573add63429618d0dd5f522
Author: xiaolong ran <[email protected]>
AuthorDate: Mon Nov 16 17:06:49 2020 +0800
Update changelogs for 0.3.0 (#388)
Signed-off-by: xiaolong.ran <[email protected]>
### Motivation
Update changelog for 0.3.0 release
### Modifications
- Update changelog
- Update `VERSION` file
- Update `statble.txt` file
---
CHANGELOG.md | 25 +++++++++++++++++++++++++
VERSION | 2 +-
stable.txt | 2 +-
3 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de24c53..025fe85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,31 @@
All notable changes to this project will be documented in this file.
+[0.3.0] 2020-11-11
+
+## Feature
+
+* Support retry letter topic in Go client, see
[PR-359](https://github.com/apache/pulsar-client-go/pull/359).
+* Support limit the retry number of reconnectToBroker, see
[PR-360](https://github.com/apache/pulsar-client-go/pull/360).
+* Support key shared policy in Go client, see
[PR-363](https://github.com/apache/pulsar-client-go/pull/363).
+* Add schema logic in producer and consumer, see
[PR-368](https://github.com/apache/pulsar-client-go/pull/368).
+
+
+## Improve
+
+* Fix panic on receiverQueueSize set to `-1`, see
[PR-361](https://github.com/apache/pulsar-client-go/pull/361).
+* Fix may lead to panic test case, see
[PR-369](https://github.com/apache/pulsar-client-go/pull/369).
+* Send delay message individually even batching is enabled, see
[PR-372](https://github.com/apache/pulsar-client-go/pull/372).
+* Fixed buffer resize when writing request on connection, see
[PR-374](https://github.com/apache/pulsar-client-go/pull/374).
+* Fixed deadlock in DLQ ack processing, see
[PR-375](https://github.com/apache/pulsar-client-go/pull/375).
+* Fix deadlock when connection closed, see
[PR-376](https://github.com/apache/pulsar-client-go/pull/376).
+* Fix producer deadlock after write failure, see
[PR-378](https://github.com/apache/pulsar-client-go/pull/378).
+* Fix maxMessageSize not effective even if aligned with broker, see
[PR-381](https://github.com/apache/pulsar-client-go/pull/381).
+* Update default router to switch partition on all batching thresholds, see
[PR-383](https://github.com/apache/pulsar-client-go/pull/383).
+* Replaced `github.com/DataDog/zstd` with `github.com/datadog/zstd`, see
[PR-385](https://github.com/apache/pulsar-client-go/pull/385).
+* Fix retry policy not effective with non-FQDN topics, see
[PR-386](https://github.com/apache/pulsar-client-go/pull/386).
+
+
[0.2.0] 2020-08-28
## Feature
diff --git a/VERSION b/VERSION
index 68881cb..f8da4e1 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.2.0
+v0.3.0
diff --git a/stable.txt b/stable.txt
index e4b52dc..35d1e9e 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.2.0
+v0.3.0