Skip to content

Commit 4ebcea8

Browse files
committed
UPdate teh adls sdk version
1 parent 6919797 commit 4ebcea8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/DataLakeStore/DataLakeStore/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Update ADLS SDK version (https://github.com/Azure/azure-data-lake-store-net/blob/preview-alpha/CHANGELOG.md#version-123-alpha), brings following fixes
22+
* Avoid throwing exception while unable to deserialize the creationtime of the trash or directory entry.
23+
* Expose setting per request timeout in adlsclient
24+
* Fix passing the original syncflag for badoffset recovery
25+
* Fix EnumerateDirectory to retrieve continuation token once response is checked
26+
* Fix Concat Bug
2127

2228
## Version 1.2.3
2329
* Fix account validation so that accounts with "-" can be passed without domain

src/DataLakeStore/DataLakeStore/DataLakeStore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.Azure.DataLake.Store" Version="1.2.1-alpha" />
15+
<PackageReference Include="Microsoft.Azure.DataLake.Store" Version="1.2.3-alpha" />
1616
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.4.2-preview" />
1717
<PackageReference Include="NLog" Version="4.5.0" />
1818
<PackageReference Include="System.Net.Requests" Version="4.3.0" />

0 commit comments

Comments
 (0)