- Use curl opts for auth instead of inline syntax [4b01af8]
- Add ClientBuilder::FromConfig to allow easier automated building of Client [a07486d]
- [TESTS] Fix mistake due to poor cherry-picking skills :) [1bae4ed]
- Add Indices/ShardStores endpoint [aa0f13f]
- Add 'fields' param to Bulk Endpoint [d434bf0]
- Add RenderSearchTemplate Endpoint [dfd041d]
- Add
filter_path
to global param whitelist [0943f73] - [TEST] Fix bug where inline stash replacements were not being honored [a4d162e]
- [TEST] Fix stash replacement to make PHP 5.3 happy [91a6e76]
- Add alias for TermVectors -> TermVector [c4330e8]
- [TEST] fix bug where array_key_exists explodes due to doubles [1b071b5]
- Add ''fielddata_fields' and 'filter_path'' param to Search whitelist [2c2632f]
- Add 'human' param to Indices/Get whitelist [e66197f]
- Add Indices/GetUpgrade endpoint [8bc2124]
- Add Indices/Upgrade endpoint [138be12]
- Add Indices/flushSynced endpoint [04d909b]
- Add more missing query-string parameters [a34c725]
- Add missing query-string parameters [f59a521]
- Add missing whitelist parameters to SearchTemplate endpoint [48aed04]
- [TESTS] Add workaround for rest-spec package path change in core [5f3939e]
- Add 'fields' parameter to FieldStats endpoint [49a7ef4]
- FieldStats endpoint accepts a body [79a47cb]
- Add Cat/Segments Endpoint [04a551f]
- NoDocumentsToGetException needs nested original exception [4b7e14e]
- Fix error string handling when creating Exceptions [f22c6c2]
- [DOCS] Fix bulk example [fce4848]
- Add Indices/Seal endpoint [a08252c]
- [TEST] Fix YamlRunner to correctly stash values in object hierarchies [2916727]
- Add SearchExists Endpoint [a47eb67]
- Add more missing query-string parameters [03bdb78]
- Add missing query-string parameters [6efdedd]
- (pr/232) fix Warning for empty body when HEAD request - check if index exists [e6fa2da]
- (HEAD, origin/2.0, 2.0) Add missing whitelist parameters to SearchTemplate endpoint [74a7ca5]
- [TEST] Update version parsing to handle new format [b86fca5]
- Add FieldStats endpoint [4935fd9]
- Merge pull request #217 from simplechris/patch-4 [5a92117]
- Add PSR-2 check to the contributing guidelines [2ad3609]
- Add .php_cs file [17d0eac]
- Add missing docblocks [7305d45]
- Misc cleanup [35cb77e]
- Normalize blank lines between methods [0f2cdae]
- Add blank line before 'return' statements to aid readability [fabd2cc]
- Normalize spacing after explicit type casting [057b1cd]
- Remove unused 'use' statements [f6b2882]
- Normalize Elasticsearch\Common\Exception docblocks [0a3a7ec]
- Remove NamespaceFutureUtil trait [9a75582]
- Remove commented-out debugging [21c2278]
- Normalize docblocks [eaf18e2]
- Remove redundant comments [5c304a2]
- Use PSR-2 coding standard [ad3db43]
- [TEST] Populate response body with exception message so that it can be verified [65f1676]
- Merge pull request #220 from simplechris/fix/client-builder-handler-selection [563124d]
- ClientBuilder fixes for PHP 5.4 [25eaa71]
- Remove save_to streaming functionality - not needed with curl handlers [f32e038]
- Merge pull request #216 from simplechris/patch-2 [6cbe2fe]
- Add missing use statements [58527d5]
curl_reset
was added in 5.5, usecurl_multi_init
to check for curl instead [b722802]- Update Composer.json with PSR-4 [7bfd251]
- Add Cat\Plugins endpoint [3044da9]
- Indices/Stats endpoint should implode multi-valued metric parameters into a single string [c2097b9]
- Fix typo in 'metric' argument of Stats function in IndicesNamespace.php [db85afb]