下载
- 来源:rocketmq-dashboard-2.0.0-source-release.zip [PGP] [SHA512] ::Apache RocketMQ Dashboard 源自 apache/rocketmq-externals,这是 RocketMQ Dashboard 的首次发布。
以下是 RocketMQ Dashboard 2.0.0 版本发布中解决的问题摘要。有关此版本的完整文档和入门指南,请参阅 快速入门。
更新内容
RocketMQ 5.x 支持
- [ISSUE #195]支持 RocketMQ 5.x 的 getTransferredTps 新指标,由 @javens0601 在 https://github.com/apache/rocketmq-dashboard/pull/197
- [ISSUE #179]添加 Topic 消息类型,由 @guangdashao 在 https://github.com/apache/rocketmq-dashboard/pull/179
- [ISSUE #198]支持 Dashboard v4-v5 切换并查询 v5 Topic,由 @1294566108 在 https://github.com/apache/rocketmq-dashboard/pull/198
- [ISSUE #204]支持 FIFO 类型子组的添加、更新和查询 (适用于 V5),由 @1294566108 在 https://github.com/apache/rocketmq-dashboard/pull/204
- [ISSUE #207]代理支持和消费者组增强,由 @1294566108 在 https://github.com/apache/rocketmq-dashboard/pull/207
- [ISSUE #208]补充 RocketMQ 5.0 用户指南,由 @1294566108 在 https://github.com/apache/rocketmq-dashboard/pull/208
- [ISSUE #222]修复了 v4 版本中普通消息未显示的问题,由 @1294566108 在 https://github.com/apache/rocketmq-dashboard/pull/222
- [ISSUE #223]支持未指定 Topic 的添加、更新和查询,由 @1294566108 在 https://github.com/apache/rocketmq-dashboard/pull/223
- [ISSUE #229]支持为消费者组设置 retryMaxTimes 字段,由 @1294566108 在 https://github.com/apache/rocketmq-dashboard/pull/229
- [ISSUE #231]5.x 查询消息详情抛出:通过 ID 查询消息失败:xxx,由 @guyu0000 在 https://github.com/apache/rocketmq-dashboard/pull/231
Bug 修复和改进
- [ISSUE #22]优化运维页面,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/23
- [ISSUE #10]为 Dashboard 添加 React 模块,由 @RaymondCode 在 https://github.com/apache/rocketmq-dashboard/pull/12
- [ISSUE #25]在消费者列表中添加筛选功能,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/26
- [ISSUE #33]更新 README(使用新的 docker 镜像 rocketmq-dashboard 1.0.0),由 @StyleTang 在 https://github.com/apache/rocketmq-dashboard/pull/34
- [ISSUE #30]添加 DLQ 消息管理功能,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/31
- [ISSUE #28]为前端添加 HTML 路由,由 @StyleTang 在 https://github.com/apache/rocketmq-dashboard/pull/29
- [ISSUE #30]支持批量重发和批量导出 DLQ 消息,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/37
- [ISSUE #38]更新 RocketMQ 版本,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/39
- 修复拼写错误,由 @4ops 在 https://github.com/apache/rocketmq-dashboard/pull/40
- [ISSUE #42]修复 deleteSubscriptionGroup 不移除消费者偏移量的问题,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/45
- [ISSUE #43]当使用 Topic + 时间查询未找到消息时给出提示,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/44
- [ISSUE #48]修复查询消息的 Bug,由 @zhiliatom 在 https://github.com/apache/rocketmq-dashboard/pull/49
- [ISSUE #48]修复普通用户登录后提示“无权限”的问题,由 @StyleTang 在 https://github.com/apache/rocketmq-dashboard/pull/51
- [ISSUE #50]修改接口名称的后缀,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/52
- [ISSUE #58]使服务支持多个 NameServer,由 @cserwen 在 https://github.com/apache/rocketmq-dashboard/pull/59
- [ISSUE #60]更新 SpringBoot 版本,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/61
- [ISSUE #54]在查询消息消费时添加过滤功能,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/56
- [ISSUE #55]删除消费者组时同时删除对应的 DLQ 和 Retry Topic,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/57
- [ISSUE #62]使用 YML 格式而不是 Properties 格式,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/63
- [ISSUE #65]在 authInterceptor 中配置 DLQ 消息接口路径,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/65
- [ISSUE #72]当没有 DLQ 消息时,批量重发和批量导出按钮将被禁用,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/73
- [ISSUE #68]在 collectTask 中使用多线程进行 Topic 数据收集,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/69
- [ISSUE #70]rocketmq-dashboard 支持 ACL 配置,由 @xxd763795151 在 https://github.com/apache/rocketmq-dashboard/pull/71
- [ISSUE #74]将 RocketMQ 版本升级到 4.9.3,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/75
- 在 authInterceptor 中配置 ACL 接口路径,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/77
- [ISSUE #58]支持添加 namesrvAddr 集群管理,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/66
- [ISSUE #82]在 Dashboard 进行 Topic 统计时,过滤系统 Topic (clusterName+REPLY_TOPIC),由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/83
- [ISSUE #119]修复 TopicControllerTest.java 中的不稳定性测试,由 @yannizhou05 在 https://github.com/apache/rocketmq-dashboard/pull/120
- [ISSUE #111]更新日志名称,由 @Oliverwqcwrw 在 https://github.com/apache/rocketmq-dashboard/pull/112
- [ISSUE #123]优化 groupList.query,由 @zhangjidi2016 在 https://github.com/apache/rocketmq-dashboard/pull/124
- [ISSUE #149]更新 pom.xml 中的 Lombok 版本,由 @Abhijeetmishr 在 https://github.com/apache/rocketmq-dashboard/pull/151
- [ISSUE #155]RocketMQ 5.1.0 版本更新,由 @Abhijeetmishr 在 https://github.com/apache/rocketmq-dashboard/pull/155
- [ISSUE #148]Throwables.propagate 已弃用,用于使运行时异常更具描述性,由 @Abhijeetmishr 在 https://github.com/apache/rocketmq-dashboard/pull/160
- [ISSUE #232]移除 Checkstyle 未使用的导入,由 @guyu0000 在 https://github.com/apache/rocketmq-dashboard/pull/232
新贡献者
- @RaymondCode 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/12
- @4ops 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/40
- @zhiliatom 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/49
- @cserwen 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/59
- @xxd763795151 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/71
- @yannizhou05 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/120
- @Oliverwqcwrw 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/112
- @Abhijeetmishr 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/151
- @javens0601 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/197
- @guangdashao 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/179
- @1294566108 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/198
- @guyu0000 首次贡献于 https://github.com/apache/rocketmq-dashboard/pull/231