Yoga Series Release Notes¶
7.0.0¶
New Features¶
Microversion 1.39 adds support for the
in:syntax in therequiredquery parameter in theGET /resource_providersAPI as well as to therequiredandrequiredNquery params of theGET /allocation_candidatesAPI. Also adds support for repeating therequiredandrequiredNparameters in the respective APIs. So:required=in:T3,T4&required=T1,!T2
is supported and it means T1 and not T2 and (T3 or T4).
The
HTTPProxyToWSGImiddleware is now enabled in api pipeline. With this middleware enabled, actual client addresses are recorded in request logs in stead addresses of intermediate load balancers.