Skip to content

Bump Zio from 0.11.0 to 0.22.2#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/OpenMod.WebServer/Zio-0.22.2
Open

Bump Zio from 0.11.0 to 0.22.2#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/OpenMod.WebServer/Zio-0.22.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 18, 2026

Updated Zio from 0.11.0 to 0.22.2.

Release notes

Sourced from Zio's releases.

0.22.2

Changes

✨ New Features

  • Add instructions (803ed288)

🐛 Bug Fixes

  • Fixes SubFileSystem Path Confinement Bypass via Unresolved .. Segment (advisory GHSA-h39g-6x3c-7fq9)

🧰 Misc

  • Migrate tests from xUnit to MSTest v4 (40d27cbc)
  • Update to net10.0 (287a781a)
  • Merge commit from fork (c8c2f532)

Full Changelog: 0.22.1...0.22.2

Published with dotnet-releaser

0.22.1

Changes

🐛 Bug Fixes

  • Fix ZIP external attributes on move actions (PR #​104) by @​GerardSmit

Full Changelog: 0.22.0...0.22.1

Published with dotnet-releaser

0.22.0

Changes

🐛 Bug Fixes

  • Fix leading slash in ZIP archive (PR #​103) by @​GerardSmit

Full Changelog: 0.21.3...0.22.0

Published with dotnet-releaser

0.21.3

Changes

🐛 Bug Fixes

  • Fix resolve for aggregate file systems (b68c2f11)
  • Fix warning (936c0e01)

📚 Documentation

  • Update readme.md (PR #​101) by @​Mertsch

🧰 Misc

  • Migrate to slnx and central package (382fb7fa)
  • Try fixing ci (ab07d699)
  • Remove parallel tests with xUnit (e7c26be2)
  • Update CI with .NET 10.0 (fa1ac453)

Full Changelog: 0.21.2...0.21.3

Published with dotnet-releaser

0.21.2

Changes

🐛 Bug Fixes

  • Fix AggregateFileSystem.ResolvePath for directory (b1ddd816)

Full Changelog: 0.21.1...0.21.2

Published with dotnet-releaser

0.21.1

Changes

🐛 Bug Fixes

  • Fix cross filesystem copy / ResolvePath for AggregateFileSystem (4243fdb5)

Full Changelog: 0.21.0...0.21.1

Published with dotnet-releaser

0.21.0

Changes

🚨 Breaking Changes

  • Breaking change: remove support for net4.6.2 (456f9d92)

🧰 Maintenance

  • Fix ci with net8.0 (6dcdbf56)

🧰 Misc

  • Change Fallback & FallbackSafe to be public (PR #​100) by @​LuxTheDude

Full Changelog: 0.20.0...0.21.0

Published with dotnet-releaser

0.20.0

Changes

🚀 Enhancements

  • Reduce allocations in .NET 9 (PR #​97) by @​GerardSmit

Full Changelog: 0.19.2...0.20.0

Published with dotnet-releaser

0.19.2

Changes

🐛 Bug Fixes

  • Fix rooted path without volume label regression on Windows (PR #​96) by @​Metapyziks

Full Changelog: 0.19.1...0.19.2

Published with dotnet-releaser

0.19.1

Changes

🐛 Bug Fixes

  • Fix cross-filesystem operations in MountFileSystem (PR #​95) by @​GerardSmit

Full Changelog: 0.19.0...0.19.1

Published with dotnet-releaser

0.19.0

Changes

🚀 Enhancements

  • Optimize cross-filesystem operations (PR #​94) by @​agocke

Full Changelog: 0.18.1...0.19.0

Published with dotnet-releaser

0.18.1

Changes

🐛 Bug Fixes

  • Fix SubFileSystem watcher (sometimes) silently discarding events (PR #​92) by @​Metapyziks

🚀 Enhancements

  • Refactor FileSystemWatcher tests to use ManualResetEvent (PR #​93) by @​Metapyziks

🧰 Misc

  • Update readme.md (a4b9faf1)

Full Changelog: 0.18.0...0.18.1

Published with dotnet-releaser

0.18.0

Changes

✨ New Features

  • Add symlink support (PR #​85) by @​GerardSmit

🐛 Bug Fixes

  • Fix Linux unit tests (PR #​87) by @​GerardSmit
  • Fixed ZipArchiveFileSystem and project warnings (PR #​88) by @​GerardSmit

🚀 Enhancements

  • Reduce allocations in UPath.Combine (PR #​89) by @​GerardSmit

Full Changelog: 0.17.1...0.18.0

Published with dotnet-releaser

0.17.1

Changes

✨ New Features

  • Add nuget.org only config (7b5b5f5a)

🐛 Bug Fixes

  • Fix changing directory times (PR #​84) by @​GerardSmit

🧰 Maintenance

  • Update ci.yml with nuget config (5dd3e2ab)

🏭 Tests

  • Update tests to .NET 8 (a563d0c5)

🧰 Misc

  • Improve Code Quality (PR #​80) by @​iamcarbon
  • Update readme (de506be8)
  • Update readme about net7.0 SDK (468c5e8b)
  • Update readme.md (ae0b1ca5)

Full Changelog: 0.17.0...0.17.1

Published with dotnet-releaser

0.17.0

Changes

🚀 Enhancements

  • Use file-scoped namespaces (PR #​73) by @​iamcarbon
  • UPath performance improvements (PR #​77) by @​bollhals

🧰 Misc

  • Update to net7.0 (b7b5f2fe)
  • Remove support for net40 net45 (99c16ec8)

Full Changelog: 0.16.2...0.17.0

Published with dotnet-releaser

0.16.2

Changes

🚀 Enhancements

  • Correction GetFirstDirectory (PR #​72) by @​ykafia

Full Changelog: 0.16.1...0.16.2

Published with dotnet-releaser

0.16.1

Changes

🐛 Bug Fixes

  • Fix security issues with filesystems, 2nd attempt (#​70) (930974d2)

Full Changelog: 0.16.0...0.16.1

Published with dotnet-releaser

0.16.0

Changes

🐛 Bug Fixes

  • Fix issue #​70, do not allow control characters in path (13e1ee14)

🚀 Enhancements

  • Made compressionlevel configurable for ZipArchiveFileSystem (PR #​68) by @​Draddy1911

Full Changelog: 0.15.0...0.16.0

Published with dotnet-releaser

0.15.0

Changes

✨ New Features

  • Add support for net6.0 (7c3d69bd)

🚀 Enhancements

  • add ZipArchive support (PR #​65) by @​jakubqwe

🧰 Maintenance

  • Update ci to use dotnet-releaser (38e87452)
  • Update ci badges (f4c47f74)
  • Fix ci with dotnet-releaser when secrets are not available (8b587bb4)
  • Fix ci with dotnet-releaser when secrets are not available (bis) (ad20d2bb)

🏭 Tests

  • Update tests for net6.0 (8f161e33)

📚 Documentation

  • Update doc readme for NuGet packaging (0f209c50)
  • Update doc readme (bedd2229)

📦 Dependencies

  • Update dependencies (f8c73829)

🧰 Misc

  • Use MinVer (97ded354)
  • Use bash with dotnet-releaser in GitHub Action (ac24a417)

Full Changelog: 0.14.0...0.15.0

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

---
updated-dependencies:
- dependency-name: Zio
  dependency-version: 0.22.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 18, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants