Skip to content

Releases: sineflow/ElasticsearchBundle

v6.0.3

26 Apr 17:05
Compare
Choose a tag to compare

Bug fix

v6.0.2

24 Apr 16:12
Compare
Choose a tag to compare

When converting ES document array to an object, handle the case where there may be a single object value for a 'multiple' object field instead of an array and vice versa

v6.0.1

09 Apr 12:27
2b76165
Compare
Choose a tag to compare
  • Expose IndexManager::getIndexMapping() to be public

Internal changes:

  • When generating mapping for index creation, do not explicitly specify "object" type
  • Retrieve index mapping when necessary, instead of in IndexManager constructor

v6.0.0

30 Aug 14:14
Compare
Choose a tag to compare
v6.0.0 Pre-release
Pre-release
  • Updated elasticseach/elasticsearch to v6 and fixed tests to work with ES6
  • Removed support for parent-child relations, as they are handled differently in ES6

v5.0.3

20 Apr 17:01
Compare
Choose a tag to compare

Finder::count(): Sanitize 'sort' out of the search body, as while it was ok in ES2, it throws an exception in ES5, which could break existing code

v5.0.1

13 Apr 09:31
Compare
Choose a tag to compare
v5.0.1 Pre-release
Pre-release

Reverted back default logging level to notice

v5.0.0

11 Apr 16:16
Compare
Choose a tag to compare
v5.0.0 Pre-release
Pre-release

Elasticsearch 5 Compatibility

v0.9.7

03 Apr 12:07
Compare
Choose a tag to compare

Removed requirement for Symfony < 3.4

v0.9.6

21 Mar 11:16
Compare
Choose a tag to compare

Fixed tests

v0.9.5

22 Feb 17:28
Compare
Choose a tag to compare

Force index services to be defined as public for compatibility with SF4