Skip to content

Commit

Permalink
Prepare azure-search-documents for March 2022 Beta Release (#27596)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Mar 10, 2022
1 parent 30bd22c commit 66d0952
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Release History

## 11.5.0-beta.7 (Unreleased)
## 11.5.0-beta.7 (2022-03-10)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support to create, update and delete aliases via the `SearchIndexClient`.

### Other Changes

- Updated all `ClientLogger`s to be static constants instead of instance variables.

#### Dependency Updates

- Upgraded `azure-core` from `1.25.0` to version `1.26.0`.
- Upgraded `azure-core-http-netty` from `1.11.7` to version `1.11.8`.
- Upgraded `azure-core-serializer-json-jackson` from `1.2.13` to version `1.2.14`.

## 11.4.7 (2022-02-08)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.5.0-beta.6</version>
<version>11.5.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/src/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.5.0-beta.6</version>
<version>11.5.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 66d0952

Please sign in to comment.