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

MINOR: [C#] Bump ZstdSharp.Port from 0.7.2 to 0.7.3 in /csharp #38412

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps ZstdSharp.Port from 0.7.2 to 0.7.3.

Release notes

Sourced from ZstdSharp.Port's releases.

0.7.3

Improved compatibility with Mono and .NET Native

Commits
  • 26c2579 0.7.3
  • 3b27163 Converted some object initializations to constructors (.NET Native workaround)
  • 3767e20 Hide function pointers (.NET Native / Mono / .NET Framework workarounds)
  • dcd8af0 Array initialization optimization for .NET 7/8
  • cd7c9a9 memcmp simplified
  • be37b8f Bounded macro simplified
  • b1f90a7 Private/readonly fields
  • 43f9853 Reworked access to artificial fixed buffer fields
  • 4ea7b5a Hide symbols that zstd does not export
  • cd0c35b Added TrainFromBufferFastCover method
  • 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 [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/oleg-st/ZstdSharp/releases)
- [Commits](oleg-st/ZstdSharp@0.7.2...0.7.3)

---
updated-dependencies:
- dependency-name: ZstdSharp.Port
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from westonpace as a code owner October 23, 2023 16:29
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Oct 23, 2023
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit 7f9df29 into main Oct 23, 2023
16 checks passed
@kou kou removed the awaiting review Awaiting review label Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/nuget/csharp/ZstdSharp.Port-0.7.3 branch October 23, 2023 19:57
@github-actions github-actions bot added the awaiting merge Awaiting merge label Oct 23, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 7f9df29.

There was 1 benchmark result indicating a performance regression:

The full Conbench report has more details.

JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Oct 25, 2023
…e#38412)

Bumps [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp) from 0.7.2 to 0.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/oleg-st/ZstdSharp/releases">ZstdSharp.Port's releases</a>.</em></p>
<blockquote>
<h2>0.7.3</h2>
<p>Improved compatibility with Mono and .NET Native</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/26c25793cad1bdd82223437f4ceb3ea31708465d"><code>26c2579</code></a> 0.7.3</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/3b271630d5bfc48ff034592bbe501da5c9aa08c7"><code>3b27163</code></a> Converted some object initializations to constructors (.NET Native workaround)</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/3767e20b3c73f3dec048eec42cf6f569c9fb15ea"><code>3767e20</code></a> Hide function pointers (.NET Native / Mono / .NET Framework workarounds)</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/dcd8af0d88486bbefd05b6eaaab6823979089069"><code>dcd8af0</code></a> Array initialization optimization for .NET 7/8</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/cd7c9a9c64ecc5790284e063297a93d95cfb10d1"><code>cd7c9a9</code></a> memcmp simplified</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/be37b8f95dd5f0edd93a604e2dff671d70789983"><code>be37b8f</code></a> Bounded macro simplified</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/b1f90a760d63c29c3fad64d5c657cc0949fb01dd"><code>b1f90a7</code></a> Private/readonly fields</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/43f985313c1be1087249f6552c58fe5bd04f4e22"><code>43f9853</code></a> Reworked access to artificial fixed buffer fields</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/4ea7b5a6de2c168b9bb842f6677f86d7fd71391d"><code>4ea7b5a</code></a> Hide symbols that zstd does not export</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/cd0c35bd774a55beb8aa10dd4aa68980967cade4"><code>cd0c35b</code></a> Added TrainFromBufferFastCover method</li>
<li>See full diff in <a href="https://github.com/oleg-st/ZstdSharp/compare/0.7.2...0.7.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ZstdSharp.Port&package-manager=nuget&previous-version=0.7.2&new-version=0.7.3)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…e#38412)

Bumps [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp) from 0.7.2 to 0.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/oleg-st/ZstdSharp/releases">ZstdSharp.Port's releases</a>.</em></p>
<blockquote>
<h2>0.7.3</h2>
<p>Improved compatibility with Mono and .NET Native</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/26c25793cad1bdd82223437f4ceb3ea31708465d"><code>26c2579</code></a> 0.7.3</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/3b271630d5bfc48ff034592bbe501da5c9aa08c7"><code>3b27163</code></a> Converted some object initializations to constructors (.NET Native workaround)</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/3767e20b3c73f3dec048eec42cf6f569c9fb15ea"><code>3767e20</code></a> Hide function pointers (.NET Native / Mono / .NET Framework workarounds)</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/dcd8af0d88486bbefd05b6eaaab6823979089069"><code>dcd8af0</code></a> Array initialization optimization for .NET 7/8</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/cd7c9a9c64ecc5790284e063297a93d95cfb10d1"><code>cd7c9a9</code></a> memcmp simplified</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/be37b8f95dd5f0edd93a604e2dff671d70789983"><code>be37b8f</code></a> Bounded macro simplified</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/b1f90a760d63c29c3fad64d5c657cc0949fb01dd"><code>b1f90a7</code></a> Private/readonly fields</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/43f985313c1be1087249f6552c58fe5bd04f4e22"><code>43f9853</code></a> Reworked access to artificial fixed buffer fields</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/4ea7b5a6de2c168b9bb842f6677f86d7fd71391d"><code>4ea7b5a</code></a> Hide symbols that zstd does not export</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/cd0c35bd774a55beb8aa10dd4aa68980967cade4"><code>cd0c35b</code></a> Added TrainFromBufferFastCover method</li>
<li>See full diff in <a href="https://github.com/oleg-st/ZstdSharp/compare/0.7.2...0.7.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ZstdSharp.Port&package-manager=nuget&previous-version=0.7.2&new-version=0.7.3)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…e#38412)

Bumps [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp) from 0.7.2 to 0.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/oleg-st/ZstdSharp/releases">ZstdSharp.Port's releases</a>.</em></p>
<blockquote>
<h2>0.7.3</h2>
<p>Improved compatibility with Mono and .NET Native</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/26c25793cad1bdd82223437f4ceb3ea31708465d"><code>26c2579</code></a> 0.7.3</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/3b271630d5bfc48ff034592bbe501da5c9aa08c7"><code>3b27163</code></a> Converted some object initializations to constructors (.NET Native workaround)</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/3767e20b3c73f3dec048eec42cf6f569c9fb15ea"><code>3767e20</code></a> Hide function pointers (.NET Native / Mono / .NET Framework workarounds)</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/dcd8af0d88486bbefd05b6eaaab6823979089069"><code>dcd8af0</code></a> Array initialization optimization for .NET 7/8</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/cd7c9a9c64ecc5790284e063297a93d95cfb10d1"><code>cd7c9a9</code></a> memcmp simplified</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/be37b8f95dd5f0edd93a604e2dff671d70789983"><code>be37b8f</code></a> Bounded macro simplified</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/b1f90a760d63c29c3fad64d5c657cc0949fb01dd"><code>b1f90a7</code></a> Private/readonly fields</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/43f985313c1be1087249f6552c58fe5bd04f4e22"><code>43f9853</code></a> Reworked access to artificial fixed buffer fields</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/4ea7b5a6de2c168b9bb842f6677f86d7fd71391d"><code>4ea7b5a</code></a> Hide symbols that zstd does not export</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/cd0c35bd774a55beb8aa10dd4aa68980967cade4"><code>cd0c35b</code></a> Added TrainFromBufferFastCover method</li>
<li>See full diff in <a href="https://github.com/oleg-st/ZstdSharp/compare/0.7.2...0.7.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ZstdSharp.Port&package-manager=nuget&previous-version=0.7.2&new-version=0.7.3)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge Component: C# dependencies Dependabot-only .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant