Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.45.1: Adds new SDK versions and contract files #4870

Merged

Conversation

kundadebdatta
Copy link
Member

@kundadebdatta kundadebdatta commented Nov 5, 2024

Pull Request Template

Description

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

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.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Closing issues

To automatically close an issue: closes #IssueNumber

kirankumarkolli
kirankumarkolli previously approved these changes Nov 6, 2024
@kundadebdatta kundadebdatta force-pushed the users/kundadebdatta/version/3.45.1 branch from 2c6b771 to 5359792 Compare November 7, 2024 21:10
@kundadebdatta kundadebdatta self-assigned this Nov 7, 2024
@sourabh1007 sourabh1007 added the auto-merge Enables automation to merge PRs label Nov 8, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot merged commit ce93b09 into master Nov 8, 2024
23 checks passed
@microsoft-github-policy-service microsoft-github-policy-service bot deleted the users/kundadebdatta/version/3.45.1 branch November 8, 2024 01:56
kundadebdatta added a commit that referenced this pull request Nov 8, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Enables automation to merge PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants