Easegress Versions Save

A Cloud Native traffic orchestration system

v2.7.3

1 month ago

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

v2.7.2

2 months ago

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

v2.7.1

2 months ago

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.

v2.7.0

4 months ago

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 .

v2.6.4

5 months ago

Docker image

  • docker pull megaease/easegress:v2.6.4

v2.6.4 (2023-12-04)

Full Changelog

Significant changes:

  • Support health check for Proxy and WebSocketProxy filter (#1143 ).

v2.6.3

5 months ago

Docker image

  • docker pull megaease/easegress:v2.6.3

v2.6.3 (2023-11-23)

Full Changelog

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:

  • New RedirectorV2 filter added (#1116 ).
  • Runtime log level adjustment enabled (#1133 ).
  • Updated omitempty jsonschema in Specs (#1136 ).
  • Introduced cookie hash support (#1132 ).

v2.6.2

6 months ago

Docker image

  • docker pull megaease/easegress:v2.6.2

v2.6.2 (2023-10-19)

Full Changelog

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 .

v2.6.1

8 months ago

Docker image

  • docker pull megaease/easegress:v2.6.1

v2.6.1 (2023-09-01)

Full Changelog

Significant changes:

  • Improved egctl with new commands: 'egctl logs' and 'egctl create httpproxy' (#1067 ).

Implemented enhancements:

  • Extended Kafka headers with additional MQTT information (#1069 ).
  • Config easegress-server using environment variables (#1072 ).
  • Restricted to a single running object file (#1071 ).

v2.6.0

8 months ago

Docker image

  • docker pull megaease/easegress:v2.6.0

v2.6.0 (2023-08-16)

Full Changelog

Significant changes:

  • Introduced egbuilder to build Easegress with custom plugins (#1058 ).
  • Added support for Kubernetes Gateway API (#1042 ).

Implemented enhancements:

  • Rewrite integration tests with egctl commands (#1063 ).

v2.5.3

9 months ago

Docker image

  • docker pull megaease/easegress:v2.5.3

v2.5.3 (2023-08-02)

Full Changelog

Implemented enhancements:

  • Add documentation for the GRPCServer (#1036 ).
  • Update the redirect policy for the Proxy filter (#1047 ).
  • Correct typos and optimize the code (#1038 , #1039 , #1044 ).

Contributor

Thanks for your contributions @testwill , @sodaRyCN .