Skip to content

Commit b3e1043

Browse files
committed
Bump: 6.2.0
1 parent 7abeeb5 commit b3e1043

File tree

2 files changed

+62
-16
lines changed

2 files changed

+62
-16
lines changed

ChangeLog

Lines changed: 61 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,56 @@
11
Changelog
22
=========
33

4+
6.2.0 (2019-06-25)
5+
6+
New Features
7+
------------
8+
Added: UserToken property in Query
9+
Added: HighlightResult class for SearchResponse
10+
Added: SnippetResult class for SearchResponse
11+
Added: personalisation impact in Query
12+
Added: CustomSettings Property in Settings. This property allows to pass and retrieve advanced parameters to Algolia.
13+
Added: CustomParameters Property in Query. This property allows to pass advanced parameters to Algolia.
14+
Added: AdvancedSyntaxFeatures in Query.
15+
Added: SimilarQuery in Query.
16+
Added: AttributeCriteriaComputedByMinProximity in IndexSettings.
17+
Added: Primary parameter in IndexSettings.
18+
Added: UserData in IndexSettings.
19+
20+
Bug Fix
21+
---------
22+
23+
(Soft BC)
24+
Fixed: TagFilters Property in Query. TagFilters is now List<List<string>> instead of string
25+
26+
(soft BC)
27+
Updated: AroundPrecision Query Parameter. The query parameter AroundPrecision can now handle a JSON format:
28+
{
29+
"aroundPrecision":
30+
[ {"from":0, "value":10}, {"from":100, "value":1000}, ... ]
31+
}
32+
33+
(soft BC)
34+
Removed: RestrictSources parameter from APIKey. RestrictSources should not be a param of APIKey but a search parameter of Query.
35+
36+
Fixed: Use long instead of Int in IndicesResponse. Causing overflow error.
37+
Renamed ABtestReponse to ABTestResponse. (BC)
38+
39+
Fixed: The ToQueryString() method was not writing nested arrays as expected
40+
causing MultipleQueries with nested arrays to return wrong responses.
41+
42+
Misc & Internals
43+
-----------------
44+
Updated NewtonSoft.Json to 12.0.2.
45+
Remove unused IHttpTransport interface.
46+
Removed unused IRetryStrategy interface.
47+
Updated test dependencies.
48+
Refactoring conveter's code.
49+
450
6.1.3 (2019-04-03)
551

652
- Added: ToQueryString() in Query class - Also added support for list and nested list in QueryStringHelper.
7-
- Fixed: removed Wait() method for MCM. Methods were unreliable on the engine side, so we decided to remove them.
53+
- Fixed: removed Wait() method for MCM. Methods were unreliable on the engine side, so we decided to remove them.
854
You can still find the implementation of the Wait() methods in the MCM tests.
955
- Fixed: removed unsued priority property in StatefulHost
1056

@@ -19,7 +65,7 @@ Changelog
1965

2066
6.1.0 (2019-02-26)
2167

22-
- Added: SearchClient.RestoreAPIKey method
68+
- Added: SearchClient.RestoreAPIKey method
2369
- Added: Support for AA Testing (AB testing on the same index with custom parameters)
2470
- Fixed properties type in the ABTest/Variant class
2571
- Fixed wrong JsonProperty name of SearchForFacetRequest
@@ -38,8 +84,8 @@ Changelog
3884

3985
6.0.0 (2019-02-07)
4086

41-
Big major release for the .NET API Client.
42-
There are breaking changes on signatures because every requests/responses are not typed.
87+
Big major release for the .NET API Client.
88+
There are breaking changes on signatures because every requests/responses are not typed.
4389

4490
* .NET related:
4591
- Total rewrite of the code base
@@ -57,7 +103,7 @@ There are breaking changes on signatures because every requests/responses are no
57103
- Payload logger in debug mode
58104
- Implemented the Algolia’s API Client Test suite
59105
- Parallel test suite
60-
106+
61107
* Algolia related:
62108
- AutoSplit objects in Save methods
63109
- SaveRules, SaveSynonyms, SaveObjects now accept iterators
@@ -91,7 +137,7 @@ There are breaking changes on signatures because every requests/responses are no
91137
- Add ABTest APis. Found in the `Analytics` class.
92138

93139
5.0.0 (2018-4-23)
94-
- Add Multi Cluster Management methods
140+
- Add Multi Cluster Management methods
95141
- Add support for .NET 4.7 and .NET 4.7.1
96142
- Update some API methods to most recent signature: `SaveSynonym` and `AddObject`
97143
- Remove deprecated methods:`DeleteByQuery`, `ListUserKeys`, `GetUserKeyACL`, `GetAPIKeyACL`, `DeleteUserKey`, `AddUserKey`, `UpdateUserKey` and `ApiKey` methods of the `Index` class.
@@ -118,12 +164,12 @@ There are breaking changes on signatures because every requests/responses are no
118164

119165
4.1.0 (2017-09-13)
120166
- Support for Rules.
121-
- Support for per-request options parameters.
167+
- Support for per-request options parameters.
122168
**Warning**: This version will be source-code compatible with the previous one but not binary compatible. In the next version, we will fix that by adding overload methods.
123169

124170
4.0 (2017-05-24)
125171
- Support to .NET Core 1.0 and 1.1, .Net Framework 4.6 and 4.6.2, .NETStandard 1.3 and 1.6
126-
- Dropping support to .NET Framework 4.0, 4.5 and PCL
172+
- Dropping support to .NET Framework 4.0, 4.5 and PCL
127173

128174
3.7.5 (2017-04-24)
129175
- Support to percentileComputation
@@ -192,7 +238,7 @@ There are breaking changes on signatures because every requests/responses are no
192238

193239
3.4.3 (2016-02-05)
194240
- Added new SetSnippetEllipsisText query parameter to configure snippet ellipsis text
195-
241+
196242
3.4.2 (2015-11-11)
197243
- Fixed a bug in the browse method when the cursor contains a '+'
198244

@@ -202,23 +248,23 @@ There are breaking changes on signatures because every requests/responses are no
202248

203249
3.3.3 (2015-10-13)
204250
- Fixed a typo in EnableRemoveStopWords method
205-
251+
206252
3.3.2 (2015-10-12)
207253
------------------
208254
- Added remove stop words query parameter
209255
- Added support of similar queries
210-
256+
211257
3.3.1 (2015-10-09)
212258
------------------
213-
259+
214260
- Added support of multiple bounding box for geo-search
215261
- Added support of polygon for geo-search
216262
- Added support of automatic radius computation for geo-search
217263
- Added support of disableTypoToleranceOnAttributes
218264
- Fix generation of secured api key
219265
- Added support of unified filters
220-
221-
266+
267+
222268
3.3.0 (2015-09-08)
223269
------------------
224270

@@ -289,7 +335,7 @@ There are breaking changes on signatures because every requests/responses are no
289335
------------------
290336
- Fix multi-arch issue (version 3.0.0 was not installable on most architecture)
291337
- Added read timeout of 30s and put a host and the end of the list in case of error
292-
338+
293339
3.0.0 (2015-01-02)
294340
------------------
295341

src/Algolia.Search/Algolia.Search.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PackageDescription>
1919
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
2020
<Copyright>Copyright 2019 Algolia</Copyright>
21-
<Version>6.1.3</Version>
21+
<Version>6.2.0</Version>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2323
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard2.0;netstandard1.3</TargetFrameworks>
2424
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;netstandard1.3;net45;</TargetFrameworks>

0 commit comments

Comments
 (0)