Skip to content

Commit

Permalink
Prepare for 1.7.0 stable release (Azure#41448)
Browse files Browse the repository at this point in the history
  • Loading branch information
mssfang authored Aug 7, 2024
1 parent bdc92ff commit 487e53b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-bet
com.azure:azure-cosmos-test;1.0.0-beta.8;1.0.0-beta.9
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-data-appconfiguration;1.6.3;1.7.0-beta.1
com.azure:azure-data-appconfiguration;1.6.3;1.7.0
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.4.8;1.5.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.1.19;1.2.0-beta.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.7.0</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
</dependency>

<dependency>
Expand Down
11 changes: 6 additions & 5 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.7.0-beta.1 (Unreleased)
## 1.7.0 (2024-08-07)

### Features Added

Expand All @@ -10,12 +10,13 @@
- Added a new property `tagsFilter` to `SettingSelector` to support filtering settings or revisions with tags filter.
- Added a new property `tags` to `ConfigurationSettingsFilter` to support filtering settings with tags filter for snapshot.

### Breaking Changes

### Bugs Fixed

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.50.0` to version `1.51.0`.
- Upgraded `azure-core-http-netty` from `1.15.2` to version `1.15.3`.
- Upgraded `azure-json` from `1.1.0` to version `1.2.0`.

## 1.6.3 (2024-07-26)

Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-data-appconfiguration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.6.3</version>
<version>1.7.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/appconfiguration/azure-data-appconfiguration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.7.0</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->

<name>Microsoft Azure client library for App Configuration</name>
<description>This package contains the Microsoft Azure App Configuration client library.</description>
Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.14.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-identity;dependency} -->
<version>1.13.2</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 487e53b

Please sign in to comment.