Announcing MOSN v0.19.0
MOSN v0.19.0 changelog.
We are happy to announce the release of MOSN v0.19.0.
v0.19.0
Optimization
- Use the latest TLS memory optimization scheme @cch123
- Proxy log optimization to reduce memory escape @taoyuanyuan
- Increase the maximum number of connections limit @champly
- When AccessLog fails to obtain variables, use “-” instead @champly
- MaxProcs supports configuring automatic recognition based on CPU usage limits @champly
- Allow specifying network for cluster @champly
Refactoring
- Refactored the StreamFilter framework. The network filter can reuse the stream filter framework @antJack
Bug fixes
- Fix HTTP Trace get URL error @wzshiming
- Fix the ConnectTimeout parameter of xDS cluster is not converted @dengqian
- Fix the upstreamHostGetter method gets the wrong hostname @dengqian
- Fix tcp proxy close the connection abnormally @dengqian
- Fix the lack of default configuration of mixer filter, resulting in a nil pointer reference @glyasai
- Fix HTTP2 direct response not setting
Content-length
correctly @wangfakang - Fix the nil pointer reference in getAPISourceEndpoint @dylandee
- Fix memory increase caused by too many Timer applications when Write is piled up @champly
- Fix the problem of missing stats when Dubbo Filter receives an illegal response @champly