Skip to content

Commit 93a969c

Browse files
committed
Added CHANGELOG and fixed phpstan JsonException issue for php < 7.3
1 parent 58aa1d3 commit 93a969c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ parameters:
22
ignoreErrors:
33
- '#Unsafe usage of new static()#'
44
- '#Call to static method performRequest\(\) on trait#'
5+
- '#Constant JSON_THROW_ON_ERROR not found#'
6+
- '#Caught class JsonException not found#'
7+
- '#Call to method getCode\(\) on an unknown class JsonException#'

0 commit comments

Comments
 (0)