This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
src/main/java/com/algolia/search/saas Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4- ## Upcoming
4+ ## 3.7.0 (2016-11-29)
55
6- ### New features
6+ ** This release includes backward-incompatible changes and requires the following updates** :
7+ - (#178 ) ` getIgnorePlurals() ` should be replaced by ` getIgnorePlurals().enabled `
78
9+ ### New features
810- (#163 ) Search in your facets values with ` Index.searchForFacetValues `
9- - (#178 ) Accept a list of language ISO codes for ignorePlurals. ** Note** : this introduces backward-incompatible changes.
11+ - (#178 ) Ignore plurals _ only for some languages_ : ` Query.setIgnorePlurals ` can take a list of language ISO codes for ignorePlurals.
12+ - (#183 ) Whitelist the fields returned in the response for a search query with ` Query.setResponseFields `
1013
14+ ### Other changes
15+ - (#182 ) Deprecate ` setFacetFilters ` : you should use ` setFilters ` instead.
1116
1217## 3.6.0 (2016-11-10)
1318
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626ext {
2727 PUBLISH_GROUP_ID = rootProject. properties[" PUBLISH_GROUP_ID" ] ?: " com.algolia"
2828 // NOTE: This is the official version number used during publication.
29- PUBLISH_VERSION = ' 3.6 .0'
29+ PUBLISH_VERSION = ' 3.7 .0'
3030}
3131
3232android {
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public int hashCode() {
9292 // ----------------------------------------------------------------------
9393
9494 /** This library's version. */
95- private final static String version = "3.6 .0" ;
95+ private final static String version = "3.7 .0" ;
9696
9797 // ----------------------------------------------------------------------
9898 // Fields
You can’t perform that action at this time.
0 commit comments