Releases: apache/rocketmq-dashboard
Releases · apache/rocketmq-dashboard
rocketmq-dashboard-2.0.0
What's Changed
RocketMQ 5.x support
- [ISSUE #195] Support the new metrics of getTransferredTps for rocketmq5.x by @javens0601 in #197
- [ISSUE #179] Add topic message type by @guangdashao in #179
- [ISSUE #198] Support dashboard v4-v5 switch And query for v5 topic by @1294566108 in #198
- [ISSUE #204] Support FIFO-Type SubGroup Add、Update and Query For V5 by @1294566108 in #204
- [ISSUE #207] Proxy Support And ConsumerGroup Enhancement by @1294566108 in #207
- [ISSUE #208] Supplement UserGuide for RocketMQ 5.0 by @1294566108 in #208
- [ISSUE #222] Fixed the issue that normal messages in version v4 are not showed by @1294566108 in #222
- [ISSUE #223] Support Unspecified Topic Add & Update & Query by @1294566108 in #223
- [ISSUE #229] Support retryMaxTimes field set for consumer group by @1294566108 in #229
- [ISSUE #231] 5.x query message detail throw: Failed to query message by Id: xxx by @guyu0000 in #231
Bug and improvement
- [ISSUE #22]Optimizing the ops page. by @zhangjidi2016 in #23
- [ISSUE #10] add react module for dashboard by @RaymondCode in #12
- [ISSUE #25]Add filter in consumer list. by @zhangjidi2016 in #26
- [ISSUE #33] Update README (use new docker image rocketmq-dashboard 1.0.0) by @StyleTang in #34
- [ISSUE #30]Added DLQ message management by @zhangjidi2016 in #31
- [ISSUE #28] add Html router for front-end by @StyleTang in #29
- [ISSUE #30]Supports batch resending and batch exporting dlq messages. by @zhangjidi2016 in #37
- [ISSUE #38]update rocketmq version. by @zhangjidi2016 in #39
- Fix typo by @4ops in #40
- [ISSUE #42]Fix deleteSubscriptionGroup not remove consumer offset. by @zhangjidi2016 in #45
- [ISSUE #43]Give a tip when no message found with topic + time query. by @zhangjidi2016 in #44
- [ISSUE #48] Fix query message bug by @zhiliatom in #49
- [ISSUE #48] Fix Normal User login after to tips:no permission by @StyleTang in #51
- [ISSUE #50]Modify the suffix of the interface name. by @zhangjidi2016 in #52
- [ISSUE #58] enable the service to support multiple namesrvs by @cserwen in #59
- [ISSUE #60]Update SpringBoot version. by @zhangjidi2016 in #61
- [ISSUE #54]Add filtering function when querying message consumption. by @zhangjidi2016 in #56
- [ISSUE #55]Delete the corresponding DLQ and Retry Topic simultaneously when deleting the consumerGroup. by @zhangjidi2016 in #57
- [ISSUE #62]Uses the YML format instead of the Properties format. by @zhangjidi2016 in #63
- [ISSUE #65] Configure the dlq message interface path in the authInterceptor by @zhangjidi2016 in #65
- [ISSUE #72]The batchResend and batchExport buttons are disabled when there is no dlq message by @zhangjidi2016 in #73
- [ISSUE #68]Use multithreading for topic data collection in collectTask by @zhangjidi2016 in #69
- [ISSUE #70] The rocketmq-dashboard supports ACL configuration by @xxd763795151 in #71
- [ISSUE #74]upgrade rocketmq version to 4.9.3 by @zhangjidi2016 in #75
- Configure the acl interface path in the authInterceptor by @zhangjidi2016 in #77
- [ISSUE #58]Supports adding namesrvAddr cluster management by @zhangjidi2016 in #66
- [ISSUE #82]Filter the system topic (clusterName+REPLY_TOPIC) when dashboard was making topic statistics by @zhangjidi2016 in #83
- [ISSUE #119] Fix flaky test in TopicControllerTest.java by @yannizhou05 in #120
- [ISSUE #111] Update log name by @Oliverwqcwrw in #112
- [ISSUE #123]Optimize groupList.query by @zhangjidi2016 in #124
- [ISSUE #149] updated lombok version in pom.xml by @Abhijeetmishr in #151
- [ISSUE #155] 5.1.0 rocketmq version update by @Abhijeetmishr in #155
- [ISSUE #148] Throwables.propagate is deprecated for making runtime exception more verbose by @Abhijeetmishr in #160
- [ISSUE #232] Remove unused imports for the checkstyle. by @guyu0000 in #232
New Contributors
- @RaymondCode made their first contribution in #12
- @4ops made their first contribution in #40
- @zhiliatom made their first contribution in #49
- @cserwen made their first contribution in #59
- @xxd763795151 made their first contribution in #71
- @yannizhou05 made their first contribution in #120
- @Oliverwqcwrw made their first contribution in #112
- @Abhijeetmishr made their first contribution in #151
- @javens0601 made their first contribution in #197
- @guangdashao made their first contribution in #179
- @1294566108 made their first contribution in #198
- @guyu0000 made their first contribution in #231
Full Changelog: rocketmq-dashboard-1.0.0...rocketmq-dashboard-2.0.0
rocketmq-dashboard-1.0.0
Apache RocketMQ Dashboard comes from apache/rocketmq-externals, this is the first release of RocketMQ Dashboard.
Below is a summary of the issues addressed in the version 1.0.0 release of RocketMQ Dashboard. For full documentation of the release, a guide to get started, please refer to Quick Start.
Improvement
- [ISSUE #19] Message track query enhancement
- [ISSUE #16] Manage DefaultMQAdminExt objects using an object pool
- [ISSUE #13] Rocketmq-Dashboard License
- [ISSUE #8] The @MultiMQAdminCmdMethod annotation on the method is redundant
- [ISSUE #5] Added permission control for the login user role in rocketmq-dashboard
- [ISSUE #2] Use rocketmq-dashboard instead of rocketmq-console