Skip to content

Commit

Permalink
Prep. for 7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Feb 14, 2020
1 parent 6257d0e commit a80d136
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Release 7.5.1

- Added `ClientBuilder::includePortInHostHeader()` to add the
`port` in the `Host` header. This fixes [#993](https://github.com/elastic/elasticsearch-php/issues/993).
By default the `port` is not included in the `Host` header.
[#997](https://github.com/elastic/elasticsearch-php/pull/997)
- Replace abandoned packages: ringphp, streams and phpstan-shim
[#996](https://github.com/elastic/elasticsearch-php/pull/996)
- Fixed gzip compression when setting Cloud Id
[#986](https://github.com/elastic/elasticsearch-php/pull/986)

## Release 7.5.0

- Fixed `Client::extractArgument` iterable casting to array;
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
class Client
{
const VERSION = '7.5.0';
const VERSION = '7.5.1';

/**
* @var Transport
Expand Down

0 comments on commit a80d136

Please sign in to comment.