|
23 | 23 |
|
24 | 24 | All notable changes to this project will be documented in this file.
|
25 | 25 |
|
| 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 | + |
26 | 51 | [0.2.0] 2020-08-28
|
27 | 52 |
|
28 | 53 | ## Feature
|
|
0 commit comments