CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 15:49:19 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"f59149d8984fbba4a14e7b7f17433798"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=6evevbEgTiVYpWbv4PQirBxIBMhQzZAq79V6RrEokJD31EqCTW01bx6K%2FeaWjfM3HT9Wk%2BQ5pNpha%2BlWNIJKfdSDL5VW0JtalGbXlRby79vyphTKdS392gZEYrE5orvIIFjFc1AF7dql1hxBRG6ileR4a%2B6%2BCKY3O%2FRFHdiUUaSnL6qX5LNJDW%2FN3Nlni9muyjRM%2Fd3GI%2BpxPKZVZkqsV3aUR3oM%2FI1v%2BuejH6PyGphEQV2rEtxdSCmIaSPTPL4A7oPaQKCmRex0gGHHwqPvqQ%3D%3D--%2Bj2vWnEbr%2FSzu5ds--oMkg1YE4Cp6Wq6sNu49iXQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.293820171.1753112959; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:49:19 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:49:19 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9A2E:2AFEEF:95972:AEEA2:687E617F
Release rocketmq-client-cpp-2.0.0 · apache/rocketmq-client-cpp · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 167
rocketmq-client-cpp-2.0.0
Compare
This release is a major upgrade, mainly including native support for namespace Settings and support for the v2 version of the RocketMQ protocol. The stability of the core is further improved.
New Future:
- ISSUE-207 feat(namespace): add namespace support.
- ISSUE-225 feat(protocol): try to use command v2 to send messages.
- ISSUE-235 feat(interface): remove boost in header file and examples.
- ISSUE-238 feat(package): add rpm build and dpkg build script.
Improvement:
- ISSUE-206 refactor(rebalance): use smart_ptr to manage pullrequest and refactor rebalancing process.
- ISSUE-214 test(unittest): refactor some unitests.
- ISSUE-222 refactor(client): add timer to clean the offline brokers and and test case for it.
- ISSUE-227 refactor(memleak): remove mem leak in the factory schedule task.
- ISSUE-230 feat(version): add maxConsumerTimes to support higher client version.
- ISSUE-232 feat(callback): use start pointer to manager callbacks.
- ISSUE-233 refactor(consumer): remove event if consumer service shutdown.
- ISSUE-236 style(apis): remove unnessary comments in the CPP head files.
Bug:
- ISSUE #209 fix(consumer): fix the issue that message will be lost if sent back to broker failed.
- ISSUE #210 fix(consumer): the message was sent back to broker error when it be consumed failed.
- ISSUE #213 fix(producer): fix the issue that it will coredump in DestroyProducer function when the producer shutdown.
- ISSUE #220 chore(notice): update the year to 2020 in notice file.
- ISSUE #223 style(protocol): remove unnessary printing in the protocol decode file and add some test cases for it.
- ISSUE #228 feat(libevent): update libevent to v2.1.11 to avoid get mutex time out.
- ISSUE #237 fix(build): fix variable in build script.
Assets 7
You can’t perform that action at this time.