-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelogs-ios.txt
554 lines (395 loc) · 16.3 KB
/
changelogs-ios.txt
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
Version: 4.3.1
Date: 25-January-2019
New Features:
* BuiltUser:
- Added method ‘clearSession’
- Added method ‘saveSession’
* Support for architecture armv7k added for watchOS.
Bug Fixes:
* BuiltUser:
- Fixed Crash issue while using 'removeFromCurrentUser' method when upgrading from v2 to v4.
API Deprecation:
* BuiltUser:
- Deprecated method ‘removeFromCurrentUser’
- Deprecated method ‘setAsCurrentUser’
===================================================================================
Version: 4.3.0
Date: 13-July-2018
New Features:
* BuiltApplication:
- Added method ‘syncWithPagination’
- Added method ‘syncOnlyWithPagination:’
- Added method ‘syncExceptWithPagination:’
* BuiltQueryResult:
- Added method ‘createdCount’
- Added method ‘updatedCount’
- Added method ‘deletedCount’
Bug Fixes:
- Issue while downloading data and Image using BuiltUpload fixed.
===================================================================================
Version: 4.2.0
Date: 01-Mar-2018
Note : Currently extension API with Delete type will not be available.
New Features:
* BuiltApplication:
- Added property ‘extensionKey’
- Added method ‘extension’
- Added method ‘extensionWithKey:’
* BuiltClass:
- Added property ‘extensionKey’
* BuiltConfig:
- Added property ‘extensionKey’
* BuiltObject:
- Added property ‘extensionKey’
* BuiltQuery:
- Added property ‘extensionKey’
* BuiltExtension:
- Added enum ‘BuiltRequestType’
- Added property ‘requestParams’
- Added method ‘execute:’
- Added method ‘executeFunction:’
- Added method ‘setRequestURL:withRequestType:’
- Added method ‘setHeader:forKey:’
- Added method ‘addHeadersWithDictionary:’
- Added method ‘removeHeaderForKey:’
API Deprecation:
* BuiltExtension:
- Removed method ‘executeWithData:completion:’
===================================================================================
Version: 4.1.0
Date: 06-Feb-2018
New Features:
* BuiltObject:
- Added method ‘importFromExcelWithPath:completion:’
* BuiltQuery:
- Added method ‘exportToExcel:’
- Added method ‘exportToExcelAtPath: completion:’
===================================================================================
Version: 4.0.0
Date: 14-Dec-2017
Note:
- Updating SDK version from 3.X.X to 4.X.X will invalid the previous login session. Please refer docs link for more details.
- Points to Built.io Backend API version v4
New Features:
* BuiltUser:
- Added method ‘loginWithSSO:’
- Added method ‘refreshAccessToken:completion:’
- Added method ‘refreshAccessToken:’
- Added property ‘accessToken’
- Added property ‘refreshToken’
* BuiltConfig:
- Added property ‘persistRefreshToken’
Bug Fixes:
* BuiltACL:
- Fixed issue while applying ACL on Anonymous User
*BuiltUser:
- Fixed issue while deactivating user causing error while fetching current User and its property.
API Deprecation:
* BuiltUser:
- Removed property ‘authtoken’
===================================================================================
Version: 3.2.0
Date: 23-Nov-2017
New Features:
* BuiltUser:
- Added method ‘loginWithUsername:andPassword:completion:()’
Bug Fixes:
* BuiltUpload:
- fix issue while updating new file for existing file
=====================================================================================
Version: 3.1.3
Date: 9-Feb-2017
Bug Fixes:
- Realtime issue fix while attempting to reconnect the server
=====================================================================================
Version: 3.1.2
Date: 9-Jan-2017
API deprecation:
NOTE: BuiltGroupMultiple class has been deprecated and will be removed in future release.
*BuiltGroupMultiple:
This class has been deprecated.
*BuiltObject:
- Deprecated method 'addGroupMultiple:’
- Deprecated method 'groupMultipleForKey:'
*BuiltGroup:
- Deprecated method 'addGroupMultiple:'
- Deprecated method 'removeGroupMultiple:'
- Deprecated method 'groupMultipleForKey:'
=====================================================================================
Version: 3.1.1
Date: 2-Dec-2016
Modifications:
*BuiltObject:
- renamed 'addUpsertForReferenceField:condition:replaceWith:’ to 'addUpsertForReference:condition:replaceWith:’
*BuiltGroup:
- renamed 'addUpsertFormultipleReferenceField:condition:replaceWith:’ to 'addUpsertForReferences:condition:replaceWith:’
API Deprecation:
*BuiltUser:
- Removed method 'requestPresenceAccess:'
====================================================================================
Version: 3.1.0
Date: 24-Nov-2016
NOTE:
- Deprecated methods from all class is been removed.
New Features:
*BuiltUserRoleMapper:
- New class introduced.
*BuiltRole:
- Added method ‘setUsersWithQuery:’
*BuiltUser:
- Added property ‘lastLoginAt’
*BuiltApplication:
- Added method 'userRoleMapper'
- Added method 'userRoleMapperWithUID:'
*BuiltObject:
- Added method 'addUpsertForMultipleReferenceField:condition:replaceWith:'
*BuiltGroup:
- Added method 'addUpsertForMultipleReferenceField:condition:replaceWith:'
Modifications:
*BuiltObject:
- Method 'addUpsertForReferenceField:condition:replaceWith:’ removed support for multiple field uid
*BuiltGroup:
- Method 'addUpsertForReferenceField:condition:replaceWith:’ removed support for multiple field uid
API Deprecation:
*BuiltPresence:
- Removed property 'requests'
- Removed property 'isPublic'
- Removed property 'statusMessage'
- Removed method 'whitelistUsers'
- Removed method 'acceptRequests'
- Removed method 'addUserInWhiteList:’
- Removed method 'addUserUidInWhiteList:’
- Removed method 'removeUserFromWhiteList:’
- Removed method 'removeUserUidFromWhiteList:’
====================================================================================
Version: 3.0.0
Date: 26-Oct-2016
NOTE:
- Synchronous methods from all class is been removed.
- Deprecated methods from all class is been removed.
Modifications:
*BuiltApplication:
- renamed 'fetchApplicationInfoInBackgroundWithCompletion:' to 'fetchApplicationInfo:'
- renamed 'fetchLastActivityOfClassesInBackgroundWithCompletion:' to 'fetchLastActivityOfClasses:'
- renamed 'fetchClassesSchemaInBackgroundWithCompletion:' to 'fetchClassesSchema:'
*BuiltClass:
- renamed 'fetchSchemaInBackgroundWithCompletion:' to 'fetchSchema:'
*BuiltExtension:
- renamed 'executeInBackgroundWithData:' to 'executeWithData:'
*BuiltObject:
- renamed 'fetchInBackgroundWithCompletion:' to 'fetch:'
- renamed 'saveInBackgroundWithCompletion:' to 'save:'
- renamed 'saveEventuallyInBackgroundWithCompletion:' to 'saveEventually:'
- renamed 'saveAsDraftInBackgroundWithCompletion:' to 'saveAsDraft:'
- renamed 'saveAsDraftEventuallyInBackgroundWithCompletion:' to 'saveAsDraftEventually:'
- renamed 'destroyInBackgroundWithCompletion:' to 'destroy:'
- renamed 'destroyEventuallyInBackgroundWithCompletion:' to 'destroyEventually:'
- renamed 'includeRefFieldWithKey:' to 'includeReference:'
- renamed 'includeRefFieldWithKey:andOnlyRefValuesWithKeys:' to 'includeReference:onlyFields:'
- renamed 'includeRefFieldWithKey:excludingRefValuesWithKeys:' to 'includeReference:excludingFields:'
*BuiltInstallation:
- renamed 'createInstallationInBackgroundWithSubscriptionChannels:completion:' to 'createInstallationWithSubscriptionChannels:completion:'
- renamed 'updateInstallationInBackgroundWithCompletion:' to 'updateInstallation:'
- renamed 'subscribeToChannelsInBackground:completion:' to 'subscribeToChannels:completion:'
- renamed 'unsubscribeToChannelsInBackground:completion:' to 'unsubscribeToChannels:completion:'
*BuiltUser:
- renamed 'registerUserInBackgroundWithCompletion:' to 'registerUser:'
- renamed 'loginInBackgroundWithEmail:andPassword:completion:' to 'loginWithEmail:andPassword:completion:'
- renamed 'loginInBackgroundWithGoogleAuthAccessToken:completion:' to 'loginWithGoogleAuthAccessToken:completion:'
- renamed 'loginInBackgroundWithFacebookAccessToken:completion:' to 'loginWithFacebookAccessToken:completion:'
- renamed 'loginInBackgroundWithTwitterAccount:consumerKey:consumerSecret:completion:' to 'loginWithTwitterAccount:consumerKey:consumerSecret:completion:'
- renamed 'loginInBackgroundWithAnyAuthName:withParameter:completion:' to 'loginWithAnyAuthName:withParameter:completion:'
- renamed 'logoutInBackgroundWithCompletion:' to 'logout:'
- renamed 'refreshUserInfoInBackgroundWithCompletion:' to 'refreshUserInfo:'
- renamed 'fetchUserUidInBackgroundForEmail:completion:' to 'fetchUserUidForEmail:completion:'
- renamed 'fetchUserUidInBackgroundForGoogleEmail:completion:' to 'fetchUserUidForGoogleEmail:completion:'
- renamed 'fetchUserUidInBackgroundForFacebookUserId:completion:' to 'fetchUserUidForFacebookUserId:completion:'
- renamed 'fetchUserUidInBackgroundForTwitterUserId:completion:' to 'fetchUserUidForTwitterUserId:completion:'
- renamed 'activateUserInBackgroundWithUserId:andActivationToken:completion:' to 'activateUserWithUserId:andActivationToken:completion:'
- renamed 'deactivateInBackgroundWithCompletion:' to 'deactivateWithCompletion:'
- renamed 'forgotPasswordInBackgroundForEmail:completion:' to 'forgotPasswordForEmail:completion:'
- renamed 'updateUserInBackgroundWithAuthData:completion:' to 'updateUserWithAuthData:completion:'
- renamed 'saveAsDraftInBackgroundWithCompletion:' to 'saveAsDraft:'
- renamed 'saveAsDraftEventuallyInBackgroundWithCompletion:' to 'saveAsDraftEventually:'
- renamed 'getPresenceOnCompletion:' to 'getPresence:'
- renamed 'requestPresenceAccessOnCompletion:' to 'requestPresenceAccess:'
- renamed 'requestForPresenceOnCompletion:' to 'requestForPresence:'
*BuiltQuery:
- renamed 'execInBackground:' to 'exec:'
- renamed 'includeRefFieldWithKey:' to 'includeReference:'
- renamed 'includeRefFieldWithKey:andOnlyRefValuesWithKeys:' to 'includeReference:onlyFields:'
- renamed 'includeRefFieldWithKey:excludingRefValuesWithKeys:' to 'includeReference:excludingFields:'
*BuiltUpload:
- renamed 'saveInBackgroundWithCompletion:' to 'save:'
- renamed 'destroyInBackgroundWithCompletion:' to 'destroy:'
- renamed 'fetchInBackgroundWithCompletion:' to 'fetch:'
- renamed 'downloadImageInBackgroundWithCompletion:' to 'downloadImage:'
- renamed 'downloadDataInBackgroundWithCompletion:' to 'downloadData:'
====================================================================================
Version: 2.2.1
Date: 14-June-2016
API Deprecation:
NOTE: Synchronous calls from all class is been deprecated and will be removed in future release.
*BuiltObject:
- Deprecated method 'pushValue:atIndex:forKey'
- Deprecated method 'pullValueAtIndex:forKey'
*BuiltGroup:
- Deprecated method 'pushValue:atIndex:forKey'
- Deprecated method 'pullValueAtIndex:forKey'
====================================================================================
Version: 2.2.0
Date: 18-April-2016
New Features:
*BuiltKeyStore
- New class introduced
*BuiltConfig
- New class introduced
*BuiltSyncResult
- New class introduced
*Built:
- Added method 'applicationWithAPIKey:withConfig:'
*BuiltApplication:
- Added property 'keystore'
- Added method 'clearOfflineData'
- Added method 'clearOfflineDataOfOnly:'
- Added method 'clearOfflineDataExcept:'
- Added method 'sync'
- Added method 'sync:'
- Added method 'syncOnly'
- Added method 'syncOnly:date:'
- Added method 'syncExcept'
- Added method 'syncExcept:date:'
*BuiltObject:
- Added method 'offline'
*BuiltQuery:
- Added method 'offline'
Modifications:
*QueryResult
- method 'count' will return count of objects or total objects count as per the BuiltQuery.
API Deprecation:
NOTE: Synchronous calls from all class is been deprecated and will be removed in future release.
*Built:
- Deprecated method 'applicationWithAPIKey:hostName:'
- Deprecated method 'applicationWithAPIKey:hostName:isSSL:'
- Deprecated method 'userMetricsDisable'
*BuiltApplication:
- Deprecated method 'setRealtimeHost:withPort:isSSL:'
- Deprecated methog 'notification'
- Deprecated property 'realtimeHost'
- Deprecated property 'realtimeSSL'
- Deprecated property 'realtimePort'
- Deprecated property 'version'
- Deprecated property 'url'
*BuiltNotification:
- Deprecated entire class
*QueryResult:
- Deprecated method 'totalCount'
- Deprecated method 'allObjects'
*BuiltObject:
- Deprecated method 'multiplyKey:by:'
- Deprecated method 'divideKey:by:'
*BuiltQuery:
- Deprecated method 'beforeUID:'
- Deprecated method 'afterUID:'
=================================================================================
Version: 2.1.1
Date: 19-August-2015
New Features:
*BuiltUser:
- Added method 'refreshUserInfo:'
- Added method 'refreshUserInfoInBackgroundWithCompletion:'
*BuiltObject:
- Added method 'includeOnlyFields:'
- Added method 'includeAllFieldsExcept:'
- Added method 'includeRefFieldWithKey:'
- Added method 'includeRefFieldWithKey:andOnlyRefValuesWithKeys:'
- Added method 'includeRefFieldWithKey:excludingRefValuesWithKeys:'
Modifications:
*BuiltUser
- refactored completion block of loginInBackgroundWithAnyAuthName:withParameter:completion:
Bug Fixes:
*BuiltACL
- fix issue causing multiple permission for Others and Anonymous doesnt work as aspected.
API Deprecation:
*BuiltQuery:
- Deprecated method 'includeKey:andValue:'
- Deprecated method 'removeKey:'
====================================================================================
Version: 2.1.0
Date: 21-July-2015
New Features:
*Built
- Added class method 'userMetricsDisable:'
- Added method 'applicationWithAPIKey:hostName:' and 'applicationWithAPIKey:hostName:isSSL:'
*BuiltUserPresence:
- Added method 'acceptRequests'
- Added method 'addUserUidInWhiteList:'
- Added method 'removeUserUidFromWhiteList:'
*BuiltUser:
- Added 'EventTypePresence' in enum EventType
*BuiltRole:
- Added method 'addUsers:'
- Added method 'removeUsers:'
- Added method 'addRoles:'
- Added method 'removeRoles:'
*BuiltACL:
- Added method 'setAnonymousReadAccess:'
- Added method 'getAnonymousReadAccess'
- Added method 'setAnonymousWriteAccess:'
- Added method 'getAnonymousWriteAccess'
- Added method 'setAnonymousDeleteAccess:'
- Added method 'getAnonymousDeleteAccess'
*BuiltApplication:
- Added method 'fetchClassesSchema:' and 'fetchClassesSchemaInBackgroundWithCompletion:'
- Added property 'trackAnonymously'
*BuiltAnalytics:
- Added method 'registerDynamicPropertiesWithBlock:'
*BuiltObject:
- Added method 'addGroup:'
- Added method 'addGroupMultiple:'
- Added method 'includeRefFieldWithKey:'
*BuiltQuery:
- Added method 'rawQueryString'
*BuiltGroup:
- new class introduced
*BuiltGroupMultiple:
- new class introduced
Modifications:
*BuiltObject:
- renamed method 'upsert:forReferenceField:newDictionary' to 'addUpsertForReferenceField:condition:replaceWith:'
*BuiltUser
- renamed method 'requestForPresenceOnCompletion:' to 'requestPresenceAccessOnCompletion:'
- renamed 'signUp:' to 'registerUser:'
- renamed 'signUpInBackgroundWithCompletion:' to 'registerUserInBackgroundWithCompletion:'
- changed following methods return type to void
- signUp:
- loginWithEmail:andPassword:error:
- loginWithGoogleAuthAccessToken:error:
- loginWithFacebookAccessToken:error:
- loginWithTwitterAccount:consumerKey:consumerSecret:error:
*BuiltUserPresence
- removed 'privacyType' property and enum, use 'isPublic' property instead.
Bug Fixes:
*BuiltUser:
- fix issue causing BuiltObject's methods not executing as expected.
*BuiltQuery:
- fix issue causing Query to not return any error when there is no active internet connection.
API Deprecation:
*BuiltObject:
- Deprecated method 'upsert:forReferenceField:newDictionary'
*BuiltUser:
- Deprecated method 'onPresenceChange:'
- Deprecated method 'requestForPresenceOnCompletion:'
- Deprecated method 'query'
*BuiltPresence:
- Deprecated property 'privacyType'
*BuiltApplication:
- Deprecated method 'setHostname:isSSL:'
*BuiltRole
- Deprecated method 'query'
====================================================================================
Version: 2.0.0
Date: 11-May-2015
Changes
- New structure
- Points to Built.io Backend API version v2