Skip to content

Commit d7fa317

Browse files
authored
release note 1.35.1 (#1233)
* release note 1.35.1 * update new generation SDK link
1 parent f1c7335 commit d7fa317

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[![Build Status](https://dev.azure.com/azure-sdk/public/_apis/build/status/fluentJava/Azure.azure-libraries-for-java?branchName=master)](https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=608&branchName=master)
22
[![Build Status](https://travis-ci.org/Azure/azure-libraries-for-java.svg?style=flat-square&label=build&branch=master)](https://travis-ci.org/Azure/azure-libraries-for-java)
33

4+
# Try the Next-Generation Azure Management SDK for Java now
5+
6+
A new set of Azure Management Libraries for Java that follows the [Azure SDK Design Guidelines for Java](https://azure.github.io/azure-sdk/java_introduction.html) are now in public preview. If you are interested in the new generation SDK for Java, please find more details [here](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/management).
7+
48
# Azure Management Libraries for Java
59

6-
This README is based on the released stable version (1.35.0). If you are looking for other releases, see [More Information](#more-information).
10+
This README is based on the released stable version (1.35.1). If you are looking for other releases, see [More Information](#more-information).
711

812
The Azure Management Libraries for Java is a higher-level, object-oriented API for *managing* Azure resources, that is optimized for ease of use, succinctness and consistency.
913

@@ -20,13 +24,12 @@ If you are looking for Java client libraries for *consuming* (rather than *manag
2024
* [Download](#download)
2125
* [Prerequisites](#prerequisites)
2226
* [Updgrading from older versions](#upgrading-from-older-versions)
23-
* [Try new generation SDK for Java](#try-new-generation-sdk-for-java)
2427
* [Help and issues](#help-and-issues)
2528
* [Contribute code](#contribute-code)
2629
* [More information](#more-information)
2730

2831
## Feature Availability and Road Map
29-
:triangular_flag_on_post: *as of Version 1.35.0*
32+
:triangular_flag_on_post: *as of Version 1.35.1*
3033

3134
<table>
3235
<tr>
@@ -618,13 +621,13 @@ SqlDatabase database = sqlServer.databases().define("myNewDatabase")
618621

619622
### Use single library
620623

621-
For instance, if you only need azure-mgmt-appservice library from 1.35.0, and wish to limit the dependencies, using following dependency instead in POM.
624+
For instance, if you only need azure-mgmt-appservice library from 1.35.1, and wish to limit the dependencies, using following dependency instead in POM.
622625

623626
```xml
624627
<dependency>
625628
<groupId>com.microsoft.azure</groupId>
626629
<artifactId>azure-mgmt-appservice</artifactId>
627-
<version>1.35.0</version>
630+
<version>1.35.1</version>
628631
</dependency>
629632
<dependency>
630633
<groupId>com.microsoft.azure</groupId>
@@ -655,13 +658,13 @@ WebApp webApp = appServiceClient.webApps()
655658

656659
### Latest stable release
657660

658-
If you are using released builds from 1.35.0, add the following to your POM file:
661+
If you are using released builds from 1.35.1, add the following to your POM file:
659662

660663
```xml
661664
<dependency>
662665
<groupId>com.microsoft.azure</groupId>
663666
<artifactId>azure</artifactId>
664-
<version>1.35.0</version>
667+
<version>1.35.1</version>
665668
</dependency>
666669
```
667670

@@ -688,7 +691,7 @@ If you are using snapshots builds for this repo, add the following repository an
688691
<dependency>
689692
<groupId>com.microsoft.azure</groupId>
690693
<artifactId>azure</artifactId>
691-
<version>1.35.1-SNAPSHOT</version>
694+
<version>1.35.2-SNAPSHOT</version>
692695
</dependency>
693696
<dependency>
694697
<groupId>com.microsoft.azure</groupId>
@@ -715,7 +718,7 @@ If you are using snapshots builds for this repo, add the following repository an
715718

716719
## Upgrading from older versions
717720

718-
If you are migrating your code from 1.34.0 to 1.35.0, you can use these release notes for [preparing your code for 1.35.0 from 1.34.0](./notes/prepare-for-1.35.0.md).
721+
If you are migrating your code from 1.35.0 to 1.35.1, you can use these release notes for [preparing your code for 1.35.1 from 1.35.0](./notes/prepare-for-1.35.1.md).
719722

720723
In general, Azure Libraries for Java follow [semantic versioning](http://semver.org/), so user code should continue working in a compatible fashion between minor versions of the same major version release train, with the following caveats:
721724

@@ -725,10 +728,6 @@ In general, Azure Libraries for Java follow [semantic versioning](http://semver.
725728

726729
* the `*Inner` types and their methods may occasionally change their naming and structure between minor versions in breaking ways. User code should generally avoid making a reference to those types though, unless their functionality is not yet exposed by the "fluent" API.
727730

728-
## Try new generation SDK for Java
729-
730-
A new set of Azure Management Libraries for Java that follows the [Azure SDK Design Guidelines for Java](https://azure.github.io/azure-sdk/java_introduction.html) are now in public preview. If you are interested in the new generation SDK for Java, please find more details [here](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/management).
731-
732731
## Help and Issues
733732

734733
If you encounter any bugs with these libraries, please file issues via [Issues](https://github.com/Azure/azure-libraries-for-java/issues) or checkout [StackOverflow for Azure Java SDK](http://stackoverflow.com/questions/tagged/azure-java-sdk).
@@ -752,6 +751,7 @@ If you would like to become an active contributor to this project please follow
752751

753752
| Version | SHA1 | Remarks |
754753
|-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------|
754+
| 1.35.1 | [1.35.1](https://github.com/Azure/azure-libraries-for-java/tree/v1.35.1) | Tagged release for 1.35.1 version of Azure management libraries |
755755
| 1.35.0 | [1.35.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.35.0) | Tagged release for 1.35.0 version of Azure management libraries |
756756
| 1.34.0 | [1.34.0](https://github.com/Azure/azure-libraries-for-java/tree/v1.34.0) | Tagged release for 1.34.0 version of Azure management libraries |
757757
| 1.33.1 | [1.33.1](https://github.com/Azure/azure-libraries-for-java/tree/v1.33.1) | Tagged release for 1.33.1 version of Azure management libraries |

notes/prepare-for-1.35.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Prepare for Azure Management Libraries for Java 1.35.1 #
2+
3+
Steps to migrate code that uses Azure Management Libraries for Java from 1.35 to 1.35.1 ...
4+
5+
> If this note missed any breaking changes, please open a pull request.
6+
7+
V1.35.1 is backwards compatible with V1.35 in the APIs intended for public use that reached the general availability (stable) stage in V1.x.

0 commit comments

Comments
 (0)