Skip to content

Releases: FriendsOfSymfony/FOSElasticaBundle

4.1.1

20 Dec 14:03
b056b39
Compare
Choose a tag to compare
  • Unset options of new provider API when an old one is used.

5.0.1

20 Dec 14:04
96c79eb
Compare
Choose a tag to compare
  • Fix typo in populate command: option first-page

5.0.0

18 Dec 17:31
Compare
Choose a tag to compare
  • Added ruflin/elastica 5.x and 6.x support.
  • Added Symfony 4 support.
  • Made commands services and add support for lazy loading of them.
  • Removed Propel support.
  • And more, see changelog and upgrade.

4.1.0

18 Dec 17:16
3cae3b6
Compare
Choose a tag to compare
  • Introduce a new provider API. Deprecate legacy ones. See #1240
  • Introduce a provider pager.
  • Introduce InPlacePagerPersister.
  • Add new options to populate command: --first-page, last-page, --max-per-page. They work only if you use v5 providers API.
  • Deprecate some options of populate command: --batch-size and --offset.
  • Deprecate Propel support
  • Cast value objects used as identifier in Elasticsearch to string

4.0.1

10 Aug 13:46
v4.0.1
Compare
Choose a tag to compare
  • Fixed Propel object sorting
  • Fixed the profiler icon for IE

3.2.4

10 Aug 13:46
v3.2.4
Compare
Choose a tag to compare
  • Fixed Propel object sorting
  • Fixed the profiler icon for IE

v4.0.0

30 Mar 10:47
@XWB XWB
Compare
Choose a tag to compare
  • Add ruflin/Elastica 3.x support.
  • Add new repository manager.
  • Add support for DateTimeInterface in ModelToElasticaAutoTransformer.
  • Add support for suggesters.
  • Dropped PHP 5.3 and 5.4 support.
  • Removed Symfony < 2.7 support.
  • [BC break] Allow additional parameters to AbstractProvider::queryBuilder.
  • [BC break] Added PaginatorAdapterInterface::getSuggests.
  • [BC break] Removed faceted search support.
  • [BC break] Removed AbstractProvider::isObjectIndexable.
  • [BC break] Removed AbstractProvider::getMemoryUsage.
  • [BC break] Removed deprecated Resetter class.
  • [BC break] Removed deprecated Client class.
  • [BC break] Removed deprecated IndexManager class.
  • [BC break] Removed deprecated DynamicIndex class.
  • [BC break] Removed deprecated immediate configuration option.
  • [BC break] Removed Search annotations as they cannot be used anymore.
  • [BC break] Removed TransformedFinder::moreLikeThis.
  • [BC break] Removed ignore_unmapped support for Paginator.

v3.2.3

30 Mar 10:41
@XWB XWB
Compare
Choose a tag to compare
  • Fixed service priority when registering providers

v3.2.2

26 Jan 14:55
@XWB XWB
Compare
Choose a tag to compare
  • Fixed Resetter::resetIndexType on Elasticsearch 1.x

v3.2.1

04 Oct 12:56
@XWB XWB
Compare
Choose a tag to compare
  • Restored and deprecated immediate option