Skip to content

feat: Bump Void.Minecraft and Void.Proxy.Api - #48

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Void.Data/multi-dc61af5dfb
Open

feat: Bump Void.Minecraft and Void.Proxy.Api#48
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Void.Data/multi-dc61af5dfb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Updated Void.Minecraft from 0.5.16 to 0.5.17.

Release notes

Sourced from Void.Minecraft's releases.

0.5.17

0.5.17 (2026-05-31)

Features

  • client: ✨ added critical process crash handling for long-running child processes (c71cc8d)
  • client: ✨ added ferium binary to Docker image (02f6f09)
  • client: ✨ added ferium modpack upgrade script with CurseForge fallback (4d4fba0)
  • client: ✨ avoided repeated CurseForge reprovisioning (6f633ba)
  • client: ✨ hardened curseforge launcher behavior (f40ac1b)
  • client: ✨ replaced ferium upgrade launcher (8aaefca)
  • client: ✨ restored old shell script behavior in Api.cs (d302022)
  • command: ✨ added server suggestion functionality for command execution (6fd8351)
  • event: ✨ added improved event handling with scoped listener resolution (976aeeb)
  • extract PortableMinecraftClient Docker image into src/Client and publish to ghcr.io (2f095ac)
  • logging: ✨ added player connection logging on server join (3238718)
  • player: ✨ added link validation for packet sending (96fddb2)
  • server: ✨ updated server initialization to use PaperServer and improved timeout handling (cbaa899)
  • service: ✨ improved plugin loading message formatting (19613ae)
  • uuid: ✨ add implicit conversion operators for Guid (fdd67b4)

Bug Fixes

  • AbstractLifecycleService, DependencyService, PlayerContext: 🐛 corrected service context handling and improved method signatures (d0543d9)
  • AbstractLifecycleService: 🐛 corrected kick message handling logic (b38b341)
  • api: 🐛 added critical process management and cleanup on application stopping (16a535c)
  • api: 🐛 adjusted window position and size before screen capture (e112efd)
  • api: 🐛 corrected process start info initialization and improved argument handling (0213ec7)
  • api: 🐛 corrected process start method and added new process start utility (f050159)
  • api: 🐛 corrected variable naming conventions and improved argument handling (2868c91)
  • api: 🐛 corrected version parsing logic and improved documentation formatting (5732e58)
  • api: 🐛 ensured chat window closure before brightness adjustment (010f5e9)
  • api: 🐛 removed redundant StartProcess method and streamlined process handling (069dd75)
  • api: 🐛 replaced SemaphoreSlim with AsyncLock for improved concurrency handling (ef9e403)
  • AssemblyInfo: 🐛 corrected max parallel threads configuration (c68545e)
  • client: 🐛 added --clearmodifiers and --window flags to xdotool chat commands (e72d821)
  • client: 🐛 appended download mappings and added temp file cleanup trap (6d36474)
  • client: 🐛 corrected CurseForge download progress tracking (1efab4c)
  • client: 🐛 corrected StartCriticalProcess to set UseShellExecute and match FailFast message format (203b0e4)
  • client: 🐛 disabled case-insensitive property matching for manifest deserialization (252c387)
  • client: 🐛 enabled CurseForge launch argument passthrough (6da1d19)
  • client: 🐛 fixed Api.cs correctness issues and reverted src/Api changes (4339c61)
  • client: 🐛 fixed category field index and removed redundant ferium re-run (1c15b9b)
  • client: 🐛 fixed type ambiguity and brightness error handling in Api.cs (05fec9d)
  • client: 🐛 improved CurseForge startup logging and downloads (9b63e8c)
  • client: 🐛 materialized query string values to string array (fab01cc)
  • client: 🐛 moved directory cleanup before overrides extraction (89f1dd8)
  • client: 🐛 prevented FailFast on intentional /stop-client kill (62ca718)
  • client: 🐛 replaced ConcurrentDictionary with lock-protected HashSet for expected exit tracking (a2dfa2a)
    ... (truncated)

Commits viewable in compare view.

Updated Void.Proxy.Api from 0.5.16 to 0.5.17.

Release notes

Sourced from Void.Proxy.Api's releases.

0.5.17

0.5.17 (2026-05-31)

Features

  • client: ✨ added critical process crash handling for long-running child processes (c71cc8d)
  • client: ✨ added ferium binary to Docker image (02f6f09)
  • client: ✨ added ferium modpack upgrade script with CurseForge fallback (4d4fba0)
  • client: ✨ avoided repeated CurseForge reprovisioning (6f633ba)
  • client: ✨ hardened curseforge launcher behavior (f40ac1b)
  • client: ✨ replaced ferium upgrade launcher (8aaefca)
  • client: ✨ restored old shell script behavior in Api.cs (d302022)
  • command: ✨ added server suggestion functionality for command execution (6fd8351)
  • event: ✨ added improved event handling with scoped listener resolution (976aeeb)
  • extract PortableMinecraftClient Docker image into src/Client and publish to ghcr.io (2f095ac)
  • logging: ✨ added player connection logging on server join (3238718)
  • player: ✨ added link validation for packet sending (96fddb2)
  • server: ✨ updated server initialization to use PaperServer and improved timeout handling (cbaa899)
  • service: ✨ improved plugin loading message formatting (19613ae)
  • uuid: ✨ add implicit conversion operators for Guid (fdd67b4)

Bug Fixes

  • AbstractLifecycleService, DependencyService, PlayerContext: 🐛 corrected service context handling and improved method signatures (d0543d9)
  • AbstractLifecycleService: 🐛 corrected kick message handling logic (b38b341)
  • api: 🐛 added critical process management and cleanup on application stopping (16a535c)
  • api: 🐛 adjusted window position and size before screen capture (e112efd)
  • api: 🐛 corrected process start info initialization and improved argument handling (0213ec7)
  • api: 🐛 corrected process start method and added new process start utility (f050159)
  • api: 🐛 corrected variable naming conventions and improved argument handling (2868c91)
  • api: 🐛 corrected version parsing logic and improved documentation formatting (5732e58)
  • api: 🐛 ensured chat window closure before brightness adjustment (010f5e9)
  • api: 🐛 removed redundant StartProcess method and streamlined process handling (069dd75)
  • api: 🐛 replaced SemaphoreSlim with AsyncLock for improved concurrency handling (ef9e403)
  • AssemblyInfo: 🐛 corrected max parallel threads configuration (c68545e)
  • client: 🐛 added --clearmodifiers and --window flags to xdotool chat commands (e72d821)
  • client: 🐛 appended download mappings and added temp file cleanup trap (6d36474)
  • client: 🐛 corrected CurseForge download progress tracking (1efab4c)
  • client: 🐛 corrected StartCriticalProcess to set UseShellExecute and match FailFast message format (203b0e4)
  • client: 🐛 disabled case-insensitive property matching for manifest deserialization (252c387)
  • client: 🐛 enabled CurseForge launch argument passthrough (6da1d19)
  • client: 🐛 fixed Api.cs correctness issues and reverted src/Api changes (4339c61)
  • client: 🐛 fixed category field index and removed redundant ferium re-run (1c15b9b)
  • client: 🐛 fixed type ambiguity and brightness error handling in Api.cs (05fec9d)
  • client: 🐛 improved CurseForge startup logging and downloads (9b63e8c)
  • client: 🐛 materialized query string values to string array (fab01cc)
  • client: 🐛 moved directory cleanup before overrides extraction (89f1dd8)
  • client: 🐛 prevented FailFast on intentional /stop-client kill (62ca718)
  • client: 🐛 replaced ConcurrentDictionary with lock-protected HashSet for expected exit tracking (a2dfa2a)
    ... (truncated)

Commits viewable in compare view.

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)

Bumps Void.Minecraft from 0.5.16 to 0.5.17
Bumps Void.Proxy.Api from 0.5.16 to 0.5.17

---
updated-dependencies:
- dependency-name: Void.Minecraft
  dependency-version: 0.5.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Void.Proxy.Api
  dependency-version: 0.5.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 2, 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