v1.3.5
higress-group/higressv1.3.5Mar 4, 2024by johnlanni
AI Summary
Focuses on developer experience and Wasm capabilities, including Redis support for Wasm plugins, custom listening ports, and improvements to the console UI/SDK.
Key Highlights
- Wasm Go supports Redis call
- Console UI refactoring and multiple target service configuration
- Custom listening port for gateway pod
- Automatic HTTPS profile support
- Optimized Wasm plugin config handling
New Features
- Wasm-go supports redis call
- Console supports configuration of multiple target services
- Custom listening port for gateway pod
- Automatic HTTPS profile support
- Refactor the configuration mechanism used by SDK
Full Release Notes
## What's Changed * optimize: add klog for debuging requests with apiserver by @johnlanni in https://github.com/alibaba/higress/pull/830 * fix: content-type not work in custom response plugin by @johnlanni in https://github.com/alibaba/higress/pull/833 * feat: hgctl install profile support resource configuration by @sjcsjc123 in https://github.com/alibaba/higress/pull/823 * chore: e2e build wasm plugin retry by @baerwang in https://github.com/alibaba/higress/pull/838 * feat: custom listening port for gateway pod in helm by @Uncle-Justice in https://github.com/alibaba/higress/pull/829 * feat: wasm-go supports redis call by @rinfx in https://github.com/alibaba/higress/pull/756 * chore: replace proxy-wasm-go-sdk module name @rinfx in https://github.com/alibaba/higress/pull/842 * optimize: support nil wasmplugin config in ingress-level by @johnlanni in https://github.com/alibaba/higress/pull/852 * fix: fix rds cache with gateway api by @johnlanni in https://github.com/alibaba/higress/pull/855 ### Console UI&SDK * feat: Refactor the configuration mechanism used by SDK by @CH3CHO in https://github.com/higress-group/higress-console/pull/285 * feat: console supports configuration of multiple target services by @liuqiufeng in https://github.com/higress-group/higress-console/pull/288 * feat: Suppress the exception log when git.properties doesn't exist by @CH3CHO in https://github.com/higress-group/higress-console/pull/291 * feat: add securityContext for o11y.prometheus by @OnlyPiglet in https://github.com/higress-group/higress-console/pull/290 * fix: Run unit tests in GitHub actions by @CH3CHO in https://github.com/higress-group/higress-console/pull/293 * feat: Support configuring HTTPS certificate for the default domain by @CH3CHO in https://github.com/higress-group/higress-console/pull/297 * fix: fix custom kube config not working by @liuqiufeng in https://github.com/higress-group/higress-console/pull/295 ## New Contributors * @liuqiufeng made their first contribution in https://github.com/higress-group/higress-console/pull/288 * @OnlyPiglet made their first contribution in https://github.com/higress-group/higress-console/pull/290 **Full Changelog**: https://github.com/alibaba/higress/compare/v1.3.4...v1.3.5