RSS

Announcing MOSN v1.2.0

MOSN v1.2.0 changelog.

We are happy to announce the release of MOSN v1.2.0.

v1.2.0

New Features

  • Support for configuring HTTP retry status codes (#2097) @dengqian
  • Add dev container build configuration and instructions (#2108) @keqingyuan
  • Support connpool_binding GoAway (#2115) @EraserTime
  • Support for configuring the listener defaultReadBufferSize (#2133) @3062
  • Support Proxy-Wasm v2 ABI (#2089) @lawrshen
  • Support transparent proxy based on iptables tproxy (#2142) @3062

Refactoring

  • Remove MOSN’s extended context framework and use the variable mechanism instead. Migrate the variable mechanism and memory reuse framework to mosn.io/pkg (#2055) @nejisama
  • Migrating the metrics interface to mosn.io/api (#2124) @YIDWang

Bug fixes

  • Fix some missing log parameters (#2141) @lawrshen
  • Determine if the obtained cookie exists by error (#2136) @greedying