Skip to content

Releases: easegress-io/easegress

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 .

easegress-v2.6.4

04 Dec 08:56
f894a76
Compare
Choose a tag to compare

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

easegress-v2.6.3

23 Nov 08:49
0571abe
Compare
Choose a tag to compare

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

easegress-v2.6.2

19 Oct 09:22
78e5a2c
Compare
Choose a tag to compare

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 .

easegress-v2.6.1

01 Sep 08:19
e8867b7
Compare
Choose a tag to compare

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

easegress-v2.6.0

16 Aug 03:14
c7d91cf
Compare
Choose a tag to compare

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

easegress-v2.5.3

02 Aug 02:22
520f916
Compare
Choose a tag to compare

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 .