Releases: FriendsOfSymfony/FOSElasticaBundle
Releases · FriendsOfSymfony/FOSElasticaBundle
v3.1.1
3.1.0
- BC BREAK:
Doctrine\Listener#scheduleForDeletionaccess changed to private. - BC BREAK:
ObjectPersisterInterfacegains the methodhandlesObjectthat
returns a boolean value if it will handle a given object or not. - BC BREAK: Removed
Doctrine\Listener#getSubscribedEvents. The container
configuration now configures tags with the methods to call to avoid loading
this class on every request where doctrine is active. #729 - BC BREAK: Added methods for retrieving aggregations when paginating results.
ThePaginationAdapterInterfacehas a new method,getAggregations. #726 - Added ability to configure
date_detection,numeric_detectionand
dynamic_date_formatsfor types. #753 - New event
POST_TRANSFORMwhich allows developers to add custom properties to
Elastica Documents for indexing. - When available, the
fos:elastica:populatecommand will now use the
ProgressBar helper instead of outputting strings. You can use verbosity
controls on the command to output additional information like memory
usage, runtime and estimated time. - Added new option
property_pathto a type property definition to allow
customisation of the property path used to retrieve data from objects.
Settingproperty_pathtofalsewill configure the Transformer to ignore
that property while transforming. Combined with the above POST_TRANSFORM event
developers can now create calculated dynamic properties on Elastica documents
for indexing. #794 - Fixed a case where ProgressCommand would always ignore errors regardless of
--ignore-errors being passed or not. - Added a
SliceFetcherabstraction for Doctrine providers that get more
information about the previous slice allowing for optimising queries during
population. #725 - New events
PRE_INDEX_POPULATE,POST_INDEX_POPULATE,PRE_TYPE_POPULATEand
POST_TYPE_POPULATEallow for monitoring when an index is about to be or has
just been populated. #744 - New events
PRE_INDEX_RESET,POST_INDEX_RESET,PRE_TYPE_RESETand
POST_TYPE_RESETare run before and after operations that will reset an
index. #744 - Added indexable callback support for the __invoke method of a service. #823
v3.1.0-RC1
- BC BREAK:
Doctrine\Listener#scheduleForDeletionaccess changed to private. - BC BREAK:
ObjectPersisterInterfacegains the methodhandlesObjectthat
returns a boolean value if it will handle a given object or not. - BC BREAK: Removed
Doctrine\Listener#getSubscribedEvents. The container
configuration now configures tags with the methods to call to avoid loading
this class on every request where doctrine is active. #729 - BC BREAK: Added methods for retrieving aggregations when paginating results.
ThePaginationAdapterInterfacehas a new method,getAggregations. #726 - Added ability to configure
date_detection,numeric_detectionand
dynamic_date_formatsfor types. #753 - New event
POST_TRANSFORMwhich allows developers to add custom properties to
Elastica Documents for indexing. - When available, the
fos:elastica:populatecommand will now use the
ProgressBar helper instead of outputting strings. You can use verbosity
controls on the command to output additional information like memory
usage, runtime and estimated time. - Added new option
property_pathto a type property definition to allow
customisation of the property path used to retrieve data from objects.
Settingproperty_pathtofalsewill configure the Transformer to ignore
that property while transforming. Combined with the above POST_TRANSFORM event
developers can now create calculated dynamic properties on Elastica documents
for indexing. #794 - Fixed a case where ProgressCommand would always ignore errors regardless of
--ignore-errors being passed or not. - Added a
SliceFetcherabstraction for Doctrine providers that get more
information about the previous slice allowing for optimising queries during
population. #725 - New events
PRE_INDEX_POPULATE,POST_INDEX_POPULATE,PRE_TYPE_POPULATEand
POST_TYPE_POPULATEallow for monitoring when an index is about to be or has
just been populated. #744 - New events
PRE_INDEX_RESET,POST_INDEX_RESET,PRE_TYPE_RESETand
POST_TYPE_RESETare run before and after operations that will reset an
index. #744