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
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
+
4
50
6.1.3 (2019-04-03)
5
51
6
52
- 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.
8
54
You can still find the implementation of the Wait() methods in the MCM tests.
9
55
- Fixed: removed unsued priority property in StatefulHost
10
56
@@ -19,7 +65,7 @@ Changelog
19
65
20
66
6.1.0 (2019-02-26)
21
67
22
-
- Added: SearchClient.RestoreAPIKey method
68
+
- Added: SearchClient.RestoreAPIKey method
23
69
- Added: Support for AA Testing (AB testing on the same index with custom parameters)
24
70
- Fixed properties type in the ABTest/Variant class
25
71
- Fixed wrong JsonProperty name of SearchForFacetRequest
@@ -38,8 +84,8 @@ Changelog
38
84
39
85
6.0.0 (2019-02-07)
40
86
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.
43
89
44
90
* .NET related:
45
91
- Total rewrite of the code base
@@ -57,7 +103,7 @@ There are breaking changes on signatures because every requests/responses are no
57
103
- Payload logger in debug mode
58
104
- Implemented the Algolia’s API Client Test suite
59
105
- Parallel test suite
60
-
106
+
61
107
* Algolia related:
62
108
- AutoSplit objects in Save methods
63
109
- SaveRules, SaveSynonyms, SaveObjects now accept iterators
@@ -91,7 +137,7 @@ There are breaking changes on signatures because every requests/responses are no
91
137
- Add ABTest APis. Found in the `Analytics` class.
92
138
93
139
5.0.0 (2018-4-23)
94
-
- Add Multi Cluster Management methods
140
+
- Add Multi Cluster Management methods
95
141
- Add support for .NET 4.7 and .NET 4.7.1
96
142
- Update some API methods to most recent signature: `SaveSynonym` and `AddObject`
97
143
- 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
118
164
119
165
4.1.0 (2017-09-13)
120
166
- Support for Rules.
121
-
- Support for per-request options parameters.
167
+
- Support for per-request options parameters.
122
168
**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.
123
169
124
170
4.0 (2017-05-24)
125
171
- 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
127
173
128
174
3.7.5 (2017-04-24)
129
175
- Support to percentileComputation
@@ -192,7 +238,7 @@ There are breaking changes on signatures because every requests/responses are no
192
238
193
239
3.4.3 (2016-02-05)
194
240
- Added new SetSnippetEllipsisText query parameter to configure snippet ellipsis text
195
-
241
+
196
242
3.4.2 (2015-11-11)
197
243
- Fixed a bug in the browse method when the cursor contains a '+'
198
244
@@ -202,23 +248,23 @@ There are breaking changes on signatures because every requests/responses are no
202
248
203
249
3.3.3 (2015-10-13)
204
250
- Fixed a typo in EnableRemoveStopWords method
205
-
251
+
206
252
3.3.2 (2015-10-12)
207
253
------------------
208
254
- Added remove stop words query parameter
209
255
- Added support of similar queries
210
-
256
+
211
257
3.3.1 (2015-10-09)
212
258
------------------
213
-
259
+
214
260
- Added support of multiple bounding box for geo-search
215
261
- Added support of polygon for geo-search
216
262
- Added support of automatic radius computation for geo-search
217
263
- Added support of disableTypoToleranceOnAttributes
218
264
- Fix generation of secured api key
219
265
- Added support of unified filters
220
-
221
-
266
+
267
+
222
268
3.3.0 (2015-09-08)
223
269
------------------
224
270
@@ -289,7 +335,7 @@ There are breaking changes on signatures because every requests/responses are no
289
335
------------------
290
336
- Fix multi-arch issue (version 3.0.0 was not installable on most architecture)
291
337
- Added read timeout of 30s and put a host and the end of the list in case of error
0 commit comments