We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15cc947 + 1b37508 commit 17e2f56Copy full SHA for 17e2f56
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 1.1.4
2
+
3
+- Updated Kotlin to `1.3.50`
4
+- Updated Ktor to `1.2.4` (Including serialization `0.12.0`)
5
+- Renamed `findFirstObject` to `findObject`
6
+- Renamed `getObjectIDPosition` to `getObjectPosition`
7
+- Added `indexLanguages` DSL
8
+- Added DSL for `Language`
9
+- Fix serialization error in `PartialUpdateObject.from` method
10
11
# 1.1.3
12
13
- Removed `Index.searchDisjunctiveFacets` method
buildSrc/src/main/kotlin/Library.kt
@@ -2,5 +2,5 @@ object Library: Dependency {
override val group = "com.algolia"
override val artifact = "algoliasearch-client-kotlin"
- override val version = "1.1.3"
+ override val version = "1.1.4"
}
0 commit comments