Easegress v2.1.0 Release Notes

Release Date: 2022-08-09 // over 1 year ago
  • 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).

    Implemented enhancements:

    • ๐Ÿ‘ RequestAdaptor support signing the request (experimental).
    • ๐Ÿ‘ RequestBuilder support form data (HTTP only).
    • โž• Add disableReport option to tracing.
    • ๐Ÿ”Š Logs go to stdout/stderr by default.

    ๐Ÿ›  Fixed bugs:

    • HTTPServer does not work as expected when match all header is enabled.
    • jumpIf not working with global filter.
    • Response headers set by filters before a Proxy are all lost.
    • Nacos registry doesn't work.
    • Panic in StatusSyncController.
    • MQTT client is not closed as expected.