Skip to content

Releases: alibaba/higress

v1.3.4-rc.1

11 Jan 10:09
6d1e09c

Choose a tag to compare

1.3.4-rc.1

v1.3.3

09 Jan 02:31
c9c7df7

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

21 Dec 07:37
10f5267

Choose a tag to compare

What's Changed

  • feat: http2rpc supports treating the entire body as a method parameter by @sjtuzbk in #722
  • fix: fix eureka service discovery not work in standalone mode by @johnlanni in #714
  • support empty config with custom config func by @johnlanni in #718
  • ignore binary body in plugins by @johnlanni in #711
  • feat: Compatible with nginx.ingress.kubernetes.io/canary-by-header-pattern annotation by cr7258 in #693
  • optimize http2dubbo filter of envoy by @sjtuzbk by #704
  • feat: add gzip global setting in configmap by @2456868764 in #660
  • fix: bug: shorthand l repeated by @sjcsjc123 in #702
  • Change jwt-auth plugin name to simple-jwt-auth by @cf1998 in #698
  • fix: fix gateway name by @johnlanni in #672
  • opt: hgctl dashboard/completion optimize by @sjcsjc123 in #677
  • refactor: unify image customization methods by @Uncle-Justice in #687
  • feat: add key-auth plugin by @dongjiang1989 in #586
  • Add test cases for http2rpc by Hinsteny in #662
  • fix: fix: Remove -p/--console-password parameters from get-higress.sh by CH3CHO in #675
  • feat: store profile to configmap or home dir and merge profiles to select when upgrade and uninstall by @2456868764 in #649
  • optimize ci by @johnlanni #659
  • fix: Fix bug for when Http2Rpc been delete or addupdate need to push xds server by @Hinsteny in #657
  • fix: fix x-ca-timestamp validate by @liushp in #653
  • optimize rds by @johnlanni in #655

New Contributors

Full Changelog: v1.1.1...v1.3.2

plugins/wasm-go/v1.3.2

20 Dec 12:06
2d5d9c0

Choose a tag to compare

rel: Release version 1.3.2 (#719)

v1.3.1

16 Nov 09:37

Choose a tag to compare

add timeout&local-rate-limt annotations

v1.3.0

03 Nov 12:20
26654ae

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.3.0

v1.2.0

22 Sep 10:11
792b9b0

Choose a tag to compare

What's Changed

  • feat: Update image tag management mechanisms by @CH3CHO in #495
  • add consul cluster by @2456868764 in #494
  • A plugin that implements token parsing and authentication function based on wasm-go by @cf1998 in #485
  • feat: update get-higress.sh by @CH3CHO in #500
  • fix a concurrency issue of mcprbidge reconcile by @johnlanni in #511
  • feat: Add update function to get-higress.sh by @CH3CHO in #523
  • feat: Implement basic-auth WASM plugin using the Go SDK by @WeixinX in #515
  • feat: add features to conformance and do some refactors by @Xunzhuo in #532
  • fix: remove non-existed namespaces and separate bases by @Xunzhuo in #541
  • fix: Fix the image display in the E2E test README.md by @WeixinX in #516
  • rel: Release version 1.1.2 by @CH3CHO in #545
  • feat: Use istio to provide Gateway API support by @CH3CHO in #543
  • feat: add profile/install/uninstall/upgrade command by @2456868764 in #538
  • feat: opt hgctl install/uninstall/upgrade by @Xunzhuo in #550
  • 更新waf插件,丰富规则命中时日志内容 by @rinfx in #537
  • fix: nacos client opened, but not been closed by @Erica177 in #542
  • feat: support KnativeIngress by @vikizhao156 in #524
  • feat: add hgctl dashboard support by @Xunzhuo in #552
  • feat: Use higress as the default gateway class for Gateway API integation by @CH3CHO in #555
  • feat: add hgctl manifest support by @Xunzhuo in #554
  • rel: Release version 1.2.0 by @johnlanni in #556

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

11 Aug 07:57
02b98dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Jul 13:01
8c76ae2

Choose a tag to compare

版本变化

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

v1.0.1

17 Jun 05:23
51d7124

Choose a tag to compare

这是 Higress 的一个问题修复版本。

版本变化:

Higress Console:

功能优化:

  1. 支持访问使用 first-party-jwt 策略的 Higress Controller #220

问题修复:

  1. 修复 Helm Chart 中的若干个错误 #223 #225

This is a hotfix release of Higress.

Version Changes:

Higress Console:

Features:

  1. Support accessing controller debug APIs when controller uses first-party-jwt policy #220

Fixes:

  1. Fix serveral bugs in the Helm Chart #223 #225