Skip to content

Releases: alibaba/higress

v0.6.0

19 Jan 10:01
b16d5a4
Compare
Choose a tag to compare

改动:

  1. Feature: 提供开启或关闭 Service Mesh 支持的两种部署模式,关闭模式下不再需要安装 Istio #140
  2. Feature:实现 e2e 测试框架,并实现了通过 PR 自动触发的 e2e 集成测试,感谢 @Xunzhuo 极致的工作 #124 #135
  3. Feature:提供了 Higress WasmPlugin API,在 Istio API 基础上扩展了路由/域名级生效的配置字段 #129

What's Changed:

  1. Feature: Provides two deployment modes to enable or disable Service Mesh support. Istio no longer needs to be installed in the disabled mode #140
  2. Feature: Implemented the e2e testing framework, and realized the e2e integration test triggered automatically by PR, thanks to @Xunzhuo for his excellent work #135
  3. Feature: Provides the Higress WasmPlugin API, which extends the configuration fields that take effect at the routing/domain level based on the Istio API #129

v0.5.3

16 Dec 11:37
297ce43
Compare
Choose a tag to compare

改动:

  1. Feature: 支持 Ingress 对接 Nacos/ZooKeeper 进行服务发现 #108 , 示例配置
  2. Feature:定义 McpBridge API 支持对接多种注册中心进行服务发现,感谢 @NameHaibinZhang #107
  3. Feature:支持 hostNetwork 模式部署,感谢 @iutx 的PR #96
  4. Feature: 支持 third-party-jwt 模式对接 istio,感谢 @xcbeyond 的PR #93

What's Changed:

  1. Feature: Support Ingress to connect to Nacos/ZooKeeper for service discovery #108
  2. Feature: Define McpBridge API to support docking with multiple registries for service discovery,thanks to @NameHaibinZhang #107
  3. Feature: Support hostNetwork mode deployment,thanks to @iutx #96
  4. Feature: Support third-party-jwt mode docking istio,thanks to @xcbeyond #93

v0.5.2

14 Nov 11:48
8165ea6
Compare
Choose a tag to compare

改动:

  1. Bugfix: 修复重启 gateway 可能导致 xDS 推空的问题
  2. Bugfix: 修复大量 xDS 推送可能导致推送阻塞的问题
  3. Feature: 支持 Ingress 资源粒度生效 Wasm 插件

What's Changed:

  1. Bugfix: Fixed the problem that restarting the gateway may cause xDS to be pushed empty.
  2. Bugfix: Fixed the problem that large-scale xDS pushes could cause push blocking
  3. Feature: Support Ingress granularity to take effect Wasm plugin

v0.5.1

09 Nov 06:59
cd43403
Compare
Choose a tag to compare

改动:

  1. 修复在 K8s 1.25 版本部署时 CRD 版本不兼容问题
  2. 修复 ingress 模式下 secret 跨命名空间无法获取问题

What's Changed:

  1. Fixed CRD version incompatibility when deploying on K8s 1.25
  2. Fix the problem that secrets cannot be obtained across namespaces in ingress mode

v0.5.0

01 Nov 13:27
4a4e484
Compare
Choose a tag to compare

The first version of Higress has been released.🎉
Welcome to use and feedback.