Skip to content

Releases: sineflow/ElasticsearchBundle

v7.0.0

17 Mar 09:36
Compare
Choose a tag to compare

[BC] Compatible with Elasticsearch 7.x only
[BC] Raised minimum requirements to Symfony 4.4+ or 5.0+, PHP 7.3+ or 8+
[BC] Removed DocumentMetadata::getType()

v6.5.0

11 Mar 18:26
Compare
Choose a tag to compare
  • [BC] document_dir configuration is replaced by entity_locations. There is no longer a default location for the entity files and no longer available bundles will be scanned. Document locations and namespaces need to be explicitly defined in `entity_locations'.
  • [BC] Removed DocumentLocator methods: setDocumentDir, getDocumentDir, getShortClassName
  • [BC] Removed DocumentMetadata::getShortClassName()
  • [BC] Raised Symfony requirement to 4.4+
  • Fixed Symfony deprecations

v6.4.2

17 Dec 20:21
Compare
Choose a tag to compare

Replaced EntityManager with EntityManagerInterface
Added method to override the bulk request size in ProviderInterface

v6.4.1

14 Oct 12:55
Compare
Choose a tag to compare

Fix: ObjectIterator::current() to return null on empty or null iterators, instead of giving an error

v6.4.0

30 Apr 11:36
Compare
Choose a tag to compare

Increased minimum php version to 7.2
Increased KNP Paginator requirement to ^4.0 || ^5.0
Fixed profiler for Symfony 4

v6.3.2

23 Oct 09:41
Compare
Choose a tag to compare

Reverted "knplabs/knp-paginator-bundle" dependency back to "^2.7" until we drop support for PHP 7.1

v6.3.1

14 Oct 09:01
Compare
Choose a tag to compare

Remove read-only _score meta field from data array when persisting entity

v6.3.0

29 Jul 15:50
Compare
Choose a tag to compare
  • Added support for Symfony 4
  • Removed dependency on symfony/symfony
  • [BC] Removed unnecessary sfes.annotations.reader
  • [BC] Renamed IndexManager::copyDataFromOldToNewIndex() to IndexManager::copyDataToNewIndex()

v6.2.2

16 Jul 10:51
Compare
Choose a tag to compare

[BC] Removed first argument of IndexManager::reindex(), IndexManager::delete(), IndexManager::update(), IndexManager::persistRaw()

v6.2.1

12 Jul 16:01
Compare
Choose a tag to compare

Restored ProviderRegistry::removeProvider() and ProviderRegistry::getProviderId()