File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
## Release 7.5.0
2
13
3
14
- Fixed ` Client::extractArgument ` iterable casting to array;
Original file line number Diff line number Diff line change 32
32
*/
33
33
class Client
34
34
{
35
- const VERSION = '7.5.0 ' ;
35
+ const VERSION = '7.5.1 ' ;
36
36
37
37
/**
38
38
* @var Transport
You can’t perform that action at this time.
0 commit comments