You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update Ktor to `1.4.2`, transitively Kotlin serialization to `1.0.1`
169
219
170
220
### Experimental
221
+
171
222
-_Experimental_: Algolia Answers API
172
223
173
224
# 1.5.2
174
225
175
226
### Fixed
227
+
176
228
- Serialization Proguard rules (#231)
177
229
178
230
# 1.5.1
179
231
180
232
### Fixed
233
+
181
234
- AB testing average click pos type from `Int` to `Float`
182
235
- Transport layer timeouts
183
236
184
237
### Changed
238
+
185
239
- Update Ktor to 1.4.1 transitively Kotlin serialization to `1.0.0-RC2`
186
240
187
241
# 1.5.0
188
242
189
243
### Added
244
+
190
245
- Multi-condition rules (#201)
191
246
-`IncrementFrom` and `IncrementSet` built-in operations (#202)
192
247
- Include ProGuard rules into `aar` and `jar` artifacts
193
248
-`alternative` param in the `condition` function within `DSLConditions`
194
249
195
250
### Changed
251
+
196
252
- Update Kotlin to 1.4.10
197
253
- Update Ktor to 1.4.0 and transitively Kotlin serialization to `1.0.0-RC`
198
254
-`indexName` required in `InnerQuery`
199
255
- Base64 implementation (#216)
200
256
201
257
### Removed
258
+
202
259
-`android` module and use [gradle module metadata](https://blog.gradle.org/gradle-metadata-1.0)
203
260
- Long term deprecated functions and constructors
204
261
205
262
# 1.4.0
206
263
207
-
Starting from this version, the library is compatible only with kotlin version `1.3.70` or higher,
208
-
this due the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#0200--2020-03-04) of kotlin serialization library.
264
+
Starting from this version, the library is compatible only with kotlin version `1.3.70` or higher,
265
+
this due
266
+
the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#0200--2020-03-04) of
267
+
kotlin serialization library.
209
268
210
269
### Added
270
+
211
271
- Recommendation client (#148)
212
272
- Analytics regions (#170)
213
273
- Natural languages parameter to search query (#173)
@@ -218,18 +278,21 @@ this due the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/
218
278
-`appliedRules` as part of the `ResponseSearch` (#184)
219
279
220
280
### Changed
281
+
221
282
- Updated Kotlin to `1.3.72`
222
283
- Updated Ktor client to `1.3.2`
223
284
- Updated Kotlin serialization `0.20.0`
224
285
- Split `Promotion` into two variants: `Single` and `Multiple` (#191)
225
286
226
287
### Fixed
288
+
227
289
- Ensure correctly typing of API key's `restrictIndices` and `restrictSources` parameters (#167, #168)
228
290
- Search response serialization after enabling personalization (#185)
229
291
- Insights event serialization causing errors in old Android JVMs (#189)
230
292
- Omit all line terminators in the base64 encoder (instantsearch-android#191)
231
293
232
294
### Removed
295
+
233
296
- Remove deprecated personalization endpoint in favor of the recommendation client (#185)
234
297
235
298
# 1.3.1
@@ -242,7 +305,8 @@ this due the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/
242
305
243
306
# 1.2.1
244
307
245
-
- Fixed a bug when using advanced search: Disjunctive filters where flattened and lost proper AND / OR operator from the group #151
308
+
- Fixed a bug when using advanced search: Disjunctive filters where flattened and lost proper AND / OR operator from the
309
+
group #151
246
310
247
311
# 1.2.0
248
312
@@ -297,6 +361,7 @@ this due the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/
297
361
- Added `Compression` feature. `Gzip` compression is enabled by default.
298
362
- Default `readTimeout` has been increased to 5 seconds
299
363
- It is now possible to configure `HttpClientConfig` in `Configuration`
300
-
- Added `ClientPlaces` to access Algolia Places endpoints. See this [file](docs/Places.md) for getting starting with Places.
364
+
- Added `ClientPlaces` to access Algolia Places endpoints. See this [file](docs/Places.md) for getting starting with
0 commit comments