Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 6c1039c

Browse files
committed
Release prep
1 parent 9fac38e commit 6c1039c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2020.06.22 Version 7.0.1
2+
* Fixed a race condition in XML parsing logic that in narrow situations could cause the parser to be initialized incorrectly resulting in an erroneously empty list result.
3+
14
2018.02.05 Version 7.0.0
25
* Support for 2017-07-29 REST version. Please see our REST api documentation and blogs for information about the related added features.
36
* Added support for soft delete feature. If a delete retention policy is enabled through the set service properties API, then blobs or snapshots can be deleted softly and retained for a specified number of days, before being permanently removed by garbage collection.

microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ public static class HeaderConstants {
670670
/**
671671
* Specifies the value to use for UserAgent header.
672672
*/
673-
public static final String USER_AGENT_VERSION = "7.0.0";
673+
public static final String USER_AGENT_VERSION = "7.0.1";
674674

675675
/**
676676
* The default type for content-type and accept

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.microsoft.azure</groupId>
1212
<artifactId>azure-storage</artifactId>
13-
<version>7.0.0</version>
13+
<version>7.0.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Microsoft Azure Storage Client SDK</name>

0 commit comments

Comments
 (0)