Lines Matching refs:client

191 * Added `auth_type` parameter in the client class config to specify the type of authentication (allowed values are `basic, digest, gssnegotiate, ntlm`) [#1790](https://github.com/ruflin/Elastica/pull/1790)
370 * Removed `\Elastica\Client::_log`, `\Elastica\Log` and the `log` configuration option. Use the `Psr\Log\LoggerInterface $logger` client argument to customize logging.
609 - Added `\Elastica\Client::requestEndpoint`, `\Elastica\Index::requestEndpoint`, `\Elastica\Type::requestEndpoint` that allow make requests with official client Endpoint usage. [#1275](https://github.com/ruflin/Elastica/pull/1275)
842 - Add an "AwsAuthV4" transport that automatically signs requests using credentials from the environment or from the client config. This allows using Elastica with Amazon ElasticSearch Service domains that are restricted to IAM roles or policies. [#1056](https://github.com/ruflin/Elastica/pull/1056)
1558 - Also pass the current client object to the failure callback in \Elastica\Client.
1704 - The transport instances now has support for parameters that can be injected by specifying an array as a transport when creating the Elastica client
1824 - Allow to set curl params over client config [#106](https://github.com/ruflin/Elastica/issues/106/) [#107](https://github.com/ruflin/Elastica/issues/107/)
1864 - Elastica_Log added for logging. Has to be passed as client config to enable
1913 - Refactoring HTTP connection to keep alive connection -> speed improvement during using the same client
1978 - Refactor client constructor. Elastica_Client::__construct(array $config) now takes a config array instead of host and port