@@ -4,33 +4,33 @@ CHANGELOG for 3.2.x
4
4
This changelog references the relevant changes (bug and security fixes) done
5
5
in 3.2 versions.
6
6
7
- * 3.2.3 (2017-xx-xx )
7
+ ### 3.2.3 (2017-03-30 )
8
8
9
- * Fixed service priority when registering providers
9
+ * Fixed service priority when registering providers
10
10
11
- * 3.2.2 (2017-01-25)
11
+ ### 3.2.2 (2017-01-25)
12
12
13
- * Fixed ` Resetter::resetIndexType ` on Elasticsearch 1.x
13
+ * Fixed ` Resetter::resetIndexType ` on Elasticsearch 1.x
14
14
15
- * 3.2.1 (2016-10-04)
15
+ ### 3.2.1 (2016-10-04)
16
16
17
- * Restored and deprecated ` immediate ` option
17
+ * Restored and deprecated ` immediate ` option
18
18
19
- * 3.2.0 (2016-08-04)
19
+ ### 3.2.0 (2016-08-04)
20
20
21
- * Allow driverless type definitions #953
22
- * Change Elastica constraints to allow ~ 2.1 as Elastica now follows semver
23
- * Add support for the [ dynamic] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic.html ) setting in mapping
24
- * Fixed PropelCollection to array casting error #992
25
- * Allow set retryOnConflict per connection
26
- * New event ` PRE_TRANSFORM ` which allows developers to modify objects before
27
- transformation into documents for indexing
28
- * Introduce ` serialize_null ` option for Serializer
29
- * Ability to specify custom connection settings for functional tests
30
- * Doctrine: possible to use hints when hydrating objects
31
- * Resolved Propel configuration
32
- * Add Elastica compression option
33
- * Add support for ` defaultSortFieldName ` and ` defaultSortDirection ` pagination options
34
- * Removed ` immediate ` option on type persistence configuration
35
- * Enable pagination of hybrid results
36
- * Add Symfony Serializer support
21
+ * Allow driverless type definitions #953
22
+ * Change Elastica constraints to allow ~ 2.1 as Elastica now follows semver
23
+ * Add support for the [ dynamic] ( https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic.html ) setting in mapping
24
+ * Fixed PropelCollection to array casting error #992
25
+ * Allow set retryOnConflict per connection
26
+ * New event ` PRE_TRANSFORM ` which allows developers to modify objects before
27
+ transformation into documents for indexing
28
+ * Introduce ` serialize_null ` option for Serializer
29
+ * Ability to specify custom connection settings for functional tests
30
+ * Doctrine: possible to use hints when hydrating objects
31
+ * Resolved Propel configuration
32
+ * Add Elastica compression option
33
+ * Add support for ` defaultSortFieldName ` and ` defaultSortDirection ` pagination options
34
+ * Removed ` immediate ` option on type persistence configuration
35
+ * Enable pagination of hybrid results
36
+ * Add Symfony Serializer support
0 commit comments