File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,25 @@ this due the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/
55
66### Added
77- Recommendation client (#148 )
8- - Add analytics regions (#170 )
8+ - Analytics regions (#170 )
99- Natural languages parameter to search query (#173 )
1010- Logs inner queries (#174 )
11- - Add personalization as part of the ` RankingInfo ` of the ResponseSearch (#185 )
11+ - Personalization as part of the ` RankingInfo ` of the ` ResponseSearch ` (#185 )
12+ - Unquoted variant of legacy ` FilterConverter ` (#188 )
13+ - Accept ` enablePersonalization ` boolean as a valid setting parameter (#183 )
14+ - ` appliedRules ` as part of the ` ResponseSearch ` (#184 )
1215
1316### Changed
1417- Updated Kotlin to ` 1.3.72 `
1518- Updated Ktor client to ` 1.3.2 `
1619- Updated Kotlin serialization ` 0.20.0 `
20+ - Split ` Promotion ` into two variants: ` Single ` and ` Multiple ` (#191 )
1721
1822### Fixed
1923- Ensure correctly typing of API key's ` restrictIndices ` and ` restrictSources ` parameters (#167 , #168 )
2024- Search response serialization after enabling personalization (#185 )
2125- Insights event serialization causing errors in old Android JVMs (#189 )
26+ - Omit all line terminators in the base64 encoder (instantsearch-android #191 )
2227
2328### Removed
2429- Remove deprecated personalization endpoint in favor of the recommendation client (#185 )
You can’t perform that action at this time.
0 commit comments