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.43.0 to 3.43.1 in /webapi #1151

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps Microsoft.Azure.Cosmos from 3.43.0 to 3.43.1.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.43.1

3.43.1 - 2024-09-18

Added

  • 4691 ClientRetryPolicy: Adds Cross Regional Retry Logic on 410/1022 and 429/3092
Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.43.1 - 2024-09-18

Added

  • 4691 ClientRetryPolicy: Adds Cross Regional Retry Logic on 410/1022 and 429/3092

3.44.0-preview.0 - 2024-09-04

Added

  • 4598 Adds: Parallel Request Hedging for cross region read requests
Commits
  • 56811c9 INTERNAL Range: Fixes Range type serialization to not allow NOT supported com...
  • 5948484 SDK 3.43.1 : Adds version bump and changelog (#4698)
  • 6623de9 Open Telemetry: Fixes Operation name to follow Otel convention (#4643)
  • 9aafc77 [INTERNAL] Changelog: Adds note about Newtonsoft.Json (10.0.3) security vulne...
  • 7839885 ClientRetryPolicy: Adds Cross Regional Retry Logic on 429/3092 (#4691)
  • 63cd4be Adding Kevin and removing Kirill from code owners (#4689)
  • b757f8c Hedging: Fixes Typo (WithAvailibilityStrategy -> WithAvailabilityStrategy) in...
  • c708fda Bump up the cosmos.direct package version. (#4687)
  • d4c9438 Dependencies: Fixes Pinning System.Net.Http and System.Text.RegularExpression...
  • See full diff 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.43.0 to 3.43.1.
- [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.43.0...3.43.1)

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

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 Sep 23, 2024
@github-actions github-actions bot added the webapi Pull requests that update .net code label Sep 23, 2024
@glahaye glahaye added this pull request to the merge queue Sep 26, 2024
Merged via the queue into main with commit da1e2a9 Sep 26, 2024
7 checks passed
@glahaye glahaye deleted the dependabot/nuget/webapi/Microsoft.Azure.Cosmos-3.43.1 branch September 26, 2024 22:55
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
…ft#1151)

Bumps
[Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3)
from 3.43.0 to 3.43.1.
<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.43.1</h2>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.43.1">3.43.1</a>
- 2024-09-18</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4691">4691</a>
ClientRetryPolicy: Adds Cross Regional Retry Logic on 410/1022 and
429/3092</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.43.1">3.43.1</a>
- 2024-09-18</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4691">4691</a>
ClientRetryPolicy: Adds Cross Regional Retry Logic on 410/1022 and
429/3092</li>
</ul>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.44.0-preview.0">3.44.0-preview.0</a>
- 2024-09-04</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4598">4598</a>
Adds: Parallel Request Hedging for cross region read requests</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/56811c9902f096c03a0d719396650fa856534e46"><code>56811c9</code></a>
INTERNAL Range: Fixes Range type serialization to not allow NOT
supported com...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/5948484baa38201a1f40188d3af21fba9c74d52b"><code>5948484</code></a>
SDK 3.43.1 : Adds version bump and changelog (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4698">#4698</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/6623de9434ae0fef1464e8f8ce2df95f1251addb"><code>6623de9</code></a>
Open Telemetry: Fixes Operation name to follow Otel convention (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4643">#4643</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/9aafc77ffab64493fd7af472180c3821943dc11b"><code>9aafc77</code></a>
[INTERNAL] Changelog: Adds note about Newtonsoft.Json (10.0.3) security
vulne...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/7839885dde6a7314307838f9cc0352be788fe577"><code>7839885</code></a>
ClientRetryPolicy: Adds Cross Regional Retry Logic on 429/3092 (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4691">#4691</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/63cd4bedf7e350f0cbc6f450c2913f6f399a4381"><code>63cd4be</code></a>
Adding Kevin and removing Kirill from code owners (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4689">#4689</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/b757f8c38a3ef5ebd603d5d4bbce82c46b87f8a7"><code>b757f8c</code></a>
Hedging: Fixes Typo (WithAvailibilityStrategy -&gt;
WithAvailabilityStrategy) in...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/c708fdaf00e054b76206b119d45bc9ca4390037e"><code>c708fda</code></a>
Bump up the cosmos.direct package version. (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4687">#4687</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/d4c9438178e16374db26d1dc084ce51136978e47"><code>d4c9438</code></a>
Dependencies: Fixes Pinning System.Net.Http and
System.Text.RegularExpression...</li>
<li>See full diff in <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/compare/3.43.0...3.43.1">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.43.0&new-version=3.43.1)](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