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
This major version release reworks the javascript API to be generated from the OpenSearch service definitions, rather than being all manually defined. As a result of this, some parameter names, etc, have changed, e.g., opType is now op_type or type, so they align with the actual API names rather than a javascript-conventional name. The code needs to be updated to reflect this. System tests fail, demonstrating the issues.