Skip to content

Releases: easegress-io/easegress

easegress-v2.5.1

24 Jul 07:10
1045dfb
Compare
Choose a tag to compare
update go.mod module version to /v2 (#1045)

* update go.mod module version to /v2

* update based on github action

easegress-v2.5.0

07 Jul 03:54
3cadfce
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.5.0

v2.5.0 (2023-07-07)

Full Changelog

Significant changes:

  • Enhanced the command line tool egctl. (#1020)

Implemented enhancements:

  • Introduced new WebSocket options to the ingress controller. (#1023)
  • Expanded multiplexing rules to support multiple hosts. (#1024)

easegress-v2.4.3

30 Jun 04:09
70cce84
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.4.3

v2.4.3 (2023-06-30)

Full Changelog

Implemented enhancements:

  • Websocket supports cross origin requests (#1021)

easegress-v2.4.2

08 Jun 07:51
c9e16c3
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.4.2

v2.4.2 (2023-06-08)

Full Changelog

Implemented enhancements:

  • GRPCProxy use connection pool to manage connections (#977).
  • Enhance SimpleHTTPProxy to support forward proxy (#1016).

Fixed bugs:

  • Websocket does not work (#998).
  • Fix typo and other problems in the documentation (#999).

Contributor

Thanks for your contributions @sodaRyCN , @hezhizhen .

easegress-v2.4.1

21 Apr 06:39
4466d49
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.4.1

v2.4.1 (2023-04-21)

Full Changelog

Implemented enhancements:

  • Add a new filter: Simple HTTP Proxy (#962 ).
  • Add a Canary Release cookbook (#959 ).
  • Add a ChatGPT Bot cookbook (#961 ).

Fixed bugs:

  • Fix the Sampler's incorrect result bug (#964 ).
  • Fix OIDCAdaptor bug (#978 ).
  • Fix typo and other minor problems in the documentation (#882 , #956 , #980 ).

Contributor

Thanks for your contributions @qdongxu , @jthann , @sodaRyCN , @CoderFengZi .

easegress-v2.4.0

03 Mar 08:34
a18b3b8
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.4.0

v2.4.0 (2023-03-03)

Full Changelog

Significant changes:

  • Support GRPC protocol (#793).

Implemented enhancements:

  • Enhancement to the access log (#901).
  • Enlarge charset allowed in object names (#904).
  • Enhance tracing to support Cloudflare (#926).
  • RequestAdaptor and ResponseAdaptor support template (#910).

Fixed bugs:

  • WASM apply data command not working (#939).
  • install.sh does not work as expected on some platforms (#929).
  • Fix typos and other minor fixes in the documentation (#909, #923, #932).

Contributor

Thanks for your contributions @sodaRyCN, @samanhappy, @grootpiano, @godruoyi, @hhhcj.

easegress-v2.3.1

28 Dec 10:27
2f1f1fa
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.3.1

v2.3.1 (2022-11-28)

Full Changelog

Significant changes:

  • Support OpenTelemetry for tracing (#860).
  • Add new filter Redirector to handle HTTP 3xx redirects (#883 and #885).
  • Add prometheus support for Proxy and HTTPServer (#877 and #879).

Implemented enhancements:

  • Add LDAP mode for basic authentication (#871).
  • Add Broker mode for MQTTProxy (#876).
  • Support HTTPS for egctl and easegress-server (#875).
  • Enhance egctl delete (#880).

Contributor

Thank you for contributions @aniaan, @samanhappy, @coderabbit214.

easegress-v2.3.0

28 Nov 06:46
07cc267
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.3.0

v2.3.0 (2022-11-28)

Full Changelog

Significant changes:

  • HTTPServer: support radix tree router and routing by client IP (#852) and (#835).
  • Add new filter OPAFilter for Open Policy Agent (#856).

Implemented enhancements:

  • Load Balance: support session and server health check (#796), (#838) and (#857).
  • Making running objects dump interval configurable (#833).
  • Simplify CORSAdaptor (#839).

Fixed bugs:

  • Fix unexpected EOF when compression is enabled (#834).
  • Remove duplicated code in codectool (#851).
  • Update keyfunc for compatibility and bug fixes (#850).
  • Fix mqtt test random fail (#854).

Contributor

Thank you for contributions @aniaan, @samanhappy, @jthann, @nullsimon, @coderabbit214, @MicahParks and @youkale.

easegress-v2.2.0

18 Oct 03:06
86043bf
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.2.0

v2.2.0 (2022-10-18)

Full Changelog

Significant changes:

  • Add new filter WebSocketProxy and remove controller WebSocketServer (#802 )
  • Add new filter OIDCAdaptor for OpenID Connect 1.0 authentication (#828 )
  • Add new filter DataBuilder (#826 )

Implemented enhancements:

  • Support routing by query string (#823 )
  • Update wasmtime-go (#824 )
  • Add more signing algorithm for JWT validator (#806 )
  • Support websocket for ingress controller (#808 )

Fixed bugs:

  • Fix cluster test random fail (#825 )
  • Fix EaseMonitorMetrics status error (#801 )
  • Fix GlobalFilter jsonschema validator error (#798 )

Contributor

Thank you for contributions @jthann , @caoshengdong , @nullsimon .

easegress-v2.1.1

09 Sep 03:32
ccfa0a4
Compare
Choose a tag to compare

Docker image

  • docker pull megaease/easegress:v2.1.1

v2.1.1 (2022-09-09)

Full Changelog

Implemented enhancements:

  • Add ResultBuilder filter (#759)
  • Speed up DNS01 challenge (#754)
  • Add EaseTranslateBot example (code-free workflow by using Easegress pipeline) (#755)
  • Speed up MQTTProxy client connection (#762)
  • Check Kubernetes version for ingress controller (#786)

Fixed bugs:

  • Fix default logger bug (#774)
  • Fix HTTP runtime ticker bug (#788)
  • Fix ingress translation error (#791)

Contributor

Thank you for contributions @J1031, @xmh19936688, @sodaRyCN, @jthann, @LeetaoGoooo .