v1.1.0

higress-group/higressv1.1.0Jul 10, 2023by johnlanni

AI Summary

v1.1.0 brings significant routing flexibility by supporting direct HTTP-to-Dubbo-RPC translation and remote debug capabilities. It expands the plugin ecosystem with Rust support and AI proxy plugins while improving deployment flexibility across namespaces and custom registries.

Key Highlights

  • Pilot debug APIs support remote anonymous requests
  • Support route http request to dubbo-rpc service by config k8s-CRD
  • feat: add wasm-rust sdk
  • Support building and pushing Higress docker images via GitHub actions
  • Support higress gateway in other namespace

New Features

  • Remote anonymous debug requests
  • HTTP to Dubbo-RPC routing
  • Rust WASM SDK
  • CI/CD Docker image builds
  • Non-system namespace deployment
  • Tracing configuration
  • AI proxy WASM plugin

Full Release Notes

# 版本变化

## Higress Core:
### 功能优化:
- 支持Pilot的远程匿名debug请求的功能 #386
- 支持通过直接配置k8s-CRD, 实现对Http转Dubbo-RPC的路由配置 #340
- 支持Rust语言编写wasm插件 #350
- 通过在Github的Action流程中构建并推送Higress的Docker images #388
- 支持分别配置构建所需的registry和build out的registry #395
- 支持在非higress-system的ns中部署gateway #405
- 支持通过configmap配置tracing的相关属性 #409
- 新增AI代理的wasm-go插件 #420


### 问题修复:
- 修复nacos registry服务发现部分代码中锁释放不优雅的问题 #394


----------------------
# What's Changed

## Higress Core:
### Features:
- feat: Pilot debug APIs support remote anonymous requests #386
- feat: Support route http request to dubbo-rpc service by config k8s-CRD #340
- feat: add wasm-rust sdk with say-hello simple extension #350
- Support building and pushing Higress docker images via GitHub actions #388
- Support config builder registry and builder out registry #395
- Support higress gateway in other namespace #405
- Support setting tracing configuration by configmap #409
- feat: Add AI proxy wasm-go plugin #420


### Fixes:
- fixed nacos registry service discovery Cond unlock issue #394