Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add release info for 2020 January #7116

Merged
merged 3 commits into from
Jan 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Release History

## 1.0.0-beta.8 (Unreleased)
## 1.0.0-beta.8 (2020-01-07)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 1.0.0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will be 1.0.1

- Fixed `UserAgent` unknown name and unknown version bug.
- Add support for setting `x-ms-client-request-id`, `x-ms-correlation-request-id` and `correlation-context` http header values.

## 1.0.0-preview.7 (2019-11-26)
For details on the Azure SDK for Java (November 2019 Preview) release refer to the [release announcement](https://aka.ms/azure-sdk-preview7-java).
### Breaking changes
- SettingSelector takes a filter instead of taking a list of strings. Supported `SettingSelector` literal special character and wild card functions.

## 1.0.0-beta.7 (2019-11-26)
- Added support for Azure Activity Directory authentication.
- Added service API version support

Expand All @@ -13,7 +16,6 @@ For details on the Azure SDK for Java (November 2019 Preview) release refer to t
- Removed Range class, SettingSelector no longer supports Range.

## 1.0.0-preview.6 (2019-10-31)
For details on the Azure SDK for Java (October 2019 Preview) release refer to the [release announcement](https://aka.ms/azure-sdk-preview6-java).
- Renamed addSetting, getSetting, deleteSetting, setSetting, listSettings, listSettingRevisions to
addConfigurationSetting, getConfigurationSetting, deleteConfigurationSetting, setConfigurationSetting,
listConfigurationSettings, listRevisions for consistency naming across languages.
Expand All @@ -30,8 +32,6 @@ and
[samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java/com/azure/data/appconfiguration)

## 1.0.0-preview.5 (2019-10-11)
For details on the Azure SDK for Java (September 2019 Preview) release refer to the [release announcement](https://azure.github.io/azure-sdk/releases/2019-10-11/java.html).

- Fixed a explored bug that ConfigurationClientCredential is already pacakge-private. Using connection String instead.

This package's
Expand All @@ -41,8 +41,6 @@ and
demonstrate the new API.

## 1.0.0-preview.4 (2019-10-8)
For details on the Azure SDK for Java (October 2019 Preview) release refer to the [release announcement](https://azure.github.io/azure-sdk/releases/2019-10-11/java.html).

- Updated addSetting, getSetting, deleteSetting, setSetting to support conditional request.
- Removed UpdateSetting.
- Allowed user to define custom equality of configuration setting.
Expand All @@ -56,8 +54,6 @@ and
demonstrate the new API.

## 1.0.0-preview.3 (2019-09-10)
For details on the Azure SDK for Java (September 2019 Preview) release refer to the [release announcement](https://aka.ms/azure-sdk-preview3-java).

- Removed dependency on Netty.
- Added logging when throwing `RutimeException`s.

Expand All @@ -68,8 +64,6 @@ and
demonstrate the new API.

## 1.0.0-preview.2 (2019-08-06)
For details on the Azure SDK for Java (August 2019 Preview) release refer to the [release announcement](https://aka.ms/azure-sdk-preview2-java).

- Merged ConfigurationClientBuilder and ConfigurationAsyncClientBuilder into ConfigurationClientBuilder. Method to build each client were added.
- ConfigurationClientBuilder was made instantiable, static builder method removed from ConfigurationClient and ConfigurationAsyncClient.
- Builder method credentials renamed to credential and serviceEndpoint to endpoint.
Expand All @@ -91,8 +85,6 @@ Version 1.0.0-preview.1 is a preview of our efforts in creating a client library
to the Java ecosystem, and as consistent across different languages and platforms as possible. The principles that guide
our efforts can be found in the [Azure SDK Design Guidelines for Java](https://azure.github.io/azure-sdk/java_introduction.html).

For details on the Azure SDK for Java (July 2019 Preview) release refer to the [release announcement](https://aka.ms/azure-sdk-preview1-java).

This package's
[documentation](https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.0.0-preview.1/appconfiguration/client/README.md)
and
Expand Down