- Fix imports [0106351]
- ClientBuilder: setLogger() and setTracer() only accept \Psr\Log\LoggerInterface (#673) [0270c4f]
- fix for invalid GET /_aliases route. (#663) [6d467fa]
- Remove PutTemplate endpoint, lang param of PutScript no longer used [a13544f]
Note: I'm considering PutTemplate removal a bugfix, since the API doesn't exist in ES Core anymore. Using the endpoint throws an error,
so the removal is just fixing an existing bug, hence
6.0.1
instead of6.1.0
- [DOCS] Add note about separate X-Pack library to README (#694) [6ffdef8]
- [DOCS] add link to community index helper (#681) [644f7f7]
- [DOCS] Add missing content for breaking changes page [5a515ac]
- [DOCS] update autogenerated api docs [7f2cd0b]
- [DOCS] Update version tables [b824bb7]
- Add Ingest\ProcessorGrok endpoint [800b1ec]
- Add Cluster\RemoteInfo endoint [dfd8c3c]
- Add Unauthorized401Exception [cc68efd]
- Add verify as acceptable query string parameter for createRepository (#665) [885bfea]
- Fix parsing of NodesInfo for Sniffing [e22f67f]
- Do not schedule connection pool checks on 4xx level errors [fd75e99]
- Add 'terminate_after' to Count endpoint whitelist (#634) [c3cacd7]
- [DOCS] Flip Branch / PHP Version table (#656) [fa7bfb3]
- [TEST] use proper TestCase parent clsas [766b440]
- [TEST] add PHPStan to build (#628) [946cd65]
- [TEST] Fix some PHPCS violations in tests [18a38dd]
- [src] add PHP_CodeSniffer (#647) [24900ef]
- [TEST] add PHP_CodeSniffer to build (#638) [088a509]
- [TEST] Use tests from corresponding ES version (#649) [75c6680]
- [TEST] Add support for
bad_request
in yaml runner [ad86f91] - [TEST]
max_compilations_per_minute
is nowmax_compilations_rate
[ebdba06] - [TEST] print elasticsearch.log if cluster fails to start [fe796aa]
- [TEST] move integration test to dedicated test file [71ccfc1]
- [TEST] Client does not support accepting Yaml format responses [fc9a9f9]
Woo!
- Use upper-case "Host" header [045aac4]
- Add 'allow_no_indices' param to Indices\Delete whitelist [3a3a5ab]
- Add 'verbose' param to Snapshot\Get whitelist [b70b933]
- Add 'pre_filter_shard_size' param to Search whitelist [f708d9d]
- Add 'ignore_unavailable' param to Indices\Delete whitelist [8133021]
- Add 'include_defaults' param to Cluster\Settings\Get whitelist [8e5ab38]
- [DOCS] Remove Sami from composer.json and update docs (#619) [fcd5ff1]
- [Docs] recommend composer/ca-bundle instead of Kdyby/CurlCaBundle (#613) [7f43b2e]
- [TEST] Fix content-type assertions in test to match case [5b37117]
- Capitalize 'Content-Type' for maximum compatibility [b8ad96c]
- [TEST] Use percentage watermarks to be compatible with default flood [95d2f89]
- [TEST] remove watermark flood from static config [9b71940]
- Shrink API was not setting body correctly [e0f0985]
- [TEST] Add some missing and required static configs [38febbe]
- [TEST] Allow skipping individual tests inside of test file [51b9b9b]
- Travis: add PHP 7.2 + ES 6.0 to build matrix (#622) [061f100]
- [TEST] tests code cleanup (#618) [dc5d18c]
- [TEST] Fix RoundRobinSelector Tests (#617) [23a0ba8]
- [TEST] skip new percentile tests for now [b5d9613]
- [TEST] drop HHVM from build [#611] (#616) [21a2d24]
- [TEST] Skip cat.aliases/20_headers.yml [c83ca74]
- [TEST] YamlRunnerTest should run both .yml and .yaml files [98c2646]
- [TEST] build against ES 6 on Travis [b5886a8]
- [TEST] drop HHVM from build [#611] [0a7b402]
- [TEST] test tweaks to appease stricter types [51f189e]
- Fix ClientBuilder - pass correct argument for Elasticsearch\Endpoints\MsearchTemplate::__construct. (#605) [5f83b52]
- [TEST] improve code quality of tests (#610) [9ea2156]
- [TEST] Support headers in yaml runner, do some bad-comment cleaning [57b5489]
- [TEST] fix handling of format for Cat tests [a24b7d1]
- [TEST] test files are now .yml instead of .yaml [ceac5bd]