Skip to content

Commit a80d136

Browse files
committed
Prep. for 7.5.1
1 parent 6257d0e commit a80d136

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Release 7.5.1
2+
3+
- Added `ClientBuilder::includePortInHostHeader()` to add the
4+
`port` in the `Host` header. This fixes [#993](https://github.com/elastic/elasticsearch-php/issues/993).
5+
By default the `port` is not included in the `Host` header.
6+
[#997](https://github.com/elastic/elasticsearch-php/pull/997)
7+
- Replace abandoned packages: ringphp, streams and phpstan-shim
8+
[#996](https://github.com/elastic/elasticsearch-php/pull/996)
9+
- Fixed gzip compression when setting Cloud Id
10+
[#986](https://github.com/elastic/elasticsearch-php/pull/986)
11+
112
## Release 7.5.0
213

314
- Fixed `Client::extractArgument` iterable casting to array;

src/Elasticsearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333
class Client
3434
{
35-
const VERSION = '7.5.0';
35+
const VERSION = '7.5.1';
3636

3737
/**
3838
* @var Transport

0 commit comments

Comments
 (0)