Skip to content

Commit

Permalink
[AppConfig] Prepare 1.5.0-beta.1 release (#35825)
Browse files Browse the repository at this point in the history
  • Loading branch information
mssfang authored Jul 11, 2023
1 parent 5313f8c commit 45278f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.5.0-beta.1 (Unreleased)
## 1.5.0-beta.1 (2023-07-11)

### Features Added

Expand All @@ -9,11 +9,13 @@
- Added new APIs to support listing configuration settings by given snapshot name and setting
fields.

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Added a new dependency `azure-json`, version `1.0.1`.
- Upgraded `azure-core` from `1.40.0` to version `1.40.1`.
- Upgraded `azure-core-http-netty` from `1.13.4` to version `1.13.5`.

## 1.4.6 (2023-06-20)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The following sections provide several code snippets covering some of the most c
- [HTTP client with proxy option][proxy_option]
- [Feature Flag configuration setting][sample_feature_flag_setting]
- [Secret Reference configuration setting][sample_secret_reference_setting]
- [Create/Retrieve/Update a snapshot and retrieve settings in a snapshot][sample_snapshot_CRU_usage]
- [Retrieve multiple snapshots][sample_list_snapshots]

## Troubleshooting
Troubleshooting steps can be found [here][SDK_README_TROUBLESHOOTING].
Expand All @@ -59,5 +61,7 @@ This project welcomes contributions and suggestions. Find [more contributing][SD
[sample_aad]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java/com/azure/data/appconfiguration/AadAuthentication.java
[sample_feature_flag_setting]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java/com/azure/data/appconfiguration/FeatureFlagConfigurationSettingSample.java
[sample_secret_reference_setting]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java/com/azure/data/appconfiguration/SecretReferenceConfigurationSettingSample.java
[sample_snapshot_CRU_usage]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java/com/azure/data/appconfiguration/CreateSnapshot.java
[sample_list_snapshots]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java/com/azure/data/appconfiguration/ListSnapshots.java

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fappconfiguration%2Fazure-data-appconfiguration%2Fsrc%2Fsamples%2FREADME.png)

0 comments on commit 45278f4

Please sign in to comment.