Skip to content

Commit 11ebdf2

Browse files
committed
Update Changelog
1 parent 43e3382 commit 11ebdf2

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
## Release 2.2.0
2+
3+
- 236a5e0 Added depracated tag on deletebyquery and mlt
4+
- Update for 2.3 https://github.com/elastic/elasticsearch-php/pull/420
5+
- Add Reindex Endpoint
6+
- Add UpdateByQuery endpoint
7+
- Add Tasks Namespace (Tasks/Cancel, Tasks/Show)
8+
- Add `ignore_unavailable` to Cat/Snapshots
9+
- Add `master_timeout`, `timeout` to Cluster/PutSettings
10+
- Add `timeout` to Cluster/Stats
11+
- Add `char_filters`, `char_filter`, `filter`, `explain`, `attributes` to Indices/Analyze
12+
- Add `query`, `index`, `recycler`, `request` to Cache/Clear
13+
- Add `update_all_types` to Indices/Create
14+
- Add `local` to Indices/ExistsTypes
15+
- Add `bytes` to Cat/Shards
16+
- Add `wait_if_ongoing` to Indices/Flush
17+
- Add `update_all_types` to Indices/PutMapping
18+
- Add `verbose` to Indices/Segments
19+
- Remove unused Indices/Snapshotindex (unlinked from any namespace)
20+
- Add `ignore_unavailable`, `allow_no_indices`, `expand_wildcards`, `rewrite` to Indices/ValidateQuery
21+
- Add `version`, `version_type` to MTermVectors
22+
- Add `ignore_idle_threads` to Nodes/HotThreads
23+
- Add `timeout` to Nodes/Info
24+
- Add `timeout` to Nodes/Stats
25+
- Add `percolate_routing`, `percolate_preference` to Percolate
26+
- Add terminate_after`, `track_scores`, `request_cache` to Search
27+
- Add `min_score` to SearchExists
28+
- Add `verify` to Snapshot/CreateRepository
29+
- Add `version`, `version_type` to Template/Delete
30+
- Add `version`, `version_type` to Template/Get
31+
- Add `version`, `version_type`, `op_type` to Template/Put
32+
- Add `script_id`, `scripted_upsert` to Update
33+
- 6b6a1f6 feat(): allow to override client instantiation (#412)
34+
- 8b53f6b Fix bug when Create is called with an stdClass body
35+
36+
### Testing
37+
- 1009763 [TEST] Fix jq syntax for numeric branches (e.g. `2.2`)
38+
- c303676 Fixed phpunit to refer to server instead of env
39+
- 391b249 Updated ParseSpec to be able to run from console and use new api path
40+
- 9308a1a getApiPath function returns path without trailing slash
41+
- 16dfe8a [TEST] Automate snapshot retrieval
42+
43+
### Documentation
44+
- 1b01244 [Docs] Fix typo. (#409)
45+
- 1f07b31 [DOCS] Usage example for creating ClientBuilder fixed (#406)
46+
- e7b8e83, a3c806a [DOCS] Generate reference docs
47+
- 836b499 Add script to generate docs
48+
- 951d576 Make it easier to note that 'client' is an array of options.
49+
150
## Release 2.1.5
251
- whitelist search per-request cache parameters [[8105a9e]](http://github.com/elasticsearch/elasticsearch-php/commit/8105a9e)
352
- Add 'routing' parameter to Mget endpoint whitelist [[bb0a623]](http://github.com/elasticsearch/elasticsearch-php/commit/bb0a623)

0 commit comments

Comments
 (0)