Skip to content

Releases: robustmq/robustmq

v0.1.30

06 Aug 09:46
a9c73a8
Compare
Choose a tag to compare

What's Changed

This section will be automatically populated by GitHub's release notes generator.

Installation

Linux/macOS

wget https://github.com/robustmq/robustmq/releases/download/v0.1.30/robustmq-v0.1.30-linux-amd64.tar.gz
tar -xzf robustmq-v0.1.30-linux-amd64.tar.gz
cd robustmq-v0.1.30-linux-amd64
./bin/robust-server start

Windows

Download the Windows package and extract it to run the server.

Docker (Coming Soon)

docker run -p 1883:1883 -p 9092:9092 robustmq/robustmq:v0.1.30

Documentation

For more information, visit: https://github.com/robustmq/robustmq

What's Changed

Full Changelog: v0.1.29...v0.1.30

v0.1.28

27 Jul 06:19
3e827c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.27...v0.1.28

v0.1.27

10 Jul 15:03
8e27e25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.26...v0.1.27

v0.1.26

02 Jul 00:51
75f9d1e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.25...v0.1.26

v0.1.25

26 Jun 00:03
a8d85d3
Compare
Choose a tag to compare

What's Changed

  • feat: cli-bench supports kv bench set by @LYZJU2019 in #1182
  • feat: add grpc-web support for console-subscribe by @ShyunnY in #1183
  • feat: cli-bench supports kv bench mixed by @LYZJU2019 in #1184
  • refactor: replace the wechat ID by @socutes in #1181
  • refactor: Optimize the smooth exit logic of the process by @socutes in #1185
  • feat: add mqtt-broker thread num static metrics by @ShyunnY in #1187
  • fix: Optimize and fix the bugs in the smooth exit program by @socutes in #1189
  • refactor: Add the "admin get status" interface by @socutes in #1191
  • feat: Add the "cluster_overview_metrics" interface by @socutes in #1192
  • fix: Fix the cargo dependency error by @socutes in #1194

Full Changelog: v0.1.24...v0.1.25

v0.1.24

20 Jun 08:29
651808a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.23...v0.1.24

v0.1.23

12 Jun 22:34
d66bbcd
Compare
Choose a tag to compare

What's Changed

  • feat: Solve the error reports of kernel exceptions during the running of test cases by @socutes in #1131
  • fix: Fix typos errors in pre-commit and _typos.toml - close #1053 by @Tinuvile in #1133
  • docs: Fix link to troubleshooting page by @minghuaw in #1134
  • feat: initialize the pkg macro in robustmq by @ShyunnY in #1135
  • refactor: Initial impl of configuring tokio-console support thru config file by @minghuaw in #1138
  • fix: Disable TokioConsole entry in logging config by default by @minghuaw in #1140
  • feat: validate_req macro basic process by @ShyunnY in #1141
  • fix: Optimize the logic of the kernel code by @socutes in #1132
  • feat: System alarm by @PorterZhang2021 in #1136
  • chore: fix log config change configuration by @ShyunnY in #1144
  • feat: add time consumption metrics for mqtt-broker by @ShyunnY in #1145
  • fix: Optimize the kernel issues discovered during the pressure testing process by @socutes in #1142
  • chore: add cargo expand tool for unit test workflow by @ShyunnY in #1149
  • test: add validate-req procedural macro test suite by @ShyunnY in #1146
  • fix: Optimize the logic of kernel stability by @socutes in #1147
  • feat: System alarm gRpc Interface by @PorterZhang2021 in #1151
  • refactor: refactor the parse process to support custom parsing by @ShyunnY in #1150
  • dev by @socutes in #1153
  • fix: Fixed the issue of pkid conflicts when subscribing to messages by @socutes in #1154
  • fix: Fix the problem of tcp lock in the response data by @socutes in #1155

New Contributors

Full Changelog: v0.1.22...v0.1.23

v0.1.22

02 Jun 15:53
d4a1472
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.21...v0.1.22

v0.1.21

26 May 02:12
3c47713
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.20...v0.1.21

0.1.20

13 May 07:10
7522bfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.19...0.1.20