Skip to content

Releases: easegress-io/easegress

easegress-v2.10.1

18 Sep 02:54
a2577c8
Compare
Choose a tag to compare

Full Changelog

Implemented 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.

easegress-v2.9.4

25 Aug 07:36
c0809ea
Compare
Choose a tag to compare

Changelog

easegress-v2.9.3

28 Jul 02:23
2ff1034
Compare
Choose a tag to compare

v2.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)

easegress-v2.8.0

13 Jun 03:49
cf37f59
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.8.0

v2.8.0 (2025-06-13)

Full Changelog

Implemented enhancements:

  • Upgrade Go version to 1.23 (#1444)
  • Update access log for long URI and stream resp (#1430)

Documentation:

  • Add DeepWiki page in README (#1415)

Fixed bugs:

  • Check nil value in delete object (#1416)
  • fix goreleaser (#1414)

easegress-v2.7.5

02 Apr 08:18
a513a3a
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.7.5

v2.7.5 (2025-04-02)

  • Replace test urls to make test more stable in #1389
  • Fix Content-Length by in #1411

Full Changelog: v2.7.4...v2.7.5

easegress-v2.7.4

18 Feb 01:49
8f67c3a
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.7.4

v2.7.4 (2025-02-18)

Full Changelog

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.

easegress-v2.7.3

26 Mar 04:57
372d492
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.7.3

v2.7.3 (2024-03-26)

Full Changelog

Implemented enhancements:

  • Kafka filter supports synchronous producer and message key (#1239 ).
  • host and port Functions added for template of request-response builder (#1244 ).
  • Proxy support set upstream host for outgoing requests (#1245 ).

easegress-v2.7.2

11 Mar 03:11
3dad560
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.7.2

v2.7.2 (2024-03-11)

Full Changelog

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

22 Feb 06:46
474996a
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.7.1

v2.7.1 (2024-02-22)

Full Changelog

Implemented enhancements:

  • Upgraded to Golang version 1.21 (#1218 ).
  • Enabled egctl create httpproxy command to support automatic updates for AutoCertManager (#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 and ResponseBuilder (#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

29 Dec 08:21
e55dca9
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.7.0

v2.7.0 (2023-12-29)

Full Changelog

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 .