Hi all,

Currently, we have found several regression bugs introduced in 0.10.0
and 0.11.0.

Here are the bug-fix PRs for them:
- https://github.com/apache/pulsar-client-go/pull/1052 fixes a
blocking issue when publishing a message with Value and Payload both
set. The bug was introduced by
https://github.com/apache/pulsar-client-go/pull/805 in v0.10.0
- https://github.com/apache/pulsar-client-go/pull/1055 fixes
inaccurate producer memory limit issue . This bug was introduced by
https://github.com/apache/pulsar-client-go/pull/955 in v0.10.0.
Although it's introduced by the new feature, it may affect the
existing behavior.
- https://github.com/apache/pulsar-client-go/pull/1034 and
https://github.com/apache/pulsar-client-go/pull/1015 fix message
metadata not be set correctly issue introduced by
https://github.com/apache/pulsar-client-go/pull/805 in v0.10.0. These
fixes have already been included in v0.11.0
- https://github.com/apache/pulsar-client-go/pull/1058 fixes flush
operation cannot guarantee to flush all messages. This bug is
introduced by https://github.com/apache/pulsar-client-go/pull/1029 in
v0.11.0

I would like to propose releasing the Pulsar Go client 0.10.1 and
0.11.1 to release these regression bug fixes.

Please let me know if you have any PRs that need to be included in
v0.10.1 and v0.11.1.

Special thanks to @gunli and @Jiaqi Shen for helping to fix these
regression issues!

Thanks,
Zike Yang

Reply via email to