Commit 7cccd5f
authored
MINOR: [C#] Bump ZstdSharp.Port from 0.8.1 to 0.8.2 in /csharp (#44781)
Bumps [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp) from 0.8.1 to 0.8.2.
<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.8.2</h2>
<p>Added .NET 9 target
Added <code>SetPledgedSrcSize</code> to <code>CompressionStream</code> and <code>Compressor</code>
Cleanup code and improve reliability by <a href="https://github.com/teo-tsirpanis"><code>@teo-tsirpanis</code></a> in <a href="https://redirect.github.com/oleg-st/ZstdSharp/issues/38">#38</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/a007237a8b7af97c2b627130d799583849322cd5"><code>a007237</code></a> 0.8.2</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/a9888bc7ad6dc9b8a79da2ae21a243bba19381ba"><code>a9888bc</code></a> Added .NET 9 target</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/7ceab2bdc42df212887e05c4c8bf27cddd279167"><code>7ceab2b</code></a> Removed Vector128 polyfill</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/8bcebe13408e76d6533d5db08213956c4bb7815a"><code>8bcebe1</code></a> Update packages</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/b18e37bbc1be1e4058d77206056e0325f7b07a02"><code>b18e37b</code></a> InlineMethod.Fody updated, reduced assembly size by ~20kb</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/2dd232c0370a446ee4705d8fe0da9ca5e98f669f"><code>2dd232c</code></a> UnsafeHelper cleanup</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/b15b543ef7ea35b957f69af15988c4bfdad607d6"><code>b15b543</code></a> The actual default compression level is 3</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/48ee80b7fe54af28fd504836fcb660fed2f40add"><code>48ee80b</code></a> Methods rename</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/5cc0c370168a79de04a153a668b129ee4bbe88b0"><code>5cc0c37</code></a> Added SetPledgedSrcSize</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/ec0b4f85a7b15e86eef36c735b4a62ef583bda05"><code>ec0b4f8</code></a> Comment</li>
<li>Additional commits viewable in <a href="https://github.com/oleg-st/ZstdSharp/compare/0.8.1...0.8.2">compare view</a></li>
</ul>
</details>
<br />
[](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: Curt Hagenlocher <[email protected]>1 parent 60cc251 commit 7cccd5f
File tree
1 file changed
+1
-1
lines changed- csharp/src/Apache.Arrow.Compression
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments