This changelog references the relevant changes (bug and security fixes) done in 3.2 versions.
- Fixed Propel object sorting
- Fixed the profiler icon for IE
- Fixed service priority when registering providers
- Fixed
Resetter::resetIndexTypeon Elasticsearch 1.x
- Restored and deprecated
immediateoption
- 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_TRANSFORMwhich allows developers to modify objects before transformation into documents for indexing - Introduce
serialize_nulloption 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
defaultSortFieldNameanddefaultSortDirectionpagination options - Removed
immediateoption on type persistence configuration - Enable pagination of hybrid results
- Add Symfony Serializer support