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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
-
## Release 6.7.1
1
+
## Release 6.7.2
2
2
3
3
- Fix #846 choosing `GET` and `POST` in endpoints based on body [[acbc76d0]](https://github.com/elastic/elasticsearch-php/commit/acbc76d0)
4
4
- Fix #843 adding `wait_for_active_shards` and `pipeline` in `UpdateByQuery`[[acbc76d0]](https://github.com/elastic/elasticsearch-php/commit/acbc76d0)
5
5
- Fixed missing `ScriptsPainlessExecute` endpoint, since ES 6.3 [[acbc76d0]](https://github.com/elastic/elasticsearch-php/commit/acbc76d0)
6
6
- Fixed missing `RankEval` endpoint, since ES 6.2 [[acbc76d0]](https://github.com/elastic/elasticsearch-php/commit/acbc76d0)
7
7
- Added User-Agent header equal to `elasticsearch-php/6.7.1 (metadata-values)`[[acbc76d0]](https://github.com/elastic/elasticsearch-php/commit/acbc76d0)
8
8
9
+
## Release 6.7.1
10
+
11
+
- Added `track_total_hits` in `search` endpoint [0c9ff47](https://github.com/elastic/elasticsearch-php/commit/9f4f0dfa331c4f50d2c88c0068afd3062e6ea353)
12
+
9
13
## Release 6.7.0
10
14
11
15
- Removed requirement of `{type}` part in `indices.put_mapping`, see new API specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
0 commit comments