1. 78a347e [rust]sync topic route every 30 seconds (#719) by Qiping Luo · 2 weeks ago master
  2. 8f16d83 [ISSUE #726] Add test module to provide integration test for java client (#727) by Zhouxiang Zhan · 4 weeks ago
  3. 0149785 [rust] check route equality and keep existing route in case failure to query route from remote (#710) by Qiping Luo · 6 weeks ago
  4. 79fcd01 Optimize the performance of the Hash algorithm and reduce allocations. (#690) by InCerryGit · 6 weeks ago
  5. efe006e [rust] remove is_started condition check because telemetry_command_tx is suffice to tell (#711) by Qiping Luo · 8 weeks ago
  6. fe3805c Fix grpc status equals (#709) by Liu Shengzhong · 8 weeks ago
  7. 3036b04 修复获取网卡物理地址的问题 (#704) by SDuo · 9 weeks ago
  8. 430ed16 [rust]sync client settings periodically (#691) by Qiping Luo · 9 weeks ago
  9. 95a8863 publish first release 1.0.0 (#673) by tiger lee · 10 weeks ago
  10. 74f3aec [ISSUE #688] Add information about transaction Source on endTransaction Request (#689) by Jixiang Jin · 3 months ago
  11. 1080874 Revert "Update .asf.yaml to enable merge java_release_5.0.6 (#686)" (#687) by Zhouxiang Zhan · 3 months ago cpp-5.0.1
  12. 5bd9b4f Merge pull request #674 from apache/java_release_5.0.6 by rongtong · 3 months ago
  13. 79582e4 Update .asf.yaml to enable merge java_release_5.0.6 (#686) by Zhouxiang Zhan · 3 months ago
  14. 80d9c07 [ISSUE #679] Fix judgment of topic route equality and optimize loadBalancer (#680) by Liu Shengzhong · 3 months ago
  15. 2eedee0 [rust] support handling settings command in Producer (#682) by Qiping Luo · 3 months ago
  16. 0f38c07 fix(nodejs): send heart beats every 10 seconds (#677) by fengmk2 · 4 months ago
  17. 65b70ed [rust]support message type check on rust client (#658) by Qiping Luo · 4 months ago
  18. 203ec75 [maven-release-plugin] prepare for next development iteration by tigerlee · 4 months ago
  19. 5ea91c3 [maven-release-plugin] prepare release java-5.0.6 by tigerlee · 4 months ago java-5.0.6
  20. 9004405 [ISSUE #660] Add namespace in metadata (#671) by Zhouxiang Zhan · 4 months ago
  21. 0aaf9f9 [ISSUE #660] Add namespace in java client (#661) by Zhouxiang Zhan · 4 months ago golang/v5.1.0-rc.1
  22. 2d3cdf7 fix(rust): fix session life cycle (#646) by SSpirits · 5 months ago
  23. c38f7d5 fix #639 fix semantics of topicOfInterest (#642) by Zhanhui Li · 5 months ago
  24. e2c0b97 Golang: fix goroutine leak issue (#613) by ainokiseki · 6 months ago
  25. bd9c1a1 Replace lazy_static with once_cell (#636) by jy · 6 months ago
  26. 4b7c411 Update out-of-date java client examples (#627) by kaikoo · 6 months ago
  27. 19a4afc golang: change log output location (#625) by guyinyou · 7 months ago
  28. 9fec02b feat(rust): support changing invisible duration (#623) by SSpirits · 7 months ago
  29. 98f4880 chore: polish example with preferred withTopics (#544) by yulangz · 7 months ago
  30. 144de69 Fix the method of setting timestamp for Delay Producer. Before fixing, it may appear that the Message Type cannot be recognized as DELAY by the server, but rather as NORMAL. (#543) by yulangz · 7 months ago
  31. da39ef7 fix #521 sync state of consume-message-service according to start/shutdown lifecycle management (#618) by Zhanhui Li · 7 months ago
  32. 920c9ae feat: enhance StaticNameServerResolver to allow use of gRPC naming sc… (#617) by Zhanhui Li · 7 months ago
  33. 17bd443 replace nlog with Microsoft.Extensions.Logging (#596) by EventHorizon · 7 months ago
  34. 16bc4a8 python: doc mistake fixed (#614) by Diwakar Gupta · 7 months ago
  35. 92c627d [ISSUE #608] Print message id and message queue when consume result is failure (#609) by Zhouxiang Zhan · 8 months ago
  36. 20c5fba feat(nodejs): Add Node.js Implementation of Apache RocketMQ Client (#602) by fengmk2 · 8 months ago
  37. 973c958 golang: optimize the logic of obtaining routing tasks (#580) by guyinyou · 8 months ago golang/v5.0.1-rc.5
  38. d450648 Implementation of Simple Consumer for Python Client (#588) by Yan Chao Mei · 9 months ago
  39. 20fd6fb [ISSUE #132] docs: correct images and add explanation for Ack/ChangeInvisibleTime retry policy (#585) by Gezi-lzq · 9 months ago
  40. 6ef2f43 fix(doc): correct incorrect statements in Design and Workflow sections (#584) by Gezi-lzq · 9 months ago
  41. 1c43ebe Release gRPC Rust Client for Apache RocketMQ 5.0.0 (#583) by SSpirits · 9 months ago rust-5.0.0
  42. 01deef8 csharp: Add using to wrap HMACSHA1 instance (#582) by Catcher Wong · 9 months ago
  43. 1e7aa33 release(rust): get ready to launch the Rust SDK (#578) by SSpirits · 10 months ago rust-5.0.0-rc1
  44. 4b99c03 [ISSUE #575] Gracefully shutdown for Rust client (#576) by SSpirits · 10 months ago
  45. 60115cf General message engineering in Producer (#559) by Yan Chao Mei · 10 months ago
  46. 7a73ec9 Disable fail fast for GitHub Action matrix (#571) by Aaron Ai · 10 months ago
  47. 8b25896 Allow user to disable TLS in cpp. (#542) by yulangz · 10 months ago
  48. cb7d16d Switch back to VS2019 for cpp's build (#567) by Aaron Ai · 10 months ago
  49. f4f198b fix(rust): change sequence number type of message id from i16 to i32 (#566) by SSpirits · 10 months ago
  50. 29d332b [ISSUE #563] Optimize example and doc for Rust SDK (#564) by SSpirits · 10 months ago
  51. 7fa131f feat(rust): change dependency from os_type to os info (#558) by SSpirits · 10 months ago
  52. 5aed664 [ISSUE #555] Support transaction message for Rust SDK (#556) by SSpirits · 11 months ago
  53. af9c7e2 Remove redundant __init__.py (#554) by Aaron Ai · 11 months ago
  54. 5386144 Add comments to turn off SSL into the example code to avoid some compatibility issues (#552) by Aaron Ai · 11 months ago
  55. f1d5e95 Initial implementation of rocketmq producer (#546) by Yan Chao Mei · 11 months ago
  56. cea5343 Implement the reentrant PushConsumer message receiving (#547) by Aaron Ai · 11 months ago
  57. 5d4a682 Bump rocketmq-proto from 2.0.2 to 2.0.3 (#550) by Aaron Ai · 11 months ago
  58. 1ccf99c Provides singleton example for producer (#540) by Aaron Ai · 11 months ago
  59. c334f25 Implement a series of features (#538) by Aaron Ai · 11 months ago
  60. ef1aea9 Aggregate the build results of the Python client in build.yml (#536) by Aaron Ai · 11 months ago
  61. 3404936 complete stream rpc function & rpc_client_mock (#528) by Yan Chao Mei · 11 months ago
  62. fa8b4cb [ISSUE #526] feat(rust): support ak/sk authorization (#527) by SSpirits · 11 months ago
  63. e96712e Fix a series of issues (#533) by Yan Chao Mei · 12 months ago
  64. c8a94f2 Add MessageIdCodec class (#530) by Yan Chao Mei · 12 months ago
  65. c28e077 fix(golang): add filter type in simple consumer warp request (#531) by nvac · 12 months ago
  66. 7a3aed9 Add virtual environment configuration part into Python README.md (#524) by Aaron Ai · 12 months ago
  67. 447c3be fix: setGroup() invoked twice when wrapAckMessageRequest() (#522) by Quan · 12 months ago
  68. c3f2b69 Fix the outdated badge (#520) by Aaron Ai · 12 months ago
  69. 25df0b0 Fix typo (#518) by xpume · 12 months ago
  70. 310a1e2 Release C# client 5.1.1-rc1 (#516) by Aaron Ai · 1 year ago
  71. c6a1a36 Initial Writing of Python Client README (#513) by Yan Chao Mei · 1 year ago
  72. 25cbf8e Return valid MAC address in any situation (#515) by Aaron Ai · 1 year ago
  73. 9f9434b Execute python_build.yml according to the result of path-filter (#511) by Aaron Ai · 1 year ago
  74. 31e9642 Add python build yml (#506) by Aaron Ai · 1 year ago
  75. ec5c0ec Initial commit for Python client (#508) by Yan Chao Mei · 1 year ago
  76. c894d41 fix bug in rpc_client.go (#510) by guyinyou · 1 year ago
  77. 5a35b39 Add templates of issue and pull request (#505) by Aaron Ai · 1 year ago
  78. 0086d38 Add PHP part in 'Features and Status' of README.md (#503) by Aaron Ai · 1 year ago
  79. 17858b0 Using clippy component of installed Rust toolchain as the lint tool directly in GitHub Action workflow (#499) by Aaron Ai · 1 year, 1 month ago
  80. 4e08d6e Merging code in the protected branch requires mandatory approval from code review (#497) by Aaron Ai · 1 year, 1 month ago
  81. ba97b2d Revert "Remove clippy for testing (#494)" (#495) by Aaron Ai · 1 year, 1 month ago
  82. 23c87ad Remove clippy for testing (#494) by Aaron Ai · 1 year, 1 month ago
  83. d1e47f3 fix(rust): pre-built proto files (#493) by SSpirits · 1 year, 1 month ago
  84. 62d74b3 doc(rust): add badge in README.md (#491) by SSpirits · 1 year, 1 month ago
  85. 753d894 ci(rust): add check ci (#490) by SSpirits · 1 year, 1 month ago
  86. 585f93e ci(rust): add test coverage ci (#489) by SSpirits · 1 year, 1 month ago
  87. 0bc9756 api(rust): change api signature (#487) by SSpirits · 1 year, 1 month ago
  88. bc47512 doc(rust): add rust doc (#485) by SSpirits · 1 year, 1 month ago
  89. f99a835 test(rust): add unit tests (#484) by SSpirits · 1 year, 1 month ago
  90. 6fe0f61 test(rust): mock client and session manager (#482) by SSpirits · 1 year, 1 month ago
  91. ae289ea Go: Disable keep alive for gRPC channel (#481) by racoon · 1 year, 1 month ago golang/v5.0.1-rc.4
  92. ed2ba2e feat(rust): implement simple consumer (#476) by SSpirits · 1 year, 1 month ago
  93. bab8a68 doc(rust): fix README.md of java sdk (#480) by SSpirits · 1 year, 1 month ago
  94. 7e67864 remove completed TODO (#479) by guyinyou · 1 year, 1 month ago
  95. 53cf5e5 feat(rust): enhance producer and add example (#471) by SSpirits · 1 year, 1 month ago
  96. 0c9a9b3 fix: fix endpoints parsing in Go Client (#444) by imp2002 · 1 year, 1 month ago
  97. 54ce7d9 Remove redundant protos from csharp (#467) by Aaron Ai · 1 year, 1 month ago
  98. da9353c Add 'Prerequisites and Build' Section to README (#465) by Aaron Ai · 1 year, 1 month ago
  99. a9723bf chore(proto): introduce rocketmq-apis as submodule (#461) by SSpirits · 1 year, 1 month ago
  100. f54b8b7 feat: add some basic message model(id,view,message) (#462) by Lei Zhiyuan · 1 year, 1 month ago