Skip to content

Commit

Permalink
App config changelog for March 2020 (Azure#8835)
Browse files Browse the repository at this point in the history
* Update changelog for March release
  • Loading branch information
mssfang authored Mar 7, 2020
1 parent 8c35d7d commit d47bf2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release History
## 1.0.2 (2020-03-09)
- Updated javadoc to support the changes that App Configuration service no longer support `*a` and `*a*` suffix and full text search.
For more information: see [Filtering](https://github.com/Azure/AppConfiguration/blob/d7837982445b4692448c246f7b45334df1a8c89b/docs/REST/kv.md#filtering).

## 1.0.1 (2020-01-07)
- Added support for setting `x-ms-client-request-id`, `x-ms-correlation-request-id` and `correlation-context` http header values.
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 @@ -36,12 +36,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.3.0</version> <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
<version>1.3.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.3.0</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit d47bf2a

Please sign in to comment.