momo-jun commented on code in PR #997: URL: https://github.com/apache/pulsar-client-go/pull/997#discussion_r1155419396
########## 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 +* Support consumer event listener by @labuladong in https://github.com/apache/pulsar-client-go/pull/904 +* Allow CustomProperties when sending message for retry by @ngoyal16 in https://github.com/apache/pulsar-client-go/pull/916 +* Support batch index ACK by @BewareMyPower in https://github.com/apache/pulsar-client-go/pull/938 +* Support Exclusive Producer access mode. by @shibd in https://github.com/apache/pulsar-client-go/pull/944 +* Add transactionCoordinatorClient by @liangyepianzhou in https://github.com/apache/pulsar-client-go/pull/953 +* Support memory limit for producer. by @shibd in https://github.com/apache/pulsar-client-go/pull/955 +* Support grouping ACK requests by time and size by @BewareMyPower in https://github.com/apache/pulsar-client-go/pull/957 +* Support WaitForExclusive producer access mode. by @shibd in https://github.com/apache/pulsar-client-go/pull/958 +* Support Copper Argos in the Athenz auth provider by @massakam in https://github.com/apache/pulsar-client-go/pull/960 +* Support auto release idle connections by @RobertIndie in https://github.com/apache/pulsar-client-go/pull/963 +* Support batch index ACK and max number of messages in batch by @BewareMyPower in https://github.com/apache/pulsar-client-go/pull/967 +* Support auto scaled consumer receiver queue by @Gleiphir2769 in https://github.com/apache/pulsar-client-go/pull/976 +* Implement transactionImpl by @liangyepianzhou in https://github.com/apache/pulsar-client-go/pull/984 +* Expose the chunk config of consumer to the reader by @CrazyCollin in https://github.com/apache/pulsar-client-go/pull/987 +* Support consumer client memory limit by @Gleiphir2769 in https://github.com/apache/pulsar-client-go/pull/991 + + +## Improve +* Nack the message in dlqrouter when send errors by @leizhiyuan in https://github.com/apache/pulsar-client-go/pull/592 +* Fix tls for certificate that does not include IP SANS, save hostname before switching to physical addr by @dinghram in https://github.com/apache/pulsar-client-go/pull/812 Review Comment: ```suggestion * Fix TLS certificates that do not include IP SANS, save hostname before switching to a physical address by @dinghram in https://github.com/apache/pulsar-client-go/pull/812 ``` -- 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]
