Skip to content

Simplify gateway support -- breaking changes

Latest
Compare
Choose a tag to compare
@atsaur atsaur released this 15 Jun 01:26
· 28 commits to develop since this release
67709ec

Breaking changes

  • Routes under the remote-myapp are for route registration only. Only support match and accessibility properties
  • All operations of incoming requests can only be processed under ingress.routes.
  • Configurations of routes under local-myapp are dropped.
  • json schema definition of supported values input is under schemas folder
  • validation framework includes new schema validation step

What's Changed

  • add support for adding any custom sidecar by @atsaur in #43
  • added traffic shifting for gateway by @atsaur in #44
  • refactor match headers code to get rid of ghost headers by @atsaur in #45
  • update tls cert validation to support dynamic loading by @atsaur in #46
  • add cluster sni back (pick up in the next change) by @atsaur in #47
  • SECP-9635 SECP-9639 initialize schema validation and ratelimit by @fs895472 in #48
  • fixed the typo of server cert validation using ca by @atsaur in #50
  • Accesslog stream type support by @atsaur in #53
  • Update route processing order and access log output option by @atsaur in #54
  • add schema checks for routing and ingress rbac by @fs895472 in #55
  • Add support for http healthcheck on different port by @atsaur in #57
  • Add canary support by @atsaur in #58
  • Fixed issue of missing canary routes by @atsaur in #59
  • Fixed jwt filter rules by @atsaur in #60
  • SECP-7638 routing and enrich by @fs895472 in #62
  • More envoy cluster properties by @fs895472 in #64
  • Simplify gateway support - HF by @fs895472 in #65
  • Simplify gateway support - breaking change by @atsaur in #61

Full Changelog: v1.3.19...v1.3.37