Skip to content

Commit

Permalink
maint(deps): bump Npgsql.OpenTelemetry from 6.0.9 to 6.0.10 (#382)
Browse files Browse the repository at this point in the history
Bumps [Npgsql.OpenTelemetry](https://github.com/npgsql/npgsql) from
6.0.9 to 6.0.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/npgsql/npgsql/releases">Npgsql.OpenTelemetry's
releases</a>.</em></p>
<blockquote>
<p>v6.0.10 contains many bug fixes, everyone is strongly encouraged to
upgrade.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/npgsql/npgsql/commit/35cc5b5e11d3e6c150882547e029ee249574e499"><code>35cc5b5</code></a>
Ignore replication test</li>
<li><a
href="https://github.com/npgsql/npgsql/commit/b0bbd9f6626fc3b27ce738687d4c80fb32d2713b"><code>b0bbd9f</code></a>
Test against PG16 in CI (<a
href="https://redirect.github.com/npgsql/npgsql/issues/5262">#5262</a>)</li>
<li><a
href="https://github.com/npgsql/npgsql/commit/6a8081d6a56fd97968bd0bee93cab3f4a16da655"><code>6a8081d</code></a>
Fix possible protocol desync with SchemaOnly and auto prepare (<a
href="https://redirect.github.com/npgsql/npgsql/issues/5221">#5221</a>)</li>
<li><a
href="https://github.com/npgsql/npgsql/commit/7dd2d4e73b2648f154c8a2cfae294b8b12af59ed"><code>7dd2d4e</code></a>
Fix possible nre while writing to RawCopyStream after break (<a
href="https://redirect.github.com/npgsql/npgsql/issues/5213">#5213</a>)</li>
<li><a
href="https://github.com/npgsql/npgsql/commit/089442ac041ed32977231251d002cd3e7e3d0f3b"><code>089442a</code></a>
Fix seek for ColumnStream (<a
href="https://redirect.github.com/npgsql/npgsql/issues/5224">#5224</a>)</li>
<li><a
href="https://github.com/npgsql/npgsql/commit/133b6a24ac5915730d232e755e5f724ceeb4dd5f"><code>133b6a2</code></a>
Fix potential lost messages/protocol desync after resetting oversize
buffer (...</li>
<li><a
href="https://github.com/npgsql/npgsql/commit/f3c47f20b0746e046e346c143ccf0a10b50c2f01"><code>f3c47f2</code></a>
Fix compilation for 9241e14</li>
<li><a
href="https://github.com/npgsql/npgsql/commit/0f8c695756594c343a63df2a7dc09950c9a6103f"><code>0f8c695</code></a>
Fix compilation for 590ee18</li>
<li><a
href="https://github.com/npgsql/npgsql/commit/590ee188cfa280b89a5e678d1dda0d6ad94e7092"><code>590ee18</code></a>
Fix reading a single char with TextHandler (<a
href="https://redirect.github.com/npgsql/npgsql/issues/5111">#5111</a>)</li>
<li><a
href="https://github.com/npgsql/npgsql/commit/9241e1484ae8bfbf87b039cc43a1d8d4bf7398b3"><code>9241e14</code></a>
Add empty constructors to Npgsql{Path,Polygon} (<a
href="https://redirect.github.com/npgsql/npgsql/issues/5114">#5114</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/npgsql/npgsql/compare/v6.0.9...v6.0.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql.OpenTelemetry&package-manager=nuget&previous-version=6.0.9&new-version=6.0.10)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent c75eac9 commit 6328552
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Npgsql.OpenTelemetry" Version="6.0.9" />
<PackageReference Include="Npgsql.OpenTelemetry" Version="6.0.10" />
<PackageReference Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.0.0-beta.8" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.6.0-beta.3" />
<PackageReference Include="OpenTelemetry.Instrumentation.MySqlData" Version="1.0.0-beta.7" />
Expand Down

0 comments on commit 6328552

Please sign in to comment.