This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
forked from algolia/algoliasearch-client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
235 lines (131 loc) · 5.27 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
Changelog
=========
1.4.0 (2014-10-16)
------------------
- Add new secured api keys
- Fix bug with distinct in deleteByQuery
1.3.0 (2014-07-07)
------------------
- Add new browse methods
1.2.1 (2014-05-04)
------------------
- Add new methods to add/update api key
- Add batch method to target multiple indices
- Add strategy parameter for the multipleQueries
- Add new method to generate secured api key from query parameters
1.2.0 (2015-04-09)
------------------
- New implementation for the retry on another DNS
1.1.1 (2015-11-23)
------------------
- Fix the retry for a network error
- Drop Go 1.2 support
- Add timeout
1.1.0 (2014-11-30)
------------------
- Bump to 1.1.0. [Xavier Grand]
- Switch to .net. [Xavier Grand]
1.0.2 (2014-11-27)
------------------
- Bump to 1.0.2. [Xavier Grand]
- Wait more for the ACL. [Xavier Grand]
- Use sandboxes. [Xavier Grand]
- Fix go tip. [Xavier Grand]
- Try to fix go 1.2. [Xavier Grand]
- Ability to set custom hosts. [Xavier Grand]
- Fix missing safeName call. [Xavier Grand]
- Add safeName function. [Xavier Grand]
- Update ChangeLog. [Xavier Grand]
1.0.1 (2014-10-22)
------------------
- Bump to 1.0.1. [Xavier Grand]
- Fix retry. [Xavier Grand]
1.0.0 (2014-10-16)
------------------
- Bump to 1.0.0. [Sylvain UTARD]
- Add setExtraHeader. [Xavier Grand]
- Documentation of new query parameter & index setting. [Julien Lemoine]
- Updated default typoTolerance setting & updated removedWordsIfNoResult
documentation Add the documentation about the update of an APIKey.
[Xavier Grand]
- Added update key. [Xavier Grand]
- Updated default typoTolerance setting & updated removedWordsIfNoResult
documentation. [Julien Lemoine]
- Remove unsupported version. [Xavier Grand]
- Add new version of Go. [Xavier Grand]
- Improve the encoding of query parametter. [Xavier Grand]
- Add documentation about removeWordsIfNoResult. [Xavier Grand]
- Fixed links. [Julien Lemoine]
- Fixed links. [Julien Lemoine]
- Fixed aroundLatLngViaIP doc. [Julien Lemoine]
- Added aroundLatLngViaIP documentation. [Julien Lemoine]
- Add notes about the JS API client. [Sylvain UTARD]
- Add tutorial links + minor enhancements. [Sylvain UTARD]
- Added documentation of suffix/prefix index name matching in API key.
[Julien Lemoine]
- Change the cluster. [Xavier Grand]
- Added restrictSearchableAttributes Added multiQueries. [Julien
Lemoine]
- Documentation: Added deleteByQuery and multipleQueries. [Xavier Grand]
- Added notes on attributesToIndex. [Julien Lemoine]
- Update README.md (getObjects) [Xavier Grand]
- Add DeleteByQuery and GetObjects. [Xavier Grand]
- Added disableTypoToleranceOn & altCorrections index settings: [Julien
Lemoine]
- Add typoTolerance & allowsTyposOnNumericTokens query parameters.
[Sylvain UTARD]
- Increase the sleeping time. [Xavier Grand]
- Documentation: Added words ranking parameter: [Julien Lemoine]
- Add missing waitTask Add sleep. [Xavier Grand]
- Added asc(attributeName) & desc(attributeName) documentation in index
settings. [Julien Lemoine]
- Updated synonyms examples. [Xavier Grand]
- Fix typo. [Xavier Grand]
- Add a note about distinct and the empty queries. [Xavier Grand]
- Added analytics,synonyms,enableSynonymsInHighlight query parameters.
[Julien Lemoine]
- Update example of generate secured api key. [Xavier Grand]
- Add multipleQueries Add test for multipleQueries Fix test (missing
waitTask) Fix url encoding. [Xavier Grand]
- Add test for generate the api key. [Xavier Grand]
- Add generate secured api key. [Xavier Grand]
- Fix the test of index acl. [Xavier Grand]
- New numericFilters documentation. [Julien Lemoine]
- Fix Coveralls. [Xavier Grand]
- Add Badges Simplify snippets. [Xavier Grand]
- Change travis.yml. [Xavier Grand]
- Trying to add Travis CI. [Xavier Grand]
- Update README.md. [Xavier Grand]
- Add checking of the length of variadic parametter Change prototype of
Query Rename Query to Search Change DeleteObjects to take a array of
IDs. [Xavier Grand]
- Add optional parametter for GetObject. [Xavier Grand]
- Add DeleteObjects. [Xavier Grand]
- Change package from main to algoliasearch. [Xavier Grand]
- Add batch. [Xavier Grand]
- Export some functions. [Xavier Grand]
- Fix get/list/delete key for an user Add test on keys. [Xavier Grand]
- Add shuffling of the array of host. [Xavier Grand]
- Add handling of server failure Add handling of server response.
[Xavier Grand]
- Fix browse Add user-agent Add content-length in the headers Add
content-type in the headers. [Xavier Grand]
- Improve test suite. [Xavier Grand]
- Fix url encoding Fix query index Trying Fix 400. [Xavier Grand]
- Create README.md. [Xavier Grand]
- Impossible to fix urlencoding now fix tests. [Xavier Grand]
- Add make test. [Xavier Grand]
- Add partial test suite. [Xavier Grand]
- Add waitTask. [Xavier Grand]
- Add many functions for an index. [Xavier Grand]
- Fix addKey. [Xavier Grand]
- Add getLogs. [Xavier Grand]
- Add addKey. [Xavier Grand]
- Add sending of body. [Xavier Grand]
- Add parsing of json response. [Xavier Grand]
- Add example of test. [Xavier Grand]
- Add global list/add/delete function. [Xavier Grand]
- Add Index function without body. [Xavier Grand]
- Add listIndexes. [Xavier Grand]
- Add simple Makefile. [Xavier Grand]
- Initial commit. [Xavier Grand]