Version 2.0.0
Change log
This is the first release of the fork. As the minimum PHP version requirement has been raised to 7.3
, this can be considered a breaking change.
- Breaking: Minimum PHP version requirement has been raised to 7.3
- Breaking: All methods have been statically typed where possible, to allow more IDE auto-completion. Additionally, docblocks have been fixed, so
newQuery()
actually returns aQuery
instance. - Feature: Additional elasticsearch meta data for result sets has been incorporated into collections (fields like
total
,took
, andtimedout
, for example) and can be accessed using getters now. - Fix: Added logger instance instead of the missing method call to
ClientBuilder::defaultLogger
- Chore: Made code follow PSR standards