You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix _type deprecation on simulate pipeline API (#116259)
A change in 8.0.0 was intended to deprecate specifying `_type` in a
document passed to the simulate pipeline API, unless it was in BWC
mode for v7. There was a logic error which meant that the warning
would actually *only* fire in BWC mode... except that the API version
was not being correctly passed from the REST request to the transport
request, so the warning would never fire.
This change for the 9.0 release fixes both issues, so that the
deprecation warning fires unless it is in BWC mode for v8.
0 commit comments