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.14.0
2+
3+ - Usage of psr/log version 2
4+ [ #1154 ] ( https://github.com/elastic/elasticsearch-php/pull/1154 )
5+ - Update search iterators to send ` scroll_id ` inside the request body
6+ [ #1134 ] ( https://github.com/elastic/elasticsearch-php/pull/1134 )
7+ - Added the ` ingest.geoip.downloader.enabled=false ` setting for ES
8+ [ 5867351] ( https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1 )
9+ - Removed phpcs for autogenerated files (endpoints)
10+ [ 651c57b] ( https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a )
11+
112## Release 7.13.1
213
314- Added port in url for trace and logger messages
Original file line number Diff line number Diff line change 6969 */
7070class Client
7171{
72- const VERSION = '7.14.0-SNAPSHOT ' ;
72+ const VERSION = '7.14.0 ' ;
7373
7474 /**
7575 * @var Transport
You can’t perform that action at this time.
0 commit comments