Skip to content

Releases: mxsm/rocketmq-rust

rocketmq-rust-all-0.3.0

17 Nov 15:29
2b8372e
Compare
Choose a tag to compare

🔊rocketmq-rust-all-0.3.0 🚀 Release

New Feature and improve performance

  • ✨The client sdk is provided (rocketmq-client)
  • ⚡️Use Cheetah String to improve performance
  • 🚀Optimize an existing crate

What's Changed

Read more

rocketmq-rust-all-0.2.0

04 Jun 16:01
08aa6e0
Compare
Choose a tag to compare

🚀Feature🎉

🎉🎉🎉🎉

1. Perfect the Name Server

2. Develop the message storage module

3. Develop the Broker module

4. Support single message sending, etc.

What's Changed

  • [ISSUE #127]⬆️Upgrade the version to 0.2.0 for the next version's feature development by @mxsm in #128
  • [ISSUE #129]🥚Define macros to handle common code for RequestHeader by @mxsm in #130
  • [ISSUE #131]🤡init broker and store crate by @mxsm in #132
  • [ISSUE #133]🔧Add rocketmq store config by @mxsm in #134
  • [ISSUE #135]🚧Define rocketmq Message by @mxsm in #136
  • [ISSUE #137]🚀Define the rust version of Messagestore based on the Java version of MessageStore by @mxsm in #138
  • [ISSUE #141]💥Add Broker command line parse by @mxsm in #142
  • [ISSUE #140]🎨Add Broker bootstrap by @mxsm in #143
  • [ISSUE #144]🎉Add the basic code for local file in the store module by @mxsm in #145
  • [ISSUE #146]📈Add Broker start method and optimize some code by @mxsm in #147
  • [ISSUE #148]📝Add issue template by @mxsm in #149
  • [ISSUE #150]Update ISSUE TEMPLATE by @mxsm in #151
  • Revert "[ISSUE #150]Update ISSUE TEMPLATE" by @mxsm in #152
  • [ISSUE #150]🚀Update ISSUE TEMPLATE and some markdown doc by @mxsm in #153
  • [ISSUE #154]Add ConfigManage code by @mxsm in #155
  • [ISSUE #156]📝Add pull resquest template by @mxsm in #157
  • [ISSUE #158]🚀Add some Implementations for ConfigManager trait by @mxsm in #159
  • [ISSUE #160]💥BrokerController initialization method implementation by @mxsm in #161
  • [ISSUE #162]📝Add Broker README.md by @antcarryele in #164
  • [ISSUE #165]🐛Fix Broker start error by @mxsm in #166
  • [ISSUE #167]👍Add TopicConfigManager#init method by @mxsm in #168
  • [ISSUE #170](🎉Happy Chinese New Year🎉)mplementing network communication for the Broker-1 by @mxsm in #171
  • [ISSUE #173](🎉Happy Chinese New Year🎉)Implementing network communication for the Broker-2 by @mxsm in #174
  • [ISSUE #175]👷Update GitHub Actions CI by @mxsm in #176
  • [ISSUE #177]♻️Refactor net model by @mxsm in #178
  • [ISSUE #179]📝Add project icon by @mxsm in #180
  • [ISSUE #181]💚Add codecov ci by @mxsm in #182
  • [ISSUE #183]💚Add codecov ci yml by @mxsm in #184
  • [ISSUE #187]📝Add some icon into README.md by @mxsm in #188
  • [ISSUE #189]📝Update README.md by @mxsm in #190
  • [ISSUE #191]🚀Implementing network communication for the Broker-3 by @mxsm in #192
  • [ISSUE #193]📝Update README.md by @mxsm in #194
  • [ISSUE #195]🚀Refactor remoting net by @mxsm in #196
  • [ISSUE #197]🐛Fix Name server shutdown throw exception by @mxsm in #198
  • [ISSUE #199]Broker net model develop by @mxsm in #200
  • [ISSUE #201]🐛Fix Use RequestHeaderCodec macro cannot find type HashMap in this scope by @mxsm in #202
  • [ISSUE #203]🐛Fix RequestHeaderCodec macro can not work by @mxsm in #204
  • [ISSUE #169]🚀Implementing network communication for the Broker by @mxsm in #205
  • [ISSUE #207]Support send message and send message v2(request code:10,310)-1 by @mxsm in #208
  • [ISSUE #210]🔧Add dependabot.yml by @antcarryele in #211
  • Update config requirement from 0.13 to 0.14 by @dependabot in #212
  • Update env_logger requirement from 0.10.0 to 0.11.2 by @dependabot in #213
  • Bump codecov/codecov-action from 4.0.1 to 4.0.2 by @dependabot in #214
  • [ISSUE #209]Support send message and send message v2(request code:10,310)-2 by @mxsm in #215
  • [ISSUE #218]📌Implement DefaultMappedFile initialization by @mxsm in #219
  • [ISSUE #220]🚀Implement MessageStore put message-1 by @mxsm in #221
  • [ISSUE #224]🎨Using cfg to solve the problem that the MessageStore trait cannot be converted to an object by @mxsm in #225
  • [ISSUE #223]🚧Implement MessageStore put message(single message)-2 by @mxsm in #226
  • Bump codecov/codecov-action from 4.0.2 to 4.1.0 by @dependabot in #228
  • [ISSUE #227]🚧Implement MessageStore put message(single message)-3 by @mxsm in #229
  • [ISSUE #232]🐛Fix CI fails to pass the check on the latest version of Rustc by @mxsm in #233
  • [ISSUE #230]🍻Implement MessageExtEncoder by @mxsm in #231
  • [ISSUE #234]🚧Implement AppendMessageCallback-1 by @mxsm in #235
  • [ISSUE #236]✨Create bytebuf crate for bytes operate by @mxsm in #237
  • Revert "[ISSUE #236]✨Create bytebuf crate for bytes operate" by @mxsm in #239
  • [ISSUE #240]🎨Optimize broker main code by @mxsm in #241
  • [ISSUE #242]🚀Implement DefaultMappedFile related functions-1 by @mxsm in #243
  • [ISSUE #244]🚧Implement TopicConfigManager load method by @mxsm in #245
  • [ISSUE #246]📌Implement ConfigManager config_file_path method by @mxsm in #247
  • [ISSUE #249]🚀Init rocketmq-filter crate by @mxsm in #250
  • [ISSUE #251]🎨Fix code style error in latest rust nightly version by @mxsm in #252
  • [ISSUE #248]💥Implement ConfigManager decode method by @mxsm in #253
  • [ISSUE #254]🎨Format code style by @TeslaRustor in #255
  • [ISSUE #256]🐛Fix rust file link by @mxsm in #257
  • [ISSUE #258]Fix loading config File error by @mxsm in #259
  • [ISSUE #260]🐛Fix When broker shutdown will throw exeception by @mxsm in #261
  • [ISSUE #263]🚧Support register borker(request code:103)-1 by @TeslaRustor in #264
  • [ISSUE #]🚀Implement CompletableFuture by @mxsm in #266
  • [ISSUE #267]✅Add test case for CompletableFuture by @mxsm in #268
  • [ISSUE #270]✨Implement remoting client-1 by @TeslaRustor in #271
  • [ISSUE #272]🚀Implement remoting client-2 by @mxsm in #273
  • [ISSUE #274]🚀Implement remoting client-3 by @mxsm in #275
  • [ISSUE #276]🐛Fix client send message error by @TeslaRustor in #277
  • [ISSUE #278]🚀Using pub to modify RemotingClient by @TeslaRustor in #279
  • [ISSUE #280]⚡️Optimize TokioExecutorService by @mxsm in #281
  • [ISSUE #282]🚀Support register borker(request code:103)-2 by @mxsm in #283
  • [ISSUE #284]🚧Support register borker(request code:103)-3 by @mxsm in #285
  • [ISSUE #286]🎨Replace RequestProcessor#process_request &mut self with &self by @mxsm in #287
  • [ISSUE #288]🎨Optimize ArcProcessorTable code by @TeslaRustor in #289
  • [ISSUE #290]🎨Optimize RocketmqDefaultClient code by @mxsm in #291
  • Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #292
  • [ISSUE #293]🎨Change RemotingService start method &mut seft to &self by @mxsm in #294
  • [ISSUE #295]Refactor network section code by @mxsm in #296
  • [ISSUE #297]🎨Optimize code struct by @mxsm in #298
  • [ISSUE #262]🚀Support register borker(request code:103) by @mxsm in #299
  • Bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in https://github.com/...
Read more

rocketmq-rust-all-0.1.0

28 Jan 06:10
37b9bfa
Compare
Choose a tag to compare

What's Changed

  • [ISSUE #2] explain develop plan by @mxsm in #3
  • [ISSUE #4]Namesrv support broker registration and get cluster info request code by @mxsm in #5
  • [ISSUE #7]Update README.md doc by @mxsm in #8
  • [ISSUE #9]Optimize README.md by adding contributor badges and information about related issues by @mxsm in #10
  • [ISSUE #13]Fix code warnings and errors according to Rust Clippy recommendations by @mxsm in #14
  • [ISSUE #11]Update ci.yml by @mxsm in #12
  • [ISSUE #15]Update README.md doc by @mxsm in #16
  • [ISSUE #18]Update CI to support stable Rust version by @mxsm in #19
  • [ISSUE #6]Optimize the deserialization of RemotingCommand by @mxsm in #17
  • [ISSUE #21]Update README.md doc by @mxsm in #22
  • [ISSUE #20]Abstracting the server and client and implementation by @mxsm in #23
  • [ISSUE #25]Update README.md doc by @mxsm in #26
  • [ISSUE #27]Correcting typos in the documentation by @mxsm in #28
  • [ISSUE #24]Fully support broker registration(request code 103) by @mxsm in #29
  • [ISSUE #30]Update README.md doc by @antcarryele in #31
  • [ISSUE #32]Refactor remoting server by @mxsm in #33
  • [ISSUE #34] Update README.md doc about how to start name server by @SpaceXCN in #35
  • [ISSUE #36]Support current dir as rocketmq home by @mxsm in #37
  • [ISSUE #38]Support get route info by topic(requst code 105) by @mxsm in #39
  • [ISSUE #45]Update README.md doc by @mxsm in #46
  • [ISSUE #44]Optimize request code get logic by @mxsm in #47
  • [ISSUE #48]Add README.md doc for rocketmq-namesrv crate by @mxsm in #49
  • [ISSUE #40]Support put kv config(request code 100) by @mxsm in #50
  • [ISSUE #51]Update README.md doc by @antcarryele in #52
  • [ISSUE #53]Perfect support broker register(request code 103) by @mxsm in #54
  • [ISSUE #58]Fix failed to execute the put kv configuration on namesrv by @TeslaRustor in #59
  • [ISSUE #60] Namesrv supports get kv config(request code 101) by @mxsm in #61
  • [ISSUE #62]Namesrv support delete kv config(request code 102) by @mxsm in #63
  • [ISSUE #64]Namesrv support query data version (request code 322) by @mxsm in #66
  • [ISSUE #69]Update Namesrv crate README.md doc by @SpaceOneT in #70
  • [ISSUE #65]Namesrv support broker heartbeat(request coe 904) by @mxsm in #71
  • [ISSUE #68] 🎨 Namesrv support get broker cluster info(request code 106) by @mxsm in #73
  • [ISSUE #74] 🚩 Namesrv support wipe write perm of boker(request code 205) by @mxsm in #77
  • [ISSUE #78] 📝 Update README.md doc by @antcarryele in #79
  • [ISSUE #75] 🚀 Namesrv support add write perm of brober (request code 327) by @mxsm in #80
  • [ISSUE #76] ✨ Namesrv supports get all topic list from name server(request code 206) by @mxsm in #81
  • [ISSUE #82] 🚀 Namesrv support delete topic in namesrv (request code 216) by @mxsm in #92
  • [ISSUE #83] 🚩 Namesrv support register topic in namesrv (request code 217) by @TeslaRustor in #93
  • [ISSUE #84] ⚡ Namesrv support get kv list by namespace (request code 219) by @mxsm in #94
  • [ISSUE #85] 🚀 Namesrv support get topics by cluster (request code 224) by @mxsm in #95
  • [ISSUE #86]🎉Namesrv support get system topic list (request code 304) by @mxsm in #96
  • [ISSUE #87]🏷️Namesrv support get unit topic list (request code 311) by @mxsm in #97
  • [ISSUE #88]📝Namesrv support get has unit sub topic list (request code 312) by @mxsm in #98
  • [ISSUE #89]💚Namesrv support get has unit sub ununit topic list (request code 313) by @mxsm in #99
  • [ISSUE #101]♻️Refactor thread pool by @mxsm in #102
  • [ISSUE #100]⚡️Add Schedule Service to do scan not active broker by @mxsm in #103
  • [ISSUE #57]🍻Namesrv support broker unregister(request code 104)🚀 by @mxsm in #104
  • Revert "[ISSUE #57]🍻Namesrv support broker unregister(request code 104)🚀" by @mxsm in #105
  • [ISSUE #57]🍻Namesrv support broker unregister(request code 104)🚀 by @mxsm in #106
  • [ISSUE #107] 🔧 Add parsing configuration files for Namesrv by @mxsm in #108
  • [ISSUE #109]🐛 Fix shutdown the namesrv throw execption 🚀 by @mxsm in #110
  • [ISSUE #111]🔊Add some print logs by @mxsm in #112
  • [ISSUE #113]🐛Fix unregister broker fail(request code 104) by @mxsm in #114
  • [ISSUE #115]🚀Client disconnected and deregistered from Broker 🚀 by @mxsm in #116
  • [ISSUE #117]🐛Fix can not get Route info by topic(requst code 105) by @mxsm in #118
  • [ISSUE #119]Update crate Cargo.toml by @mxsm in #120
  • [ISSUE #121] Rename crate rocketmq to rocketmq-rust by @mxsm in #122
  • [ISSUE #123]Update internal dependency versions by @mxsm in #124
  • [ISSUE #125]📝Add README.md for every crate by @mxsm in #126

New Contributors

Full Changelog: https://github.com/mxsm/rocketmq-rust/commits/v0.1.0