Easegress v1.5.0 Release Notes

Release Date: 2022-03-03 // about 2 years ago
  • Full Changelog

    Significant changes:

    • HTTP basic auth filter #454
    • HeaderLookup filter #454
    • HeaderToJSON filter #458
    • CertExtractor filter #474
    • Custom data management #456, #500

    NOTE: The dynamic cluster management feature (e.g. adding a new primary node without stopping the cluster) is deprecated and will be removed in the next release, please switch to static cluster management. You can refer to this cookbook chapter or follow Helm example for more info on how to define a static cluster.

    Implemented enhancements:

    • ➕ Add pipeline route for mqttproxy #453
    • Install script to install the systemd service #461, #463
    • 👍 RequestAdaptor support compress/decompress request body #497
    • 👍 CorsAdaptor support origin #498
    • Filter out 'TLS handshake error' #533
    • ✅ Test #469, #507
    • 📚 Documentation #464, #465, #475, #499

    🛠 Fixed bugs:

    • 🛠 Fix empty http request body read panic #457
    • 🛠 Fix paging in query nacos service registry #478
    • 🛠 Fix duplicate response header #482
    • ➕ Add close option to httpRequest.SetBody #502
    • 🛠 Fix wrong service name in nacos service registry #504
    • ✂ Remove method & path from httpRequest #524
    • 👉 Make cluster.Mutex to be goroutine same #527
    • 🛠 Fix empty request scheme #529
    • 🛠 Fix typo #471, #479,