Skip to content

Releases: kununu/elasticsearch

Update kununu/collections from 4.1 to 5.0

17 Jul 17:53
eb4feef
Compare
Choose a tag to compare

Changes

Backward Compatibility Breaks

Bugfixes

Added

  • Update kununu/collections from 4.1 to 5.0

Improvements

Deprecated

Add Aggregate Composite By Query

16 Jul 08:57
87e63e0
Compare
Choose a tag to compare

Changes

Backward Compatibility Breaks

Bugfixes

Added

  • Add Aggregate Composite By Query

Improvements

Deprecated

Drop support for PHP 8.0

11 Apr 12:02
87b8f2e
Compare
Choose a tag to compare

Changes

Backward Compatibility Breaks

  • Drop support for PHP 8.0 - PHP 8.1 is now the minimum version.

Bugfixes

Added

Improvements

  • Upgraded PHPUnit to version 10.5
  • Refactor some code to take advantage of PHP 8.1 features (read-only properties)
  • Fix tests that used deprecated/removed features on PHPUnit 10.5
  • Refactor tests to be more PHPUnit 10.5 compliant (e.g. using attributes for data providers, make all data providers static, etc.)
  • Updated versions of continuous integration components

Deprecated

Send scroll_id in the body of the request in Repository::findByScrollId

27 Nov 14:55
555e4bb
Compare
Choose a tag to compare

Changes

Backward Compatibility Breaks

Bugfixes

Added

Improvements

  • Send scroll_id in the body of the request in Repository::findByScrollId to get rid of deprecation notices

Deprecated

Version 6.0

24 Nov 18:15
8271b29
Compare
Choose a tag to compare

Changes

Backward Compatibility Breaks

  • AbstractBoolQuery class is now strongly typed to only accept CriteriaInterface instances on constructor and create method
  • Query class is now strongly typed to only accept CriteriaInterface|AggregationInterface instance on constructor and create and createNested methods
    • But those methods still will only properly accept FilterInterface, NestableQueryInterface, SearchInterface or AggregationInterface implementations

Bugfixes

Added

Improvements

  • Fixed code standards
  • Refactor some code to take advantage of PHP 8.0 features (promoted properties, match, arrow functions, etc.)
  • Split repository tests class into multiple classes (one per method) to simplify maintenance of tests

Deprecated

Added range aggregation

24 Nov 13:44
8d12a6f
Compare
Choose a tag to compare

Fix deprectation warnings on PHP 8.1

25 Oct 14:42
Compare
Choose a tag to compare
Pre-release
v2.7.1

Fix deprectation warnings on PHP 8.1

Version 5.1.0

18 Apr 14:35
d4a9d80
Compare
Choose a tag to compare

Backward Compatibility Breaks

Bugfixes

Added

  • Added functionality for PrefixQuery. #88

Improvements

Deprecated

ES6 to ES7 migration release

06 Mar 15:04
Compare
Choose a tag to compare
Pre-release

This release is only to help on migrations from Elasticsearch 6 to Elasticsearch 7!

It allows IndexManager and Repository to use either the official Elasticsearch client or our fork with renamed namespaces

Drop support for PHP < 8 and ES 6 and remove support for mapping types

13 Oct 13:08
Compare
Choose a tag to compare

Backward Compatibility Breaks

Bugfixes

none

Added

Improvements

Deprecated

none