Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@Radiergummi Radiergummi released this 16 Sep 14:18
· 251 commits to master since this release

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 a Query instance.
  • Feature: Additional elasticsearch meta data for result sets has been incorporated into collections (fields like total, took, and timedout, 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