Releases: easegress-io/easegress
Releases · easegress-io/easegress
easegress-v2.7.3
easegress-v2.7.2
Docker image
docker pull megaease/easegress:v2.7.2
v2.7.2 (2024-03-11)
Community works
- Replace Github related megaease links to easegress-io
Implemented enhancements:
- Support global filter fallthrough when meet error
Fixed bugs:
- Fix empty proxy-timeout failure
easegress-v2.7.1
Docker image
docker pull megaease/easegress:v2.7.1
v2.7.1 (2024-02-22)
Implemented enhancements:
- Upgraded to Golang version 1.21 (#1218 ).
- Enabled
egctl create httpproxy
command to support automatic updates forAutoCertManager
(#1188 ). - Introduced an exportable custom plain logger (#1171 ).
- Expanded
egctl
command utility across various namespaces (#1197 ). - Optimized proxy filter to immediately flush responses for Server-Sent Events (SSE) (#1217 ).
- Enhanced template functionality with additional functions in
RequestBuilder
andResponseBuilder
(#1194 ). - Updated documentation and adhered to the latest CNCF Code of Conduct for community guidelines (#1187 ).
Fixed bugs:
- Resolved the
AutoCertManager
did not remove duplicate DNS records issue (#1198 ). - Corrected proxy filter behavior to properly escape paths (#1216 ).
Contributor
Thanks for your contributions @KevinQiangK, @cyrnicolase.
easegress-v2.7.0
Docker image
docker pull megaease/easegress:v2.7.0
v2.7.0 (2023-12-29)
Significant changes:
- Support updating system controllers (#1144 ).
Implemented enhancements:
- Enabled unlimited single message capability for WebsocketProxy (#1160 ).
- Add a hook in AutoCertManager for singular instance management (#1155 ).
Fixed bugs:
- Resolved WebsocketProxy keepHost issue (#1168 ).
- Corrected the object status prefix in some special cases (#1165 ).
- Fixed creation error in egbuilder filter (#1164 ).
Contributor
Thanks for your contributions @cyrnicolase .
easegress-v2.6.4
easegress-v2.6.3
Docker image
docker pull megaease/easegress:v2.6.3
v2.6.3 (2023-11-23)
Significant changes:
- Support Kubernetes Gateway API v1 (#1129 ).
- Converts Nginx configurations into Easegress YAMLs (#1130 ).
- Integrates all Easegress filters and resilience policies with Kubernetes Gateway API (#1140 ).
Implemented enhancements:
easegress-v2.6.2
Docker image
docker pull megaease/easegress:v2.6.2
v2.6.2 (2023-10-19)
Significant changes:
- Introduced a new user-friendly document (#1086 ).
Implemented enhancements:
- Added support for additional annotations in Kubernetes ingress (#1089 ).
- Enabled CORS support in the easegress-server APIs (#1107 ).
- Updated the helm chart (#1088 ).
Contributor
Thanks for your contributions @zjx-ERROR , @codering .