-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVERSIONS.txt
137 lines (92 loc) · 3.57 KB
/
VERSIONS.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
ServerShared
Version 0.14.1 (9/12/21)
Added HTTPAccountStorageKey.
Version 0.14.0 (8/21/21)
"Undeprecated" :) some constants. i.e., changed some comments.
Version 0.13.2 (8/5/21)
Added v0DuplicateFileUpload
Version 0.13.1 (7/31/21)
Added HTTPIdTokenKey
Version 0.13.0 (7/31/21)
Added Solid (Pod) to account types
Version 0.12.10 (7/18/21)
Made usersThatMustBeInDestination explicitly optional.
Version 0.12.9 (7/18/21)
Added option to MoveFileGroupsResponse.
Version 0.12.8 (7/18/21)
Added usersThatMustBeInDestination field to MoveFileGroupsRequest.
Version 0.12.7 (7/6/21)
Another change to MoveFileGroupsRequest.
Version 0.12.6 (7/6/21)
Fix issue with MoveFileGroupsResponse.
Version 0.12.5 (7/6/21)
Fix other issues with MoveFileGroupsRequest.
Version 0.12.4 (7/6/21)
Fix another issue with MoveFileGroupsRequest. Needed to use `sharingGroupUUID` because of the endpoint configuration.
Version 0.12.3 (7/6/21)
Fix another issue with MoveFileGroupsRequest encoding/decoding.
Version 0.12.2 (7/6/21)
Fix issue with MoveFileGroupsRequest encoding/decoding.
Version 0.12.1 (7/5/21)
Remove fileUUID option from UploadDeletionRequest. This goes along with requiring all uploads to now have a file group.
Version 0.12.0 (7/3/21)
Add MoveFileGroups endpoint.
Version 0.11.3 (6/27/21)
Add email address to CheckCredsRequest.
Version 0.11.2 (6/26/21)
Add email address to RedeemSharingInvitationRequest
Version 0.11.1 (6/26/21)
Fix public property.
Version 0.11.0 (6/26/21)
Add email address to AddUserRequest
Version 0.10.8 (6/21/21)
Add batchUUID field to GetUploadsResultsRequest
See https://github.com/SyncServerII/Neebla/issues/20
Version 0.10.7 (6/9/21)
Add serverFileVersion to ConflictReason.
Version 0.10.6 (6/9/21)
Fix type for ConflictReason UUID
Version 0.10.5 (6/9/21)
Added conflictReasonKey
Version 0.10.4 (6/9/21)
Add public constructor to ConflictReason
Version 0.10.3 (6/9/21)
Added ConflictReason
Version 0.10.2 (6/8/21)
Added .conflict HTTP code.
Version 0.10.1 (6/1/21)
Added mostRecentDate field to SharingGroup
Version 0.10.0 (6/1/21)
Added numberOfDaysUntilInformAllButSelfExpiry constant.
Version 0.9.3 (5/30/21)
Restructure FileGroupSummary to span both inform self and inform others because of the need to exclude not informing anyone.
Version 0.9.2 (5/29/21)
Fix informAllButSelf field issue.
Version 0.9.1 (5/29/21)
Fix informAllButSelf field issue.
Version 0.9.0 (5/29/21)
Added comments. Added informAllButSelf to UploadRequest and FileGroupSummary.
Version 0.8.0 (5/10/21)
Added `deleted` field to SharingGroupUser.
Version 0.7.0 (4/15/21)
Added parameter to redeem invitation response: Was a user created?
Version 0.6.0 (3/11/21)
Added gif mime type.
Version 0.5.1 (3/3/21)
Fixed conversion issue.
Version 0.5.0 (3/3/21)
Changed batch expiry to a relative interval instead of a client specific date.
Version 0.4.1 (3/3/21)
Add constraint to field for upload request.
Version 0.4.0 (3/2/21)
Add batch fields to upload request.
Version 0.3.0 (3/1/21)
Add field to FileGroupSummary.
Version 0.2.0 (2/21/21)
Added file group summary.
Version 0.1.0 (2/6/21)
Add Update User endpoint.
Version 0.0.4 (1/23/21)
Starting beta testing
Version 0.0.3 (12/24/20)
Basic functionality working.