Skip to content

Commit

Permalink
Updated CHANGELOG for 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jul 18, 2019
1 parent cdbeab3 commit 48b8a90
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Release 5.5.0

- Added `User-Agent` header equal to `elasticsearch-php/5.5.0 (metadata-values)` [[26da9a33]](https://github.com/elastic/elasticsearch-php/commit/26da9a33)
- Fix #846 choosing GET and POST in endpoints based on body [[cdbeab38]](https://github.com/elastic/elasticsearch-php/commit/cdbeab38)
- Fix #843 adding `wait_for_active_shards` and `pipeline` in UpdateByQuery [[8b36458]](https://github.com/elastic/elasticsearch-php/commit/8b36458319b1734d1032817abf1f850d3fcfd4ec)

## Release 5.4.0

- fixed php 7.3 compatibility for elasticsearch 5 (#826) [[14a19ba]](http://github.com/elasticsearch/elasticsearch-php/commit/14a19ba)
Expand Down Expand Up @@ -297,4 +303,3 @@ tweaks over time. The test framework is in much better shape, largely thanks to
- Revert "[TEST] fix object notation" [[b966328]](http://github.com/elasticsearch/elasticsearch-php/commit/b966328)
- Make test fail on Yaml parse error [[f1b3adb]](http://github.com/elasticsearch/elasticsearch-php/commit/f1b3adb)
- Only show log when test fails [[f2acb43]](http://github.com/elasticsearch/elasticsearch-php/commit/f2acb43)

0 comments on commit 48b8a90

Please sign in to comment.