Skip to content

Commit 65a64f7

Browse files
committed
Merge branch '7.8' into 7.x
2 parents c0da13f + 5c2d039 commit 65a64f7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Release 7.8.0
2+
3+
- Updated endpoints and namespaces for Elasticsearch 7.8
4+
[f2a0828](https://github.com/elastic/elasticsearch-php/commit/f2a0828d5ee9d126ad63e2a1d43f70b4013845e2)
5+
- Improved documentation
6+
[#1038](https://github.com/elastic/elasticsearch-php/pull/1038)
7+
[#1027](https://github.com/elastic/elasticsearch-php/pull/1027)
8+
[#1025](https://github.com/elastic/elasticsearch-php/pull/1025)
9+
110
## Release 7.7.0
211

312
- Removed setId() into endpoints, fixed `util/GenerateEndpoints.php`

phpstan.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
parameters:
2+
reportUnmatchedIgnoredErrors:
3+
false
24
ignoreErrors:
35
- '#Unsafe usage of new static()#'
46
- '#Call to static method performRequest\(\) on trait#'
7+
- '#Constant JSON_THROW_ON_ERROR not found#'
8+
- '#Caught class JsonException not found#'
9+
- '#Call to method getCode\(\) on an unknown class JsonException#'

0 commit comments

Comments
 (0)