Yoga Series Release Notes¶
7.0.0¶
New Features¶
Microversion 1.39 adds support for the
in:
syntax in therequired
query parameter in theGET /resource_providers
API as well as to therequired
andrequiredN
query params of theGET /allocation_candidates
API. Also adds support for repeating therequired
andrequiredN
parameters 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
HTTPProxyToWSGI
middleware 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.