Skip to content

Commit

Permalink
Prepare Search March 2024 Beta Release (#39161)
Browse files Browse the repository at this point in the history
* Prepare Search March 2024 Beta Release

* updating code coverage requirements
  • Loading branch information
jairmyree authored and drielenr committed Mar 28, 2024
1 parent 9dc28f2 commit 43c1956
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# Release History

## 11.7.0-beta.2 (Unreleased)
## 11.7.0-beta.2 (2024-03-11)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support for the java types `Byte` and `Short` to FieldBuilder.
- Added support for "isStored" annotation to FieldBuilder.
- Added `VectorSearchCompressionConfiguration` to `VectorSearch`

### Other Changes
### Breaking Changes

## 11.6.1 (2024-02-22)
- Replaced `SearchErrorException` with `ErrorResponseException`

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.45.1` to version `1.46.0`.
- Upgraded `azure-core-http-netty` from `1.13.11` to version `1.14.0`.
- Upgraded `azure-core-serializer-json-jackson` to version `1.4.10`.
- Upgraded `azure-core-http-netty` to version `1.14.1`.
- Upgraded `azure-core` to version `1.47.0`.

## 11.7.0-beta.1 (2024-02-09)

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 @@ -75,7 +75,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.6.2</version>
<version>11.7.0-beta.2</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.6.2</version>
<version>11.7.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 43c1956

Please sign in to comment.