All Versions
29
Latest Version
Avg Release Cycle
70 days
Latest Release
90 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.11.0 Changes
March 18, 2026๐ Changelog
- 77d4ff7 Bump to v2.11.0 (#1509)
- โฌ๏ธ f37497c Upgrade vendors & Go version to 1.26 (#1506)
- ๐ beb02b1 fix: build/package/Dockerfile.builder to reduce vulnerabilities (#1504)
- ๐ 80d6d73 meshcontroller: improve service instance search performance in Master (#1503)
- โก๏ธ b21c3ee Optimize Access Log and MQTT Session Paths (#1502)
- 2e862f2 Define constant for status 499 (#1501)
-
v2.10.1 Changes
September 18, 2025Implemented enhancements:
- โจ Enhance HTTP Server to support nginx-like header vars and build-in backend pool.
- โ Added support for Static File Serving in HTTPServer, allowing users to serve static files directly from the server.
-
v2.9.4 Changes
August 25, 2025๐ Changelog
- c0809ea bump to v2.9.4 (#1483)
- ๐ abc65ea Support WAF (#1482)
- ce7c368 bump go version to 1.24 and fix 1.24 go vet (#1481)
- ๐ 04659cb [Docs]: Add claude proxy (#1479)
- 4eb520a Implement Claude proxy (#1478)
- d4d65c5 Adapts requests and responses in Anthropic API to OpenAI format. (#1477)
- ๐ c75b13a Docs: Fix some format and problems (#1467)
- 1a1d9b6 Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.9.0 (#1451)
- f12ee51 Bump google.golang.org/protobuf from 1.34.2 to 1.36.6 (#1452)
- 7aea570 Bump golang.org/x/oauth2 from 0.22.0 to 0.27.0 (#1460)
-
v2.9.3 Changes
July 28, 2025v2.9.3 (2025-07-28)
Full Changelog๐ AI Gateway Support:
๐ Introduced AI Gateway support, proxy requests to LLM providers like OpenAI, DeepSeek, Anthropic, etc.
Vector Database: integrates with vector databases for caching.
๐ Monitoring: provides insights into the performance and usage of AI models.
Implemented enancements:๐ Update GoReleaser configurations (#1446)
๐ Fixed bugs:๐ Fix the match of register and unregister of APIs (#1448)
-
v2.8.0 Changes
June 13, 2025 -
v2.7.5 Changes
April 02, 2025๐ณ Docker image
- ๐ณ
docker pull megaease/easegress:v2.7.5
v2.7.5 (2025-04-02)
Full Changelog : v2.7.4...v2.7.5
- ๐ณ
-
v2.7.4 Changes
February 18, 2025๐ณ Docker image
- ๐ณ
docker pull megaease/easegress:v2.7.4
v2.7.4 (2025-02-18)
Implemented enhancements :
- Stream Response Flushing: Improved handling of stream responses to ensure true streaming behavior.
๐ Fixed bugs:
- ๐ Fixed an issue where the response body was not closed in some scenarios.
- โก๏ธ Update README.zh-CN.md image link.
- ๐ณ
-
v2.7.3 Changes
March 26, 2024๐ณ Docker image
- ๐ณ
docker pull megaease/easegress:v2.7.3
v2.7.3 (2024-03-26)
Implemented enhancements:
- ๐ณ
-
v2.7.2 Changes
March 11, 2024๐ณ 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
- ๐ณ
-
v2.7.1 Changes
February 22, 2024๐ณ 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 httpproxycommand to support automatic updates forAutoCertManager(#1188 ). - Introduced an exportable custom plain logger (#1171 ).
- Expanded
egctlcommand 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
RequestBuilderandResponseBuilder(#1194 ). - ๐ Updated documentation and adhered to the latest CNCF Code of Conduct for community guidelines (#1187 ).
๐ Fixed bugs:
- ๐ Resolved the
AutoCertManagerdid not remove duplicate DNS records issue (#1198 ). - Corrected proxy filter behavior to properly escape paths (#1216 ).
Contributor
Thanks for your contributions @KevinQiangK, @cyrnicolase.
- ๐ณ