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
* Elastica/Client uses getTransportInfo and throws an exception if couldn't connect to ES host
* Pass errored response body in transportInfo
* Revert changes is composer.json - no longer point to a fork of ruflin/Elistica
* Switch to ruflin/elastica 6.1 in composer.json
* Factor out the forbidden HTTP codes
Put in configuration instead of hard-coding in the Client class
Unit test the configuration
Defaults are 400, 403, 404
Refactor unit tests and mocks for the Client
* Switch from Exception to Elastica\Exception\ClientException
Update unit test
* Refactor following discussion in ruflin/Elastica
* Remove double carrige return
* Handle responseData being a string or an array
* Update composer.json
0 commit comments