Skip to content

Releases: FriendsOfSymfony/FOSElasticaBundle

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

v3.2.0

04 Aug 15:06
@XWB XWB
Compare
Choose a tag to compare
  • Allow driverless type definitions #953
  • Change Elastica constraints to allow ~2.1 as Elastica now follows semver
  • Add support for the dynamic setting in mapping
  • Fixed PropelCollection to array casting error #992
  • Allow set retryOnConflict per connection
  • New event PRE_TRANSFORM which allows developers to modify objects before
    transformation into documents for indexing
  • Introduce serialize_null option for Serializer
  • Ability to specify custom connection settings for functional tests
  • Doctrine: possible to use hints when hydrating objects
  • Resolved Propel configuration
  • Add Elastica compression option
  • Add support for defaultSortFieldName and defaultSortDirection pagination options
  • Removed immediate option on type persistence configuration
  • Enable pagination of hybrid results
  • Add Symfony Serializer support

v3.1.8

30 Mar 09:19
@XWB XWB
Compare
Choose a tag to compare
  • Removes store:true from mappings unless specifically defined

v3.1.7

08 Dec 12:15
@XWB XWB
Compare
Choose a tag to compare
  • Allow Elastica 2.3