Releases: easegress-io/easegress
easegress-v2.5.1
update go.mod module version to /v2 (#1045) * update go.mod module version to /v2 * update based on github action
easegress-v2.5.0
easegress-v2.4.3
easegress-v2.4.2
Docker image
docker pull megaease/easegress:v2.4.2
v2.4.2 (2023-06-08)
Implemented enhancements:
- GRPCProxy use connection pool to manage connections (#977).
- Enhance SimpleHTTPProxy to support forward proxy (#1016).
Fixed bugs:
Contributor
Thanks for your contributions @sodaRyCN , @hezhizhen .
easegress-v2.4.1
Docker image
docker pull megaease/easegress:v2.4.1
v2.4.1 (2023-04-21)
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
Docker image
docker pull megaease/easegress:v2.4.0
v2.4.0 (2023-03-03)
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
Docker image
docker pull megaease/easegress:v2.3.1
v2.3.1 (2022-11-28)
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
Docker image
docker pull megaease/easegress:v2.3.0
v2.3.0 (2022-11-28)
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
Docker image
docker pull megaease/easegress:v2.2.0
v2.2.0 (2022-10-18)
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
Docker image
docker pull megaease/easegress:v2.1.1
v2.1.1 (2022-09-09)
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 .