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

Bump Microsoft.Azure.Cosmos from 3.41.0 to 3.42.0 in /webapi #1087

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps Microsoft.Azure.Cosmos from 3.41.0 to 3.42.0.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.42.0

3.42.0 - 2024-07-24

Added

  • 4544 Azure.Identity: Bumps verion to 1.11.4
  • 4546 Client Encryption: Adds support for latest Cosmos Package.
  • 4490 Query: Adds Distribution for MakeList and MakeSet
  • 4559 Query: Adds a new QueryFeature flag for MakeList and MakeSet
  • 4568 VM Metadata API: Adds an option to disable VM metadata API call
  • 4481 Query: Adds support for multi-value Group By query for LINQ
  • 4583 ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception

Fixed

  • 4538 Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose correct default distance function
  • 4523 Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata
  • 4558 Query: Removes compute specific logic from query pipelines that is no longer required
  • 4580 Change Feed: Fixes incorrect exception messages in VersionedAndRidCheckedCompositeToken

3.42.0-preview.0

3.42.0-preview.0 - 2024-07-08

Added

  • 4489 Query: Adds DOCUMENTID extension method for LINQ

Fixed

  • 4507 Query : Fixes ORDER BY query issue when partial partition key is specified with hierarchical partition (#4507)
Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.42.0 - 2024-07-24

Added

  • 4544 Azure.Identity: Bumps verion to 1.11.4
  • 4546 Client Encryption: Adds support for latest Cosmos Package.
  • 4490 Query: Adds Distribution for MakeList and MakeSet
  • 4559 Query: Adds a new QueryFeature flag for MakeList and MakeSet
  • 4568 VM Metadata API: Adds an option to disable VM metadata API call
  • 4481 Query: Adds support for multi-value Group By query for LINQ
  • 4583 ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception
  • 4587 Query: Fixes ORDER BY issue when partial partition key is specified in RequestOptions in a query to sub-partitioned container

Fixed

  • 4538 Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose correct default distance function
  • 4523 Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata
  • 4558 Query: Removes compute specific logic from query pipelines that is no longer required
  • 4580 Change Feed: Fixes incorrect exception messages in VersionedAndRidCheckedCompositeToken

3.42.0-preview.0 - 2024-06-07

Commits
  • 38c89fd SDK 3.42.0: Adds version bump and changelog (#4603)
  • 0f3e6ca [Internal] Client Telemetry: Fixes loggers (#4594)
  • 9de654e update changelog (#4591)
  • f277ce3 [Internal] Query: Fixes ORDER BY issue when partial partition key is specifie...
  • 016e19f [Internal] ClientRetryPolicy: Fixes Partition Failover on Next region when RG...
  • 6e1d40d ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception (#4583)
  • 3fd2ce6 Routing: Adds Parallel Request Hedging (#4198)
  • b478595 [Internal] Tests: Adds Coverage to validate Cosmos .NET SDK versioning strate...
  • 5bba9a0 Query: Adds support for multi-value Group By query for LINQ (#4481)
  • 7867f54 Change Feed: Fixes incorrect exception messages in VersionedAndRidCheckedComp...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3) from 3.41.0 to 3.42.0.
- [Release notes](https://github.com/Azure/azure-cosmos-dotnet-v3/releases)
- [Changelog](https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md)
- [Commits](Azure/azure-cosmos-dotnet-v3@3.41.0...3.42.0)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Cosmos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 29, 2024
@github-actions github-actions bot added the webapi Pull requests that update .net code label Jul 29, 2024
@glahaye glahaye added this pull request to the merge queue Jul 29, 2024
Merged via the queue into main with commit b256989 Jul 29, 2024
7 checks passed
@glahaye glahaye deleted the dependabot/nuget/webapi/Microsoft.Azure.Cosmos-3.42.0 branch July 29, 2024 15:41
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
…ft#1087)

Bumps
[Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3)
from 3.41.0 to 3.42.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/releases">Microsoft.Azure.Cosmos's
releases</a>.</em></p>
<blockquote>
<h2>3.42.0</h2>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.42.0">3.42.0</a>
- 2024-07-24</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4544">4544</a>
Azure.Identity: Bumps verion to 1.11.4</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4546">4546</a>
Client Encryption: Adds support for latest Cosmos Package.</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4490">4490</a>
Query: Adds Distribution for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4559">4559</a>
Query: Adds a new QueryFeature flag for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4568">4568</a>
VM Metadata API: Adds an option to disable VM metadata API call</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4481">4481</a>
Query: Adds support for multi-value Group By query for LINQ</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4583">4583</a>
ChangeFeed: Adds MalformedContinuationToken SubstatusCode to
exception</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4538">4538</a>
Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose
correct default distance function</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4523">4523</a>
Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from
metadata</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4558">4558</a>
Query: Removes compute specific logic from query pipelines that is no
longer required</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4580">4580</a>
Change Feed: Fixes incorrect exception messages in
VersionedAndRidCheckedCompositeToken</li>
</ul>
<h2>3.42.0-preview.0</h2>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.42.0-preview.0">3.42.0-preview.0</a>
- 2024-07-08</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4489">4489</a>
Query: Adds DOCUMENTID extension method for LINQ</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4507">4507</a>
Query : Fixes ORDER BY query issue when partial partition key is
specified with hierarchical partition (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4507">#4507</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md">Microsoft.Azure.Cosmos's
changelog</a>.</em></p>
<blockquote>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.42.0">3.42.0</a>
- 2024-07-24</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4544">4544</a>
Azure.Identity: Bumps verion to 1.11.4</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4546">4546</a>
Client Encryption: Adds support for latest Cosmos Package.</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4490">4490</a>
Query: Adds Distribution for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4559">4559</a>
Query: Adds a new QueryFeature flag for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4568">4568</a>
VM Metadata API: Adds an option to disable VM metadata API call</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4481">4481</a>
Query: Adds support for multi-value Group By query for LINQ</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4583">4583</a>
ChangeFeed: Adds MalformedContinuationToken SubstatusCode to
exception</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4587">4587</a>
Query: Fixes ORDER BY issue when partial partition key is specified in
RequestOptions in a query to sub-partitioned container</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4538">4538</a>
Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose
correct default distance function</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4523">4523</a>
Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from
metadata</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4558">4558</a>
Query: Removes compute specific logic from query pipelines that is no
longer required</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4580">4580</a>
Change Feed: Fixes incorrect exception messages in
VersionedAndRidCheckedCompositeToken</li>
</ul>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.42.0-preview.0">3.42.0-preview.0</a>
- 2024-06-07</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/38c89fd951def094afb1fc49f28eee3e3883cfe2"><code>38c89fd</code></a>
SDK 3.42.0: Adds version bump and changelog (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4603">#4603</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/0f3e6ca3665c89604b22bbff679f637ce6252fc9"><code>0f3e6ca</code></a>
[Internal] Client Telemetry: Fixes loggers (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4594">#4594</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/9de654e3010b882d45841e6c8790edebfc92a899"><code>9de654e</code></a>
update changelog (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4591">#4591</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/f277ce3428798ec5d90e1a6401f605e4e0cdb957"><code>f277ce3</code></a>
[Internal] Query: Fixes ORDER BY issue when partial partition key is
specifie...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/016e19f6de02742c87a75e4d95e816b6d277034e"><code>016e19f</code></a>
[Internal] ClientRetryPolicy: Fixes Partition Failover on Next region
when RG...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/6e1d40d33936d2f98b1d2341254d367c5253d5f4"><code>6e1d40d</code></a>
ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception
(<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4583">#4583</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/3fd2ce6fe87966335409062d5a9c5e2b045abe7e"><code>3fd2ce6</code></a>
Routing: Adds Parallel Request Hedging (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4198">#4198</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/b478595f170408d63b3fa13ef0cbad8490015f61"><code>b478595</code></a>
[Internal] Tests: Adds Coverage to validate Cosmos .NET SDK versioning
strate...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/5bba9a05b0d5e37b2ba59d021f8b41acb6861cc7"><code>5bba9a0</code></a>
Query: Adds support for multi-value Group By query for LINQ (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4481">#4481</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/7867f549e8714f9171ce58332c4304b2bbbb9d81"><code>7867f54</code></a>
Change Feed: Fixes incorrect exception messages in
VersionedAndRidCheckedComp...</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/compare/3.41.0...3.42.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Azure.Cosmos&package-manager=nuget&previous-version=3.41.0&new-version=3.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
…ft#1087)

Bumps
[Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3)
from 3.41.0 to 3.42.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/releases">Microsoft.Azure.Cosmos's
releases</a>.</em></p>
<blockquote>
<h2>3.42.0</h2>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.42.0">3.42.0</a>
- 2024-07-24</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4544">4544</a>
Azure.Identity: Bumps verion to 1.11.4</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4546">4546</a>
Client Encryption: Adds support for latest Cosmos Package.</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4490">4490</a>
Query: Adds Distribution for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4559">4559</a>
Query: Adds a new QueryFeature flag for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4568">4568</a>
VM Metadata API: Adds an option to disable VM metadata API call</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4481">4481</a>
Query: Adds support for multi-value Group By query for LINQ</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4583">4583</a>
ChangeFeed: Adds MalformedContinuationToken SubstatusCode to
exception</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4538">4538</a>
Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose
correct default distance function</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4523">4523</a>
Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from
metadata</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4558">4558</a>
Query: Removes compute specific logic from query pipelines that is no
longer required</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4580">4580</a>
Change Feed: Fixes incorrect exception messages in
VersionedAndRidCheckedCompositeToken</li>
</ul>
<h2>3.42.0-preview.0</h2>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.42.0-preview.0">3.42.0-preview.0</a>
- 2024-07-08</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4489">4489</a>
Query: Adds DOCUMENTID extension method for LINQ</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4507">4507</a>
Query : Fixes ORDER BY query issue when partial partition key is
specified with hierarchical partition (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4507">#4507</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md">Microsoft.Azure.Cosmos's
changelog</a>.</em></p>
<blockquote>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.42.0">3.42.0</a>
- 2024-07-24</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4544">4544</a>
Azure.Identity: Bumps verion to 1.11.4</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4546">4546</a>
Client Encryption: Adds support for latest Cosmos Package.</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4490">4490</a>
Query: Adds Distribution for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4559">4559</a>
Query: Adds a new QueryFeature flag for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4568">4568</a>
VM Metadata API: Adds an option to disable VM metadata API call</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4481">4481</a>
Query: Adds support for multi-value Group By query for LINQ</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4583">4583</a>
ChangeFeed: Adds MalformedContinuationToken SubstatusCode to
exception</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4587">4587</a>
Query: Fixes ORDER BY issue when partial partition key is specified in
RequestOptions in a query to sub-partitioned container</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4538">4538</a>
Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose
correct default distance function</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4523">4523</a>
Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from
metadata</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4558">4558</a>
Query: Removes compute specific logic from query pipelines that is no
longer required</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4580">4580</a>
Change Feed: Fixes incorrect exception messages in
VersionedAndRidCheckedCompositeToken</li>
</ul>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.42.0-preview.0">3.42.0-preview.0</a>
- 2024-06-07</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/38c89fd951def094afb1fc49f28eee3e3883cfe2"><code>38c89fd</code></a>
SDK 3.42.0: Adds version bump and changelog (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4603">#4603</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/0f3e6ca3665c89604b22bbff679f637ce6252fc9"><code>0f3e6ca</code></a>
[Internal] Client Telemetry: Fixes loggers (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4594">#4594</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/9de654e3010b882d45841e6c8790edebfc92a899"><code>9de654e</code></a>
update changelog (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4591">#4591</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/f277ce3428798ec5d90e1a6401f605e4e0cdb957"><code>f277ce3</code></a>
[Internal] Query: Fixes ORDER BY issue when partial partition key is
specifie...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/016e19f6de02742c87a75e4d95e816b6d277034e"><code>016e19f</code></a>
[Internal] ClientRetryPolicy: Fixes Partition Failover on Next region
when RG...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/6e1d40d33936d2f98b1d2341254d367c5253d5f4"><code>6e1d40d</code></a>
ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception
(<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4583">#4583</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/3fd2ce6fe87966335409062d5a9c5e2b045abe7e"><code>3fd2ce6</code></a>
Routing: Adds Parallel Request Hedging (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4198">#4198</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/b478595f170408d63b3fa13ef0cbad8490015f61"><code>b478595</code></a>
[Internal] Tests: Adds Coverage to validate Cosmos .NET SDK versioning
strate...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/5bba9a05b0d5e37b2ba59d021f8b41acb6861cc7"><code>5bba9a0</code></a>
Query: Adds support for multi-value Group By query for LINQ (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4481">#4481</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/7867f549e8714f9171ce58332c4304b2bbbb9d81"><code>7867f54</code></a>
Change Feed: Fixes incorrect exception messages in
VersionedAndRidCheckedComp...</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/compare/3.41.0...3.42.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Azure.Cosmos&package-manager=nuget&previous-version=3.41.0&new-version=3.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code webapi Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant