Skip to content

Commit

Permalink
3.45.1: Adds new SDK versions and contract files (#4870)
Browse files Browse the repository at this point in the history
This bumps the SDK GA version from `3.45.0` to `3.45.1` and preview
version from `3.46.0-preview.0` to `3.46.0-preview.1`. No changes in the
public GA contract. The preview contract changes are given below:

![image](https://github.com/user-attachments/assets/009825a1-9765-44ef-94bf-a65e951d75a9)

This version also bumps up the `Cosmos.Direct` package to `3.37.1`,
which includes the below changes:

- Currently Gateway is running into a `NullReferenceException` when
hybrid query is supplied for execution. This is because for hybrid
queries, `QueryInfo` in the plan is null (and instead
`HybridSearchQueryInfo` is non-null). This is resulting in `500
(InternalServerError`) for JS SDK scenarios. The fix adds a `null` check
for this.

Please delete options that are not relevant.

- [x] New feature (non-breaking change which adds functionality)

To automatically close an issue: closes #IssueNumber
  • Loading branch information
kundadebdatta committed Nov 8, 2024
1 parent 08446c2 commit e665fa8
Show file tree
Hide file tree
Showing 4 changed files with 3,418 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ClientOfficialVersion>3.45.0</ClientOfficialVersion>
<ClientOfficialVersion>3.45.1</ClientOfficialVersion>
<ClientPreviewVersion>3.46.0</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview.0</ClientPreviewSuffixVersion>
<DirectVersion>3.36.1</DirectVersion>
<ClientPreviewSuffixVersion>preview.1</ClientPreviewSuffixVersion>
<DirectVersion>3.37.1</DirectVersion>
<EncryptionOfficialVersion>2.0.4</EncryptionOfficialVersion>
<EncryptionPreviewVersion>2.1.0</EncryptionPreviewVersion>
<EncryptionPreviewSuffixVersion>preview4</EncryptionPreviewSuffixVersion>
Expand Down
Loading

0 comments on commit e665fa8

Please sign in to comment.