Skip to content

Releases: apache/dubbo-admin

v0.7.0-pre

12 Jan 07:47
0402b2b

Choose a tag to compare

Summary

This release is a milestone version. The entire backend system is completely rewritten using Go, meanwhile,
the frontend ui is redesigned and completely rewritten using Vue3.
The whole refactor extends the base functions of past system and introduces many new features including the native support of kubernetes,
deep integration of observability system and form-based traffic rule publishing.

New Features

  • Support resource-level isolation of store. #1310
  • Introduce informer framework to support discovery and engine. #1314
  • Support memory type of store based on cache in client-go. #1332
  • Kubernetes implemention of Engine. #1340
  • Implement Counter in local cache. #1345
  • Introduce a unified error and display error in a better way. #1353, #1355
  • Support multiple registries in console. #1356
  • Nacos Implemention of Discovery. #1367
  • Support components to start in dependency order. #1370
  • Zookeeper Implemention of Discovery. #1371

Bug Fixes

  • Fix compile error. #1325
  • Fix counter registration bug. #1369
  • Fix npe caused by incorrect indexer initiation order. #1372
  • Redirect to login page when user is not logged in. #1373

Enhancements

Documentation & CI

Contributors

Thanks to all contributors for their efforts in this release:

AlexStocks, ikun-Lg,everfid-ever,
WyRainBow, Helltab,stringl1l1l1l,
marseilspirit, mfordjody, tew-axiom,
robocanic

0.6.0

19 Sep 07:53

Choose a tag to compare

Bugfixes

  • Fix cannot show service list when using Nacos as registry #1226

0.5.0

10 Oct 07:14
dabf81b

Choose a tag to compare

What's Changed

New Contributors

0.4.0

22 Nov 09:28
efb7a8d

Choose a tag to compare

Features

Optimization

  • Use Dubbo DynamicConfiguration to connect to the configuration center #840

Features

Optimization

  • 使用 Dubbo DynamicConfiguration 对接配置中心 #840

Dubbo Admin 0.3.0

13 Aug 09:16
1bcac95

Choose a tag to compare

Update Content

  • New UI
  • Supports Dubbo 2. 7. X
  • Supports Nacos
  • New feature "API Docs"(to be used with Dubbo Api Docs)

更新内容

  • 新的UI
  • 支持 Dubbo2.7.x
  • 支持 Nacos
  • 新增"接口文档"功能(需配合Dubbo Api Docs使用)

Dubbo Admin 0.2.0

22 Apr 09:09

Choose a tag to compare

Dubbo Admin 0.2.0 Pre-release
Pre-release

Features

  • add service test link in service search result #285 .
  • wildcard search for service test #285
  • service detail URL copy #244
  • font size and style change #295
  • rename Dubbo OPS to Dubbo Admin #331
  • service search pagination #318

Bug Fix

  • URL encode for service test #334
  • fix search by app name #300
  • fix generic service cache for service test #305
  • fix missing information in simplified URL #313

新特性

  • 在服务搜索结果中增加服务测试链接 #285 .
  • 服务测试中支持模糊查询 #285
  • 服务详情的URL支持拷贝 #244
  • 字体大小和风格,以及按钮大小优化 #295
  • 将项目名称从Dubbo OPS改成Dubbo Admin #331
  • 服务搜索分页 #318

问题修复

  • 服务测试的URL进行encode编码 #334
  • 修复按照应用名查询的结果 #300
  • 修复服务测试的泛化对象的缓存 #305
  • 修复在简化URL下的信息缺失 #313

Dubbo OPS 0.1

03 Feb 03:49

Choose a tag to compare

environment requirements:JDK1.8 or higher

Features

  • Service search, including service name, application name and wild card.
  • Service detail(service metadata for Dubbo 2.7)
  • Condition route and dynamic config(including black list, weight, etc)
  • Tag route(for Dubbo 2.7)
  • Application scope condition route and dynamic config(for Dubbo 2.7)
  • Configuration management
    *Service Test

Compatibility

All governance rule are stored by yaml format for Dubbo 2.7, and published as URL to registry center for Dubbo 2.6

环境要求:需要Java 8及以上版本支持

功能

  • 支持服务搜索,包括服务名,应用名,支持通配符
  • 服务详情展示(Dubbo 2.7支持元数据展示)
  • 路由规则和动态配置(包括黑白名单,权重和其他配置)
  • 支持标签路由(Dubbo 2.7版本)
  • 路由规则和动态配置均支持应用维度(Dubbo2.7版本)
  • 支持配置管理
    *支持服务测试

兼容性

所有的服务治理功能面向Dubbo 2.7的yaml格式,向Dubbo 2.6的URL格式兼容,发布的配置在Dubbo 2.6版本的客户端上可以正确解析