momo-jun commented on code in PR #997: URL: https://github.com/apache/pulsar-client-go/pull/997#discussion_r1155416235
########## CHANGELOG.md: ########## @@ -23,6 +23,92 @@ All notable changes to this project will be documented in this file. +[0.10.0] 2023-03-27 + +## Feature +* Support chunking for big messages. by @Gleiphir2769 in https://github.com/apache/pulsar-client-go/pull/805 +* Add BackoffPolicy to `reader` and improve test case by @labuladong in https://github.com/apache/pulsar-client-go/pull/889 +* Support cumulative acknowledge by @Gleiphir2769 in https://github.com/apache/pulsar-client-go/pull/903 Review Comment: ```suggestion * Support cumulative acknowledgment by @Gleiphir2769 in https://github.com/apache/pulsar-client-go/pull/903 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
