File tree Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,20 @@ matrix:
17
17
fast_finish : true
18
18
include :
19
19
- php : 7.1
20
- env : ES_VERSION="7.2.0 "
20
+ env : ES_VERSION="7.3.2 "
21
21
- php : 7.2
22
- env : ES_VERSION="7.2.0 "
22
+ env : ES_VERSION="7.3.2 "
23
23
- php : 7.3
24
- env : ES_VERSION="7.2.0"
25
- - php : 7.1
26
- env : ES_VERSION="7.2.1"
27
- - php : 7.2
28
- env : ES_VERSION="7.2.1"
24
+ env : ES_VERSION="7.3.2"
29
25
- php : 7.3
30
26
env : ES_VERSION="7.2.1"
31
27
- php : 7.3
32
- env : ES_VERSION="7.3.0 "
28
+ env : ES_VERSION="8.0.0-SNAPSHOT "
33
29
allow_failures :
34
30
- php : 7.3
35
- env : ES_VERSION="7.3.0"
31
+ env : ES_VERSION="7.2.1"
32
+ - php : 7.3
33
+ env : ES_VERSION="8.0.0-SNAPSHOT"
36
34
37
35
env :
38
36
global :
Original file line number Diff line number Diff line change
1
+ ## Release 7.3.0
2
+
3
+ - Added support for simplified access to the ` X-Opaque-Id ` header
4
+ [ #952 ] ( https://github.com/elastic/elasticsearch-php/pull/952 )
5
+ - Added the HTTP port in the log messages
6
+ [ #950 ] ( https://github.com/elastic/elasticsearch-php/pull/950 )
7
+ - Fixed hostname with underscore (ClientBuilder::prependMissingScheme)
8
+ [ #949 ] ( https://github.com/elastic/elasticsearch-php/pull/949 )
9
+ - Removed unused Monolog in ClientBuilder
10
+ [ #948 ] ( https://github.com/elastic/elasticsearch-php/pull/948 )
11
+
1
12
## Release 7.2.2
2
13
3
14
- Reintroduced the optional parameter in ` Elasticsearch\Namespaces\IndicesNamespace::getAliases() ` .
Original file line number Diff line number Diff line change 33
33
*/
34
34
class Client
35
35
{
36
- const VERSION = '7.2.2 ' ;
36
+ const VERSION = '7.3.0 ' ;
37
37
38
38
/**
39
39
* @var Transport
You can’t perform that action at this time.
0 commit comments