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

Commit a9e6226

Browse files
committed
Updated repo infra to reflect new version
1 parent dd1ca8d commit a9e6226

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

BreakingChanges.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Changes in 7.0.0
1+
Changes in 8.0.0
2+
3+
OTHER
4+
* Upgraded the language version to Java 7.
5+
* Updated the Jackson-Core dependency to version 2.9.4 to pull in security fix.
6+
7+
Changes in 7.0.0
28

39
OTHER
410
* Upgraded Key Vault dependency to 1.0. Users of the IKey and IKeyResolver interfaces should note the interface changes in this version.

ChangeLog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
XXXX.XX.XX Version X.X.X
1+
2018.06.26 Version 8.0.0
22
* Support for 2018-03-28 REST version. Please see our REST API documentation and blogs for information about the related added features.
33
* Added support for static website properties.
44
* Added support for the getAccountInfo feature. Sku name and account kind may be retrieved using a CloudBlobClient, CloudBlobContainer, or CloudBlob with SharedKey or SAS.
5+
* Added support for putBlockFromURI. A block may be created with another block blob as its source.
6+
* Upgraded the language version to Java 7.
7+
* Updated the Jackson-Core dependency to version 2.9.4 to pull in security fix.
58

69
2018.05.22 Version 7.1.0
710
* Support for 2017-11-09 REST version. Please see our REST API documentation and blogs for information about the related added features.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
3232
<dependency>
3333
<groupId>com.microsoft.azure</groupId>
3434
<artifactId>azure-storage</artifactId>
35-
<version>7.0.0</version>
35+
<version>8.0.0</version>
3636
</dependency>
3737
```
3838

@@ -50,7 +50,7 @@ To download a copy of the source code, click "Download ZIP" on the right side of
5050

5151
## Minimum Requirements
5252

53-
* Java 1.6+
53+
* Java 1.7+
5454
* [Jackson-Core](https://github.com/FasterXML/jackson-core) is used for JSON parsing.
5555
* (Optional) [SLF4J](http://www.slf4j.org/) is a logging facade.
5656
* (Optional) [SLF4J binding](http://www.slf4j.org/manual.html) is used to associate a specific logging framework with SLF4J.

microsoft-azure-storage-test/src/com/microsoft/azure/storage/TestHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class TestHelper {
7676
private static StorageCredentialsAccountAndKey copySourceCredentials;
7777
private static CloudStorageAccount copySourceAccount;
7878

79-
private final static boolean enableFiddler = true;
79+
private final static boolean enableFiddler = false;
8080
private final static boolean requireSecondaryEndpoint = false;
8181

8282
public static String generateOAuthToken() throws MalformedURLException, InterruptedException, ExecutionException, ServiceUnavailableException, StorageException {

0 commit comments

Comments
 (0)