File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ this due the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/
1818### Fixed
1919- Ensure correctly typing of API key's ` restrictIndices ` and ` restrictSources ` parameters (#167 , #168 )
2020- Search response serialization after enabling personalization (#185 )
21+ - Insights event serialization causing errors in old Android JVMs (#189 )
2122
2223### Removed
2324- Remove deprecated personalization endpoint in favor of the recommendation client (#185 )
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ object Library : Dependency {
22
33 override val group = " com.algolia"
44 override val artifact = " algoliasearch-client-kotlin"
5- override val version = " 1.4.0-beta03 "
5+ override val version = " 1.4.0-beta04 "
66}
You can’t perform that action at this time.
0 commit comments