Skip to content

Commit 798e5df

Browse files
committed
Add changelog for 1.1.0
1 parent dad1c97 commit 798e5df

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 1.1.0
2+
3+
- Kotlin version 1.3.41
4+
- Ktor version 1.2.3-rc
5+
- Added `enableABTest` as `Query` parameter
6+
- Added `similarQuery` as `Query` parameter
7+
- Added `advancedSyntaxFeatures` as `Query` parameter
8+
- Added `index.exists()` method
9+
- New `AlgoliaSearchClient` object exposes library version constant
10+
- Added `Compression` feature. `Gzip` compression is enabled by default.
11+
- Default `readTimeout` has been increased to 5 seconds
12+
- It is now possible to configure `HttpClientConfig` in `Configuration`
13+
- Added `ClientPlaces` to access Algolia Places endpoints. See this [file](docs/Places.md) for getting starting with Places.
14+
- `QueryLanguage` is renamed to `Language`
15+
- Fixed a bug in `browseAllABTests` methods

0 commit comments

Comments
 (0)