You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2021/10/14 07:02:56 UTC

[rocketmq-client-cpp] branch main created (now 2b9aafb)

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git.


      at 2b9aafb  Install bazel from official repository

This branch includes the following new commits:

     new 77306f3  Initial commit
     new e2551fa  Fix RetrySendCallback member naming
     new f0cbcf7  Create main.yml
     new d73199c  Set bazel version for github action
     new 4e00482  Fix deps issue for //src/test/cpp/it:it_topic_publish_info
     new 4cb2d48  Add sha256 for absl and protobuf
     new 2b4fbdd  Use bazel-remote
     new 373c45a  Remove ConfigFileCredentialsProvider unit test for now
     new c25b33a  Add build badge
     new fb4ea7d  Generate coverage
     new 3554732  Add script to calculate coverage
     new e233600  Run coverage in CI
     new 02aa5e7  Fix compile issue
     new e457895  Run ci for develop branch
     new d10862f  Use secrets to access bazel remote cache
     new a1bce20  1. Refactor to use async mechanism internally 2. Minimize third-party dependencies
     new 937200c  Add send function with message_group argument
     new 597d312  Add STS credentials provider
     new 6a04948  Support FIFO message pub/sub (#5)
     new bc3a7e9  STS bears Security Token header when making requests (#6)
     new 36891e8  Use macro when declaring namespace
     new 5b518a5  Create LICENSE
     new 71422e0  Remove unused file
     new 3d1927e  Remove bazel remote cache
     new 2b26470  Add unit test for HostInfo
     new 2fdd390  Debug MessageTest
     new 6ef43ca  BugFix: fix MQMessage
     new 67b53ed  Improve unit test coverage for base module (#7)
     new 0a4ff04  Improve unit test coverage for client module (#8)
     new 8ee91d7  Enhance coverage of the rocketmq module (#9)
     new dd1becc  Add unit test for InvocationContext.h
     new 36be701  Add trival unit test
     new a977afa  Add unit test for PullConsumerImpl (#10)
     new 5ec9131  Add more unit tests for PullConsumerImpl
     new 72d4f0b  Add more tests for PullConsumerImpl
     new 4174095  Add unit test for ClientImpl (#11)
     new 89278ae  BugFix: Fix ProcessQueue#filterExpression issue
     new bcc418e  Improvement: use absl::optional where it makes sense
     new f0a8c65  Remove unused files
     new a7d92e2  Specify coverage html directory
     new f099c0e  Prefix unique ID with version
     new 6c8ade3  Add unit tests for log module (#12)
     new 77fdd16  Update proto files
     new eded8ea  Fix CMakeLists.txt
     new 22ce81a  Fix CMakeLists.txt and bazel 3rd party deps (#13)
     new e74408a  Support tracing (#14)
     new da3e1db  Remove unused third party libraries
     new d10f5ba  Remove unused third party libraries
     new a06a84d  Minor fix while debug
     new 6f2832a  Fetch topic route with name server list attached (#15)
     new cc64cc3  Adjust logging
     new a94d193  Test async producer example
     new 0d46de7  Sync consumer (#16)
     new 59fe254  Update CMakeLists.txt
     new 7e131dc  Notify client termination (#17)
     new 27af767  Make code compile on Windows (#18)
     new a7e7625  Add cpp_httplib-based http-client (#19)
     new 7d96cb1  Delete unused includes
     new df89fc3  Name server resolver (#20)
     new 64388fa  Fix logging
     new e87b7a2  Fix logging
     new 3222428  Polish log
     new 74ca811  Log error details to console
     new c34e620  Use multiple runner
     new 9f0e46d  Test support of multiple runners
     new de37bcf  Revert runs-on
     new c7a6cdd  Fix Transactional Message Bugs (#21)
     new 2c1969d  Fix unit tests
     new 6cebe54  Expose message-id and transaction-id out of Transaction
     new 600cb66  Fix group_name issue and virtual inheritance issue (#22)
     new cf6c141  Fix include order
     new 9540691  Unify API
     new c99d515  Improve Error Handling (#23)
     new 3cb0274  Improve error handling of NotifyClientTermination
     new 59c9878  BugFix: Add signature
     new a4338df  BugFix: fix pull-message missing signature metadata
     new bb236ce  Guard io_context#run with try-catch
     new b59fb68  Make exceptions into account for Scheduler and thread-pool
     new 0e35529  Fix order consumer (#24)
     new a89a937  Polish code
     new 4baf865  Broadcasting (#25)
     new ee9120e  Set gRPC max message size
     new 7e764b6  Log RPC latency
     new 1c7474b  Change ReceiveMessageResponse to trace
     new ee61a08  Fix log level
     new ffdab29  Trim response-text in log interceptor
     new f19a237  Use latest protocol definition (#26)
     new 8eeb232  Configure Keep-alive ping and disable client retries (#27)
     new 9bd65be  BugFix: fix DEBUG enum item and macro collision
     new 51ff3c1  Set default logger level
     new 7354d7a  Add sha256 for asio and httplib
     new 8ecf035  Use latest protocol specification
     new fdac606  Fix unit tests
     new a03788c  Add unit test for remoting protocol
     new 42762d0  Fix compile warning
     new 332f2e8  Adapt to protocol v1.0-alpha1 (#29)
     new 3dc6ee8  Set group when end-transaction
     new 2b9aafb  Install bazel from official repository

The 98 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.