|
| 1 | +## 6.2.0 |
| 2 | + |
| 3 | +### Client |
| 4 | + |
| 5 | +* Assert that connection count is at least previous count when reloaded |
| 6 | +* Don't mutate user-defined options upon initialization of client |
| 7 | +* Only dup options if they are passed in |
| 8 | +* Convert client tests to rspec for 6.x |
| 9 | +* Redacted password if host info is printed in error message |
| 10 | +* Adds tests for not including password in logged error message |
| 11 | +* The redacted string change will be in 6.1.1 |
| 12 | +* Add more tests for different ways to specify client host argument |
| 13 | +* Do not duplicate connections in connection pool after rebuild (#591) |
| 14 | + |
| 15 | +### API |
| 16 | + |
| 17 | +* Update split indices method and test |
| 18 | +* Port api/actions tests to rspec (#543) |
| 19 | +* Account for escape_utils not being available for JRuby |
| 20 | +* Convert cat API tests to rspec (#547) |
| 21 | +* Convert cluster API tests to rspec (#548) |
| 22 | +* Convert indices tests to rspec (#549) |
| 23 | +* Fix documentation of #indices.analyze |
| 24 | +* Avoid instantiating an array of valid params for each request, each time it is called (#550) |
| 25 | +* Skip tests with 'default_shards' in features (#558) |
| 26 | +* Convert snapshot, ingest, tasks, nodes api tests to rspec (#563) |
| 27 | +* Update documentation for msearch |
| 28 | +* Remove reference to deprecated format option for _analyze endpoint |
| 29 | +* Correct endpoints used for get and put search template |
| 30 | +* Fix minor typo |
| 31 | +* Note that a non-empty body argument is required for the bulk api |
| 32 | +* Support ignore_throttled option on search API |
| 33 | + |
| 34 | +### DSL |
| 35 | + |
| 36 | +* Convert aggregations/pipeline tests to rspec (#564) |
| 37 | +* Convert aggregations tests to rspec (#566) |
| 38 | +* Convert filters tests to rspec (#568) |
| 39 | +* Fix bug in applying no_match_filter to indices filter |
| 40 | +* Fix integration tests for join field syntax |
| 41 | +* Update test for current elasticsearch version |
| 42 | +* Include type in index document operation in test |
| 43 | +* minor: fix spacing |
| 44 | +* Convert queries tests to rspec (#569) |
| 45 | +* spec directory structure should mirror code directory structure |
| 46 | +* Ensure that filters are registered when called on bool queries (#609) |
| 47 | +* Apply PR 572 to 6.x branch |
| 48 | +* Ensure that specs are running as part of integration tests |
| 49 | +* Revert previous commit; spec tests are running as part of unit tests |
| 50 | + |
| 51 | +## EXT:6.2.0 |
| 52 | + |
| 53 | +* Remove gem dependency on 'oj' gem and instead warn if LoadError |
| 54 | +* Remove gem dependency on 'patron' gem and instead warn if LoadError |
| 55 | +* Make ruby-prof a gem development dependency |
| 56 | +* Fix jar regex determining elasticsearch version (#557) |
| 57 | +* Added, that determining version from .jar file is more defensive |
| 58 | + |
| 59 | +## XPACK:6.2.0 |
| 60 | + |
| 61 | +* Add ruby-prof as a development dependency |
| 62 | +* Handle multiple roles passed to get_role_mapping |
| 63 | +* Minor updates to xpack api methods (#586) |
| 64 | +* Rewrite xpack rest api yaml test handler (#585) |
| 65 | +* Set up docker files for running security (Platinum) tests on Jenkins (#606) |
| 66 | +* Run Platinum rest api tests on 6.6.1 (#615) |
| 67 | +* Fix mistake in testing version range so test can be skipped |
| 68 | +* Support freeze and unfreeze APIs |
| 69 | +* Adjust rollup get_jobs endpoint |
| 70 | +* Improve error handling in spec_helper and action execution |
| 71 | +* Revert commit cd6b88deccdd7ad128364c0dc0d7c3326d650730 |
| 72 | +* Fix skip test logic |
| 73 | + |
1 | 74 | ## 6.1.0
|
2 | 75 |
|
3 | 76 | ### X-Pack
|
|
0 commit comments