Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 1.58 KB

Table of Contents

0.4.1

Features

  • add basic trailer processing: #762
  • add routePatch plugin: #769

Fixes

  • support getting headers in OnLog phase by every plugin: #770
  • the plugin order sent from controller may be wrong #774

0.4.0

Breaking Changes

  • don't respect the request's Content-Type request header when generating response from Envoy directly, after receiving the response from the upstream: #744

Features

  • add server side filter: #694
  • support Consul as ServiceRegistry: #695
  • support Nacos v2 as ServiceRegistry:
  • allow setting listener access log via listenerPatch plugin: #701
  • add DynamicConfig to dispatch route-independent configuration:
  • adapt the latest Envoy:
  • enable dual stack by default: #741

Fixes

  • avoid unnecessary xDS generation for our CRD: #719