Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

56 lines (36 loc) · 3.03 KB

Changelog

v1.1.0 (2021-07-16)

Full Changelog

Significant changes:

  • Kubernetes Ingress Controller #25
  • WASM:The new plugin mechanism for the Easegress #1(Still working on AssemblyScript SDK, coming soon...)

Implemented enhancements:

  • CI: Add codecov into github action #121
  • Mesh: convert service instance API to pb/json #109
  • Support dynamic admin API && correct syncer && make interface cleaner #96
  • CI: check unnecessary dependencies #77

Fixed bugs:

  • Github Action failed due to the unit test of TestCluster #111
  • Fix unit test failure of semaphore and cluster #110
  • Use default spec correctly & fix httppipeline.Validate without recursively checking #100

v1.0.1 (2021-06-29)

Full Changelog

Significant changes:

  • Use traffic controller to manage TrafficGate and Pipeline #20
  • FaaSController #59
  • Upgrade MeshController to use TrafficController #79
  • Replace the Iris with Go-Chi Framework #24

Implemented enhancements:

  • Golang/protobuf warning #36
  • Support an HTTPServer bind multiple certs #31
  • HTTP Host header can't be written properly into headers for backend request #27
  • Support strip trailing slash #85
  • Add multiple certs support, close #31 #48
  • Docker: add tzdata package for latest alpine #45
  • Deps: use dependabot to update dependencies #43

Fixed bugs:

  • Possible regression introduce by FaaSController #73
  • HTTPPipeline loadBalance is required but causes panic if missing #63
  • Server help messages print multiple times #37
  • Fix double free etcd #87

v1.0.0 (2021-06-01)