Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions sdk/appconfiguration/Azure.Data.AppConfiguration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.0.0-preview.6

- Bugfixes: [#8920](https://github.com/Azure/azure-sdk-for-net/issues/8920)
Comment thread
annelo-msft marked this conversation as resolved.

## 1.0.0-preview.5

### Breaking changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Application Configuration Service client library</Description>
<AssemblyTitle>Microsoft Azure.Data.AppConfiguration client library</AssemblyTitle>
<Version>1.0.0-preview.5</Version>
<Version>1.0.0-preview.6</Version>
<PackageTags>Microsoft Azure Application Configuration;$(PackageCommonTags)</PackageTags>
<PackageReleaseNotes>
<![CDATA[
- Added support for AAD. ConfigurationClient can be created using endpoint and any available type of TokenCredential.
- Pair of methods SetReadOnly/ClearReadOnly in ConfigurationClient are replaced with single method SetReadOnly with boolean parameter.
- Added new overload for the method ConfigurationClient.GetRevisions that accepts key and optional label.
- Added new overload for the method ConfigurationClient.GetConfigurationSetting that accepts ConfigurationSetting and its datetime stamp.
- SettingSelector.AsOf is renamed into SettingSelector.AcceptDateTime.
- Bugfixes
See https://github.com/Azure/azure-sdk-for-net/tree/Azure.Data.AppConfiguration_1.0.0-preview.5/sdk/appconfiguration/Azure.Data.AppConfiguration/CHANGELOG.md
]]>
</PackageReleaseNotes>
Expand Down