Skip to content

Commit 8ff27ae

Browse files
authored
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
1 parent 8465c55 commit 8ff27ae

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,31 @@
2323

2424
All notable changes to this project will be documented in this file.
2525

26+
[0.3.0] 2020-11-11
27+
28+
## Feature
29+
30+
* Support retry letter topic in Go client, see [PR-359](https://github.com/apache/pulsar-client-go/pull/359).
31+
* Support limit the retry number of reconnectToBroker, see [PR-360](https://github.com/apache/pulsar-client-go/pull/360).
32+
* Support key shared policy in Go client, see [PR-363](https://github.com/apache/pulsar-client-go/pull/363).
33+
* Add schema logic in producer and consumer, see [PR-368](https://github.com/apache/pulsar-client-go/pull/368).
34+
35+
36+
## Improve
37+
38+
* Fix panic on receiverQueueSize set to `-1`, see [PR-361](https://github.com/apache/pulsar-client-go/pull/361).
39+
* Fix may lead to panic test case, see [PR-369](https://github.com/apache/pulsar-client-go/pull/369).
40+
* Send delay message individually even batching is enabled, see [PR-372](https://github.com/apache/pulsar-client-go/pull/372).
41+
* Fixed buffer resize when writing request on connection, see [PR-374](https://github.com/apache/pulsar-client-go/pull/374).
42+
* Fixed deadlock in DLQ ack processing, see [PR-375](https://github.com/apache/pulsar-client-go/pull/375).
43+
* Fix deadlock when connection closed, see [PR-376](https://github.com/apache/pulsar-client-go/pull/376).
44+
* Fix producer deadlock after write failure, see [PR-378](https://github.com/apache/pulsar-client-go/pull/378).
45+
* Fix maxMessageSize not effective even if aligned with broker, see [PR-381](https://github.com/apache/pulsar-client-go/pull/381).
46+
* Update default router to switch partition on all batching thresholds, see [PR-383](https://github.com/apache/pulsar-client-go/pull/383).
47+
* Replaced `github.com/DataDog/zstd` with `github.com/datadog/zstd`, see [PR-385](https://github.com/apache/pulsar-client-go/pull/385).
48+
* Fix retry policy not effective with non-FQDN topics, see [PR-386](https://github.com/apache/pulsar-client-go/pull/386).
49+
50+
2651
[0.2.0] 2020-08-28
2752

2853
## Feature

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This version number refers to the currently released version number
22
// Please fix the version when release.
3-
v0.2.0
3+
v0.3.0

stable.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This version number refers to the current stable version, generally is `VERSION - 1`.
22
// Please fix the version when release.
3-
v0.2.0
3+
v0.3.0

0 commit comments

Comments
 (0)