Skip to content

v1.6.0 Release

Latest
Compare
Choose a tag to compare
@3062 3062 released this 17 Aug 07:30
· 20 commits to master since this release
65ae466

v1.6.0

New Features

Changes

Refactoring

  • Refactor debug log content, move data into tracef (#2316) @antJack

Optimization

Bug fixes

  • Fix edfScheduler incorrectly fixing weight to 1 in dynamic load algorithm (#2306) @jizhuozhi
  • Fix unstable LB behavior caused by changing the order of cluster hosts (#2258) @dengqian
  • Fix panic caused by missing EWMA() method in NilMetrics (#2310) @antJack (#2312) @jizhuozhi
  • Fix panic caused by empty cluster hosts when xDS is updated (#2314) @dengqian
  • Fix reboot failure due to undeleted UDS socket file when MOSN exits abnormally (#2318) @wenxuwan
  • Fix xDS status code not converted error. Fix unhandled istio inbound IPv6 address error (#2144) @kkrrsq
  • Fix new connection error when Listener does not close directly during graceful exit of non-hot upgrade (#2234) @hui-cha
  • Fix goimports lint error (#2313) @spacewander