Skip to content

easegress-v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 04:27
· 298 commits to main since this release
95c4eaa

Docker image

  • docker pull megaease/easegress:v2.1.0

v2.1.0 (2022-08-09)

Full Changelog

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 !