File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/Elastic.Clients.Elasticsearch Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3131 </PropertyGroup >
3232
3333 <ItemGroup >
34- <PackageReference Include =" Elastic.Transport" Version =" 0.10.2 " />
34+ <PackageReference Include =" Elastic.Transport" Version =" 0.10.3 " />
3535 <PackageReference Include =" PolySharp" Version =" 1.15.0" >
3636 <PrivateAssets >all</PrivateAssets >
3737 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change @@ -67,7 +67,11 @@ public ElasticsearchClient(IElasticsearchClientSettings elasticsearchClientSetti
6767 {
6868 }
6969
70- internal ElasticsearchClient ( ITransport < IElasticsearchClientSettings > transport )
70+ /// <summary>
71+ /// Initializes a new instance of the client using the provided transport instance.
72+ /// </summary>
73+ /// <param name="transport">The transport implementation that provides connectivity and configuration for the Elasticsearch client.</param>
74+ public ElasticsearchClient ( ITransport < IElasticsearchClientSettings > transport )
7175 {
7276 transport . ThrowIfNull ( nameof ( transport ) ) ;
7377 transport . Configuration . ThrowIfNull ( nameof ( transport . Configuration ) ) ;
You can’t perform that action at this time.
0 commit comments