|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 3.13.0 |
| 3 | +## 3.13.1 [2019-02-21] |
| 4 | + |
| 5 | +- Fixed an issue where some objects related to Events did not have their `.Id` property correctly deserialized from JSON |
| 6 | + |
| 7 | +## 3.13.0 [2019-02-14] |
4 | 8 |
|
5 | 9 | - Added the `.InviteEmail` property to `BoxCollaboration` objects, which displays the email address for the invited
|
6 | 10 | user in a pending collaboration
|
7 | 11 | - Added `.Timezone`, `.IsExternalCollabRestricted`, `.Tags`, and `.Hostname` properties to `BoxUser` objects
|
8 | 12 |
|
9 |
| -## 3.12.0 |
| 13 | +## 3.12.0 [2019-02-07] |
10 | 14 |
|
11 | 15 | - Added `client.FilesManager.GetCollaborationsCollectionAsync()` and deprecated
|
12 | 16 | `client.FilesManager.GetCollaborationsAsync()` to enable paging through the entire
|
|
15 | 19 | and `client.WebLinksManager.DeleteSharedLinkAsync()`
|
16 | 20 | - Added `client.UsersManager.GetUserAvatarAsync()` for retrieving a user's avatar image
|
17 | 21 |
|
18 |
| -## 3.11.0 |
| 22 | +## 3.11.0 [2019-01-17] |
19 | 23 |
|
20 | 24 | - Added support for reading and writing more Group fields
|
21 | 25 | - Fixed an issue where the `UnsharedAt` field of a shared link could not be set to `null`
|
22 | 26 | - Fixed renaming a file on new version upload
|
23 | 27 | - Added the ability to set the content modification timestamp on file version upload
|
24 | 28 | - Fixed issues around reading the source of an event when the source item is a web link
|
25 | 29 |
|
26 |
| -## 3.10.0 |
| 30 | +## 3.10.0 [2018-12-14] |
27 | 31 |
|
28 | 32 | - Added support for Metadata Cascade Policies
|
29 | 33 |
|
30 |
| -## 3.9.3 |
| 34 | +## 3.9.3 [2018-09-04] |
31 | 35 |
|
32 | 36 | - Strong named the assembly.
|
33 | 37 |
|
34 |
| -## 3.9.2 |
| 38 | +## 3.9.2 [2018-06-14] |
| 39 | + |
35 | 40 | - Added support for [setting flag](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Models/Request/BoxFolderRequest.cs#L39) allowing non owners of a folder to invite collaborators.
|
36 | 41 |
|
37 |
| -## 3.9.1 |
| 42 | +## 3.9.1 [2018-06-07] |
38 | 43 |
|
39 | 44 | - Fixed bug where Xamarin applications would run out of connections
|
40 | 45 |
|
41 |
| -## 3.9.0 |
| 46 | +## 3.9.0 [2018-05-10] |
42 | 47 |
|
43 | 48 | - Added support for Storage Policies
|
44 | 49 |
|
45 |
| -## 3.8.0 |
| 50 | +## 3.8.0 [2018-04-30] |
46 | 51 |
|
47 | 52 | - Fixed an issue where users could not create `BoxClient` on Xamarin
|
48 | 53 | - Added `File` property to `BoxLock` objects in events
|
49 | 54 | - Added `MetadataManager.DeleteMetadataTemplate(string scope, string template)` for deleting a Metadata template
|
50 | 55 | - Made API URLs modifiable in `BoxConfig`
|
51 | 56 | - Improved API response error objects/messages
|
52 | 57 |
|
53 |
| -## 3.7.0 |
| 58 | +## 3.7.0 [2018-04-10] |
54 | 59 |
|
55 | 60 | - Added support for assigning a Retention Policy to a metadata template
|
56 | 61 | - Added `CONTENT_ACCESS` event type to enum
|
57 | 62 |
|
58 |
| -## 3.6.0 |
| 63 | +## 3.6.0 [2018-03-27] |
59 | 64 |
|
60 | 65 | - Fixed an issue where a "Security protocol not supported" exception could be thrown on MacOS
|
61 | 66 | - Added `client.FilesManager.GetRepresentationContentAsync()` for fetching a stream over representation contents
|
62 | 67 | - Fixed parsing of some `Source` objects on `BoxEvent` objects
|
63 | 68 |
|
64 |
| -## 3.5.2 |
| 69 | +## 3.5.2 [2018-03-21] |
65 | 70 |
|
66 | 71 | - Switched to exponential backoff when the SDK receives a rate limit or server error response.
|
67 | 72 | - Force support for TLSv1.1 or higher when available to improve the security of connections to the Box API.
|
68 | 73 | - Perform modified retry on JWT auth for when the local clock and the Box Server clock are not aligned as well as if the JWT ID has already been consumed.
|
69 | 74 | - Made `name` parameter optional on `RestoreTrashedAsync()`.
|
70 | 75 |
|
71 |
| -## 3.4.2 |
| 76 | +## 3.4.2 [2018-01-31] |
72 | 77 |
|
73 | 78 | - Deprecated `uploadFileVersionUsingSessionAsync()`(which returned just a Box File Version) in favor of `uploadNewVersionUsingSessionAsync()`(which returns the entire Box File object containing the Box File Version).
|
74 | 79 | - Added support for OAuth2 access token creation type to the AdminEventTypesEnum
|
75 | 80 | - Added `ExpiresAt` param to `BoxCollaborationRequest`.
|
76 | 81 |
|
77 |
| -## 3.4.1 |
| 82 | +## 3.4.1 [2018-01-09] |
78 | 83 |
|
79 | 84 | - Added support for [Collaboration Whitelist](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxCollaborationWhitelistManager.cs) endpoint
|
80 | 85 | - Added [Event Types Enum](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Config/Constants.cs#L287)
|
81 | 86 | - Fixed deserialization issue with BoxRepresentationStatus (#429)
|
82 | 87 |
|
83 |
| -## 3.3.0 |
| 88 | +## 3.3.0 [2017-11-22] |
84 | 89 |
|
85 | 90 | - Added support for [Terms of Service](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxTermsOfServiceManager.cs) endpoint
|
86 | 91 | - Added support for [Metadata Template ID](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxMetadataManager.cs#L175) endpoint
|
87 | 92 | - Added missing fields for Folder Model (#414)
|
88 | 93 |
|
89 |
| -## 3.2.0 |
| 94 | +## 3.2.0 [2017-10-04] |
90 | 95 |
|
91 | 96 | - Added support for [Representations](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxFilesManager.cs#L1216) endpoint
|
92 | 97 | - Added support for [Chunked Upload New File Version](https://github.com/box/box-windows-sdk-v2/blob/master/Box.V2/Managers/BoxFilesManager.cs#L423)
|
93 | 98 | - Fixed BoxEventsManager DateTime formatter (#400)
|
94 | 99 |
|
95 |
| -## 3.1.0 |
| 100 | +## 3.1.0 [2017-08-18] |
96 | 101 |
|
97 | 102 | - Added Unified Metadata Support (#379)
|
98 | 103 |
|
99 |
| -## 3.0.0 |
| 104 | +## 3.0.0 [2017-07-28] |
100 | 105 |
|
101 | 106 | - Major version bump to 3, targeting net45
|
102 | 107 | - Upgrading the whole sln to vs2017
|
|
0 commit comments