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
@@ -24,7 +24,132 @@ This article contains the latest release notes for Azure Storage Explorer, as we
24
24
25
25
To download previous versions of Storage Explorer, you can visit the [Releases page](https://github.com/microsoft/AzureStorageExplorer/releases) of our GitHub repo.
26
26
27
+
## Version 1.11.0
28
+
11/4/2019
29
+
30
+
### New
31
+
* Operations for Blobs, ADLS Gen2 and Managed Disks use the integrated AzCopy. More specifically, the following operations are done using AzCopy:
32
+
* Blobs
33
+
* Open for editing + Upload
34
+
* Upload, including drag & drop
35
+
* Download
36
+
* Copy & paste #1249
37
+
* Delete
38
+
* ADLS Gen2 Blobs
39
+
* Upload, including drag & drop
40
+
* Download
41
+
* Copy & paste
42
+
* Delete, including folder delete
43
+
* Managed Disks
44
+
* Upload
45
+
* Download
46
+
* Copy & paste
47
+
48
+
Additionally, several frequently requested features have been added to the integrated AzCopy experience:
49
+
* Conflict resolutions - you will be prompted during transfers to resolve conflicts. #1455
50
+
* Upload as page blobs - you can choose whether or not AzCopy uploads .vhd and .vhdx files as page blobs. #1164 and #1601
51
+
* Configurable AzCopy parameters - Several settings have been added to tune AzCopy's performance and resource usage. See more details below.
52
+
53
+
* To enable ADLS Gen2 and Blobs multi-protocol access and further enhance ADLS Gen2 experiences, we have added the following features for the ADLS Gen2 accounts:
54
+
* Search using friendly names to set ACL permissions
55
+
* View hidden containers, such as $logs and $web
56
+
* Acquire and break container lease
57
+
* Acquire and break Blob lease #848
58
+
* Manage container access policies
59
+
* Configure Blob access tiers
60
+
* Copy & Paste Blobs
61
+
62
+
* In this release, we are previewing 17 additional languages. You can switch to a language of your choice on the settings page under "Application" → "Regional Settings" → "Language (Preview)". We are still working hard on translating additional strings and improving the translation quality. Should you have any feedback regarding a translation, or if you notice a string which is not yet translated, please [open an issue on GitHub](https://github.com/microsoft/AzureStorageExplorer/issues/new?assignees=&labels=%F0%9F%8C%90%20localization&template=bug-report.md&title=).
63
+
* In every release, we try to onboard a few settings to enable fine turning Storage Explorer. In this release, we added settings to further configure AzCopy as well as to hide service nodes:
64
+
* AzCopy bandwidth limit - helps control how much of the network AzCopy uses. You can find this setting at "Transfers" → "AzCopy" → "Maximum transfer rate". #1099
65
+
* AzCopy MD5 check - lets you configure if and how strictly AzCopy checks for MD5 hashes on download. You can find this setting at "Transfers" → "AzCopy" → "Check MD5".
66
+
* AzCopy concurrency and memory buffer size - by default AzCopy will analyze your machine to determine reasonable default values for these settings. But if you run into performance problems, these advanced settings can be used to further tailor how AzCopy runs on your computer. You can find these settings under "Transfers" → "AzCopy". #994
67
+
* Display and hide service nodes - these settings give you the options to display or hide any of the Azure services that Storage Explorer supports. You can find these settings under the "Services" section. #1877
68
+
69
+
* When creating a Snapshot of a Managed Disk, a default name is now provided. #1847
70
+
* When attaching with Azure AD, if you attach an ADLS Gen2 Blob container, then "(ADLS Gen2)" will be shown next to the node. #1861
71
+
72
+
### Fixes
73
+
* When copying, uploading, or downloading large Disks, Storage Explorer would sometimes fail to revoke access to the disks involved in the operation. This has been fixed. #2048
74
+
* Table statistics failed when viewing a partition key query. This has been fixed. #1886
75
+
76
+
### Known Issues
77
+
* Storage Explorer 1.11.0 now requires a DFS endpoint (such as "myaccount.dfs.core.windows.net") to attach to ADLS Gen2 containers. Previous versions of Storage Explorer allowed you to use a blob endpoint. These attachments may no longer work after upgrading to 1.11.0. If you encounter this problem, reattach using the DFS endpoint.
78
+
* Numeric settings are not checked for whether they lie in a valid range.#2140
79
+
* Copying blob containers from one storage account to another in the tree view may fail. We are investigating the issue.#2124
80
+
* The Auto Refresh setting does not yet affect all operations in the Blob Explorer.
81
+
* Managed Disk features are not supported in Azure Stack.
82
+
* If a Disk upload or paste fails and a new Disk was created prior to the failure, Storage Explorer will not delete the Disk for you.
83
+
* Depending on when you cancel a Disk upload or paste, it is possible to leave the new Disk in a corrupted state. If this happens, you either need to delete the new Disk, or manually call the Disk APIs to replace the contents of the Disk such that it is no longer corrupted.
84
+
* When using RBAC, Storage Explorer requires some management layer permissions in order to access your storage resources. See the [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting) for more info.
85
+
* Detaching from a resource attached via SAS URI, such as a blob container, may cause an error that prevents other attachments from showing up correctly. To work around this issue, just refresh the group node. See #537 for more information.
86
+
* If you use VS for Mac and have ever created a custom AAD configuration, you may be unable to sign-in. To work around the issue, delete the contents of ~/.IdentityService/AadConfigurations. If doing so does not unblock you, comment on this issue.
87
+
* Azurite has not yet fully implemented all Storage APIs. Because of this, there may be unexpected errors or behavior when using Azurite for development storage.
88
+
* In rare cases, the tree focus may get stuck on Quick Access. To unstick the focus, you can Refresh All.
89
+
* Uploading from your OneDrive folder does not work because of a bug in NodeJS. The bug has been fixed, but not yet integrated into Electron. To work around this issue when uploading to or downloading from a blob container, you can use the experimental AzCopy feature.
90
+
* When targeting Azure Stack, uploading certain files as append blobs may fail.
91
+
* After clicking "Cancel" on a task, it may take a while for that task to cancel. This is because we are using the cancel filter work around described here.
92
+
* If you choose the wrong PIN/Smartcard certificate, then you will need to restart in order to have Storage Explorer forget that decision.
93
+
* Renaming blobs (individually or inside a renamed blob container) does not preserve snapshots. All other properties and metadata for blobs, files, and entities are preserved during a rename.
94
+
* Azure Stack does not support the following features. Attempting to use these features while working with Azure Stack resources may result in unexpected errors.
95
+
* File shares
96
+
* Access tiers
97
+
* Soft Delete
98
+
* ADLS Gen2
99
+
* Managed Disks
100
+
* The Electron shell used by Storage Explorer has trouble with some GPU (graphics processing unit) hardware acceleration. If Storage Explorer is displaying a blank (empty) main window, you can try launching Storage Explorer from the command line and disabling GPU acceleration by adding the `--disable-gpu` switch:
101
+
102
+
```
103
+
./StorageExplorer.exe --disable-gpu
104
+
```
105
+
106
+
* Running Storage Explorer on Linux requires certain dependencies to be installed first. Check the Storage Explorer [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting?tabs=1804#linux-dependencies) for more information.
107
+
108
+
## Previous releases
109
+
110
+
* [Version 1.10.1](#version-1101)
111
+
* [Version 1.10.0](#version-1100)
112
+
* [Version 1.9.0](#version-190)
113
+
* [Version 1.8.1](#version-181)
114
+
* [Version 1.8.0](#version-180)
115
+
* [Version 1.7.0](#version-170)
116
+
* [Version 1.6.2](#version-162)
117
+
* [Version 1.6.1](#version-161)
118
+
* [Version 1.6.0](#version-160)
119
+
* [Version 1.5.0](#version-150)
120
+
* [Version 1.4.4](#version-144)
121
+
* [Version 1.4.3](#version-143)
122
+
* [Version 1.4.2](#version-142)
123
+
* [Version 1.4.1](#version-141)
124
+
* [Version 1.3.0](#version-130)
125
+
* [Version 1.2.0](#version-120)
126
+
* [Version 1.1.0](#version-110)
127
+
* [Version 1.0.0](#version-100)
128
+
* [Version 0.9.6](#version-096)
129
+
* [Version 0.9.5](#version-095)
130
+
* [Version 0.9.4 and 0.9.3](#version-094-and-093)
131
+
* [Version 0.9.2](#version-092)
132
+
* [Version 0.9.1 and 0.9.0](#version-091-and-090)
133
+
* [Version 0.8.16](#version-0816)
134
+
* [Version 0.8.14](#version-0814)
135
+
* [Version 0.8.13](#version-0813)
136
+
* [Version 0.8.12 and 0.8.11 and 0.8.10](#version-0812-and-0811-and-0810)
137
+
* [Version 0.8.9 and 0.8.8](#version-089-and-088)
138
+
* [Version 0.8.7](#version-087)
139
+
* [Version 0.8.6](#version-086)
140
+
* [Version 0.8.5](#version-085)
141
+
* [Version 0.8.4](#version-084)
142
+
* [Version 0.8.3](#version-083)
143
+
* [Version 0.8.2](#version-082)
144
+
* [Version 0.8.0](#version-080)
145
+
* [Version 0.7.20160509.0](#version-07201605090)
146
+
* [Version 0.7.20160325.0](#version-07201603250)
147
+
* [Version 0.7.20160129.1](#version-07201601291)
148
+
* [Version 0.7.20160105.0](#version-07201601050)
149
+
* [Version 0.7.20151116.0](#version-07201511160)
150
+
27
151
## Version 1.10.1
152
+
9/19/2019
28
153
29
154
### Hotfix
30
155
* Some users encountered an error in 1.10.0 while attempting to view their data in their ADLS Gen 1 accounts. This error prevented the explorer panel from rendering properly. This has been fixed. #1853 #1865
@@ -171,48 +296,6 @@ The uploading, downloading, and cross-region copying of disks are powered by AzC
171
296
172
297
* Running Storage Explorer on Linux requires certain dependencies to be installed first. Check the Storage Explorer [troubleshooting guide](https://docs.microsoft.com/azure/storage/common/storage-explorer-troubleshooting?tabs=1804#linux-dependencies) for more information.
173
298
174
-
## Previous releases
175
-
176
-
* [Version 1.9.0](#version-190)
177
-
* [Version 1.8.1](#version-181)
178
-
* [Version 1.8.0](#version-180)
179
-
* [Version 1.7.0](#version-170)
180
-
* [Version 1.6.2](#version-162)
181
-
* [Version 1.6.1](#version-161)
182
-
* [Version 1.6.0](#version-160)
183
-
* [Version 1.5.0](#version-150)
184
-
* [Version 1.4.4](#version-144)
185
-
* [Version 1.4.3](#version-143)
186
-
* [Version 1.4.2](#version-142)
187
-
* [Version 1.4.1](#version-141)
188
-
* [Version 1.3.0](#version-130)
189
-
* [Version 1.2.0](#version-120)
190
-
* [Version 1.1.0](#version-110)
191
-
* [Version 1.0.0](#version-100)
192
-
* [Version 0.9.6](#version-096)
193
-
* [Version 0.9.5](#version-095)
194
-
* [Version 0.9.4 and 0.9.3](#version-094-and-093)
195
-
* [Version 0.9.2](#version-092)
196
-
* [Version 0.9.1 and 0.9.0](#version-091-and-090)
197
-
* [Version 0.8.16](#version-0816)
198
-
* [Version 0.8.14](#version-0814)
199
-
* [Version 0.8.13](#version-0813)
200
-
* [Version 0.8.12 and 0.8.11 and 0.8.10](#version-0812-and-0811-and-0810)
0 commit comments