Skip to content

easegress-v1.5.0

Compare
Choose a tag to compare
@localvar localvar released this 03 Mar 08:25
· 494 commits to main since this release
36480f3

Docker image

  • docker pull megaease/easegress:v1.5.0

v1.5.0 (2022-03-03)

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,

Contributor

Thank you for contributions @jthann , @shaohsiung !