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

Commit 337f04f

Browse files
authored
Merge pull request #443 from rickle-msft/legacy-dev
Release prep
2 parents b156f96 + e3b262f commit 337f04f

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

ChangeLog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
XXXX.XX.XX Version X.X.X
1+
2019.03.01 Version 8.1.0
22
* Added support for the deep sync copy blob api.
3+
* Added the option to disable etag validation on BlobInputStream reads.
4+
* Added the ability to specify an offset and range on a BlobInputStream.
35

46
2018.06.26 Version 8.0.0
57
* Support for 2018-03-28 REST version. Please see our REST API documentation and blogs for information about the related added features.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
3939
<dependency>
4040
<groupId>com.microsoft.azure</groupId>
4141
<artifactId>azure-storage</artifactId>
42-
<version>8.0.0</version>
42+
<version>8.1.0</version>
4343
</dependency>
4444
```
4545

microsoft-azure-storage-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.microsoft.azure</groupId>
2828
<artifactId>azure-storage</artifactId>
29-
<version>8.0.0</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.microsoft.azure</groupId>

microsoft-azure-storage-samples/src/com/microsoft/azure/storage/logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.microsoft.azure</groupId>
2828
<artifactId>azure-storage</artifactId>
29-
<version>8.0.0</version>
29+
<version>8.1.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.microsoft.azure</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ public static class HeaderConstants {
715715
/**
716716
* Specifies the value to use for UserAgent header.
717717
*/
718-
public static final String USER_AGENT_VERSION = "7.0.0";
718+
public static final String USER_AGENT_VERSION = "8.1.0";
719719

720720
/**
721721
* 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>8.0.0</version>
13+
<version>8.1.0</version>
1414
<packaging>jar</packaging>
1515

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

0 commit comments

Comments
 (0)