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
Copy file name to clipboardExpand all lines: ChangeLog.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
4
4
5
+
## Version 0.35.0:
6
+
7
+
### All:
8
+
- Support for 2017-04-17 REST version. Please see our REST API documentation and blogs for information about the related added features. If you are using the Storage Emulator, please update to Emulator version 5.2.
9
+
- Fixed a bug where deserialization of service stats throws a TypeError when the service is unavailable.
10
+
11
+
### Blob:
12
+
- For Premium Accounts only, added support for getting and setting the tier on a page blob. The tier can also be set when creating or copying from an existing page blob.
13
+
- create_from_* and and append_blob_from_* methods will return response_properties which contains the etag and last modified time.
14
+
15
+
### Table:
16
+
- Fixed syntax error in _convert_json_response_to_entities.
17
+
- Fixed a bug where the urls are not correctly formed when making commit_batch to the emulator.
18
+
19
+
### File:
20
+
- The `server_encrypted` file property will now be populated when calling 'get_directory_properties', 'get_file', and 'get_file_properties'. This value is set to True if the file data (for files) and application metadata are completely encrypted.
21
+
5
22
## Version 0.34.3:
6
23
- All: Made the socket timeout configurable. Increased the default socket timeout to 20 seconds.
7
24
- All: Fixed a bug where SAS tokens were being duplicated on retries
@@ -179,4 +196,4 @@
179
196
- Client-side validation added for ranges used in APIs.
180
197
- Metadata returned for shares, directories, and files will be returned without the 'x-ms-meta' prefix on the keys. Namely, metadata will be returned as it is received.
181
198
- get_share_properties, get_directory_properties, and get_file_properties return parsed Share, Directory, and File objects, respectively, instead of string header dictionaries.
182
-
- copy_file returns a parsed CopyProperties object instead of a string header dictionary.
199
+
- copy_file returns a parsed CopyProperties object instead of a string header dictionary.
0 commit comments