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 Joveler.Compression.XZ from 4.1.0 to 4.3.0 in /lang/csharp #330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps Joveler.Compression.XZ from 4.1.0 to 4.3.0.

Release notes

Sourced from Joveler.Compression.XZ's releases.

Joveler.Compressoin.XZ v4.3.0

Release Note

Joveler.Compression.XZ

  • (BREAKING CHANGE) XZ streams and helper classes are now sealed for better performance.
    • ABI will not break unless you have created a derived class of XZ streams.
  • Added the Abort() method to XZ streams (#15).
    • When a user wants to abort the current operation, one can call Abort() for faster stream cleanup.
      • Currently only the compression mode benefits from Abort(), especially multithreaded compression.
    • The output stream will have an invalid state, and must be discarded right after calling Abort().

Joveler.Compressoin.XZ v4.2.3

Release Note

Joveler.Compression.XZ

  • Update xz-utils to 5.4.4.

Joveler.Compressoin.XZ v4.2.2

Release Note

Joveler.Compression.XZ

  • Update xz-utils to 5.4.3.

Joveler.Compression.XZ v4.2.1

Release Note

Joveler.Compression.XZ

  • Fix .NET Framework build script path issue.

Joveler.Compression.ZLib v4.2.0

Release Note

Common

Joveler.Compression.ZLib

  • Recompile Windows zlib binaries with proper compile options.

Joveler.Compression.XZ v4.2.0

Release Note

Joveler.Compression.XZ

  • Supports xz-utils 5.4.1.

... (truncated)

Commits
  • f03863c Joveler.Compression.XZ 4.3.0 release
  • 3493c55 Merge branch 'develop'
  • a130cfc Prepare Joveler.Compression.XZ 4.3.0 release
  • 31200ad Merge pull request #15 from ied206/xz-abort
  • d36875b Add Close()/Abort() perf compare in tests
  • 83dcb43 Implement Abort() on XZStreamBase (#14)
  • 61f9750 Initial zlib-ng modern ABI support
  • 2e37fa2 Automate and update zstd binaries to v1.5.5 (#13)
  • 7775cd9 Automate and recompile lz4 native library build (#12)
  • f67cf82 zlib: Add more compat shim for zlibwapi.dll
  • 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 [Joveler.Compression.XZ](https://github.com/ied206/Joveler.Compression) from 4.1.0 to 4.3.0.
- [Release notes](https://github.com/ied206/Joveler.Compression/releases)
- [Commits](ied206/Joveler.Compression@v4.1.0...xz-v4.3.0)

---
updated-dependencies:
- dependency-name: Joveler.Compression.XZ
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 10, 2024
@github-actions github-actions bot added the C# label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C# dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants