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

Commit 6ffbfe3

Browse files
committed
Updating the version number to 4.1.0
1 parent a4d04aa commit 6ffbfe3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ChangeLog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2015.10.05 Version 4.0-alpha-1
1+
2015.10.05 Version 4.1.0
22
* Added support for client side encryption for blobs, queues and tables.
33
* Since the encryption preview, added functionality where uploading encrypted blobs can be done with just PutBlob, not PutBlock + PutBlockList, if the blob is small enough.
44
* Since the encryption preview, fixed bugs in the Table Service where APIs such as 'CreateTable' were trying to encrypt their payload. Encryption is only supported on entities.

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>4.0-alpha-1</version>
29+
<version>4.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
@@ -601,7 +601,7 @@ public static class HeaderConstants {
601601
/**
602602
* Specifies the value to use for UserAgent header.
603603
*/
604-
public static final String USER_AGENT_VERSION = "4.0-alpha-1";
604+
public static final String USER_AGENT_VERSION = "4.1.0";
605605

606606
/**
607607
* 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>4.0-alpha-1</version>
13+
<version>4.1.0</version>
1414
<packaging>jar</packaging>
1515

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

0 commit comments

Comments
 (0)