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
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,13 @@
2
2
3
3
> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
4
4
5
-
## Version X.X.X:
5
+
## Version 0.36.0:
6
+
7
+
### Blob:
8
+
- For Standard Storage Accounts only, added support for getting and setting the tier on an individual block blob.
6
9
7
10
### Table:
8
-
- Fixed bug where inserting entity with an empty sting as RowKey raised error.
11
+
- Fixed bug where inserting entity with an empty sting as RowKey or PartitionKey raised error.
9
12
10
13
## Version 0.35.1:
11
14
@@ -18,11 +21,6 @@
18
21
- 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.
19
22
- Fixed a bug where deserialization of service stats throws a TypeError when the service is unavailable.
20
23
21
-
### Blob:
22
-
- For Standard Storage Accounts only, added support for getting and setting the tier on an individual block blob.
23
-
24
-
## Version X.X.X:
25
-
26
24
### Blob:
27
25
- 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.
28
26
- create_from_* and and append_blob_from_* methods will return response_properties which contains the etag and last modified time.
0 commit comments