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+
112## Release 7.5.0
213
314- Fixed ` Client::extractArgument ` iterable casting to array;
Original file line number Diff line number Diff line change 3232 */
3333class Client
3434{
35- const VERSION = '7.5.0 ' ;
35+ const VERSION = '7.5.1 ' ;
3636
3737 /**
3838 * @var Transport
You can’t perform that action at this time.
0 commit comments