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
Description of the problem including expected versus actual behavior:
In previous versions, we were able to pass RequestParameters in ElasticsearchClient.Transport.RequestAsync method.
It seems that we cannot do that anymore. According to the release notes there were some changes to the Transport library, but once again, it is unclear what to do about them.
Steps to reproduce:
UpdateDocumentRequestParameters : RequestParameters
{
public Refresh Refresh
{
get => Q<Refresh>("refresh");
init => Q("refresh", value);
}
}
Elastic.Clients.Elasticsearch version: 8.16.0
Elasticsearch version: 8.12.2
.NET runtime version: 8.0
Operating system version:
Description of the problem including expected versus actual behavior:
In previous versions, we were able to pass
RequestParameters
in ElasticsearchClient.Transport.RequestAsync method.It seems that we cannot do that anymore. According to the release notes there were some changes to the Transport library, but once again, it is unclear what to do about them.
Steps to reproduce:
How are we supposed to convert such code?
Expected behavior
Provide
ConnectionSettings
(if relevant):Provide
DebugInformation
(if relevant):The text was updated successfully, but these errors were encountered: