Skip to content

Commit 9353472

Browse files
Update changelog (#13641)
* added changelogs * added prs/issues in the changelogs
1 parent a572987 commit 9353472

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

sdk/storage/azure-storage-blob/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Release History
22

3-
## 12.5.0 (Unreleased)
3+
## 12.5.0 (2020-09-10)
4+
**New features**
5+
- Added support for checking if a blob exists using the `exists` method (#13221).
46

7+
**Fixes**
8+
- Fixed source URLs special characters issue. Users can now have special characters in their source URLs for `copy_blob_from_url`, `upload_blob_from_url` etc (#13275).
9+
- Fixed authorization header on asyncio requests containing url-encoded-able characters (#11028).
10+
- Fixed SAS credentials URL malformation when using local Azurite container (#11941).
11+
- Fixed issue with permission string causing an authentication failure (#13099).
12+
- Support for returning snapshot value in `get_blob_properties` response (#13287).
513

614
## 12.4.0 (2020-08-12)
715
**New features**

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Release History
2-
## 12.1.2 (Unreleased)
2+
## 12.1.2 (2020-09-10)
3+
**Fixes**
4+
- Fixed renaming with SAS string (#12057).
35

46
## 12.1.1 (2020-08-13)
57
- Patch release to update the minimum dependency requirement.

sdk/storage/azure-storage-queue/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release History
22

3-
## 12.1.3 (Unreleased)
4-
3+
## 12.1.3 (2020-09-10)
4+
**Fixes**
5+
- Fixed QueueClient type declaration (#11392).
56

67
## 12.1.2 (2020-6-12)
78
**Notes**

0 commit comments

Comments
 (0)