|
1 | 1 | CHANGES
|
2 | 2 |
|
3 | 3 | 2014-10-05
|
4 |
| - - ResultSet creation moved to static ResultSet::create() method #690 |
5 |
| - - Accept an options array at Type::updateDocument() #686 |
| 4 | +- ResultSet creation moved to static ResultSet::create() method #690 |
| 5 | +- Accept an options array at Type::updateDocument() #686 |
| 6 | +- Improve exception handling in Type::getDocument() #693 |
6 | 7 |
|
7 | 8 | 2014-10-04
|
8 | 9 | - Release v1.3.4.0
|
9 | 10 | - Update to elasticsearch 1.3.4 #691
|
10 | 11 |
|
11 | 12 | 2014-09-22
|
12 |
| - - Update the branch alias in composer.json to match the library version #683 |
| 13 | +- Update the branch alias in composer.json to match the library version #683 |
13 | 14 |
|
14 | 15 | 2014-09-16
|
15 |
| - - Update license in composer.json to match project #681 |
| 16 | +- Update license in composer.json to match project #681 |
16 | 17 |
|
17 | 18 | 2014-09-08
|
18 |
| - - Delete execution permission from non-executable files #677 |
| 19 | +- Delete execution permission from non-executable files #677 |
19 | 20 |
|
20 | 21 | 2014-08-25
|
21 |
| - - Top-level filter parameter in search has been renamed to post_filter #669 #670 |
22 |
| - - Deprecated: Elastica\Query::setFilter() is deprecated. Use Elastica\Query::setPostFilter() instead. #669 |
23 |
| - - Deprecated: Elastica\Query::setPostFilter() passing filter as array is deprecated. Pass instance of AbstractFilter instead. #669 |
| 22 | +- Top-level filter parameter in search has been renamed to post_filter #669 #670 |
| 23 | +- Deprecated: Elastica\Query::setFilter() is deprecated. Use Elastica\Query::setPostFilter() instead. #669 |
| 24 | +- Deprecated: Elastica\Query::setPostFilter() passing filter as array is deprecated. Pass instance of AbstractFilter instead. #669 |
24 | 25 |
|
25 | 26 | 2014-08-22
|
26 |
| - - Fixed escaping of / character in Elastica\Util::escapeTerm(), removed usage of JSON_UNESCAPED_SLASHES in Elastica\JSON #660 |
| 27 | +- Fixed escaping of / character in Elastica\Util::escapeTerm(), removed usage of JSON_UNESCAPED_SLASHES in Elastica\JSON #660 |
27 | 28 |
|
28 | 29 | 2014-08-06
|
29 |
| - - Add connection pool and connection strategy |
| 30 | +- Add connection pool and connection strategy |
30 | 31 |
|
31 | 32 | 2014-07-26
|
32 | 33 | - Release v1.3.0.0
|
|
0 commit comments