Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

67 lines (47 loc) · 2.48 KB

Table of Contents

0.5.0

Breaking Changes

  • upgrade the default Envoy version to 1.32: #789
  • allow missing consumer for consumer plugins: #773

Features

  • add sentinel plugin: #740
  • limitCountRedis: add option to disable x-envoy-ratelimited header generation: #835
  • support running Go code in synchronous way conditionally:
  • support running integration test with envoy bin:

Fixes

  • fix(cors): allowOriginStringMatch & allowMethods are required #823

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