v1.3.3
higress-group/higressv1.3.3Jan 9, 2024by johnlanni
AI Summary
This release focuses on stability and operational improvements, including bug fixes for gzip configuration, the addition of a new SNI-misdirect plugin, and the introduction of debug and global-option capabilities. It also enhances tooling by adding Windows support for hgctl.
Key Highlights
- Fix gzip disableOnEtagHeader configmap issue
- Add SNI-misdirect plugin for Go
- Add hgctl Windows build support
- Add global-option setting in configmap
- Support scopedRDS
New Features
- SNI-misdirect plugin
- Debug mode for higress
- Global-option setting
- hgctl Windows build
- ScopedRDS support
Full Release Notes
## What's Changed * fix disableOnEtagHeader can't work in configmap gzip envoyfiler by @2456868764 in https://github.com/alibaba/higress/pull/731 * feat: add sni-misdirect plugin for go by @sjcsjc123 in https://github.com/alibaba/higress/pull/720 * remove useless code in cors plugin by @johnlanni in https://github.com/alibaba/higress/pull/735 * tools(hgctl): add windows build by @Ink-33 in https://github.com/alibaba/higress/pull/739 * feat: add e2e test for envoy filter by @sjcsjc123 in https://github.com/alibaba/higress/pull/710 * bugfix: modify `route` to `cors` by @sjcsjc123 in https://github.com/alibaba/higress/pull/750 * feat: add debug mode for higress by @sjcsjc123 in https://github.com/alibaba/higress/pull/753 * feat: add global-option setting in configmap by @sjcsjc123 in https://github.com/alibaba/higress/pull/699 * style: status change to std http status by @baerwang in https://github.com/alibaba/higress/pull/758 * Support scopedRDS by @johnlanni in https://github.com/alibaba/higress/pull/764 * rel: Release version 1.3.3 by @johnlanni in https://github.com/alibaba/higress/pull/765 **Full Changelog**: https://github.com/alibaba/higress/compare/v1.3.2...v1.3.3