Docker image
docker pull megaease/easegress:v2.1.0
v2.1.0 (2022-08-09)
Significant changes:
- Define user data in pipeline spec.
jumpIf
support jumping on an empty result.- Bump API version to v2 (v1 APIs are kept for compatibility, and will be removed later, please switch to v2 APIs ASAP).
Implemented enhancements:
- RequestAdaptor support signing the request (experimental).
- RequestBuilder support form data (HTTP only).
- Add
disableReport
option to tracing (#737). - Logs go to stdout/stderr by default (#747).
Fixed bugs:
- HTTPServer does not work as expected when match all header is enabled (#699).
jumpIf
not working with global filter (#704).- Response headers set by filters before a Proxy are all lost (#723 #727).
- Nacos registry doesn't work (#720).
- Panic in StatusSyncController (#739).
- MQTT client is not closed as expected (#741).
Contributor
Thank you for contributions @jthann , @sodaRyCN, @samanhappy, @killua525 and @xmh19936688 !