Skip to content

chore(release): bump 2.5.3 -> 2.5.4 — running-process 4.6.1 (daemon env USERNAME fix)#1171

Merged
zackees merged 1 commit into
mainfrom
chore/running-process-4.6.1
Jul 24, 2026
Merged

chore(release): bump 2.5.3 -> 2.5.4 — running-process 4.6.1 (daemon env USERNAME fix)#1171
zackees merged 1 commit into
mainfrom
chore/running-process-4.6.1

Conversation

@zackees

@zackees zackees commented Jul 24, 2026

Copy link
Copy Markdown
Member

Summary

Validation

  • cargo check -p fbuild-daemon (the running-process backend consumer) compiles clean against 4.6.1.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the package version to 2.5.4.
    • Updated the running-process dependency to version 4.6.1.

…nv USERNAME fix)

running-process ≤4.6.0 built detached daemons' baseline env via
CreateEnvironmentBlock with a TOKEN_QUERY-only token, silently
omitting the per-user dynamic variables (USERNAME, USERDOMAIN).
4.6.1 opens the token with the documented access mask and, on Unix,
reconstructs a real login environment via getpwuid_r instead of
inheriting the parent env. See zackees/running-process#655.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@zackees
zackees merged commit ec976ca into main Jul 24, 2026
78 of 93 checks passed
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 8e86005d-0df2-4b14-b8c0-f2dfe6bf12a1

📥 Commits

Reviewing files that changed from the base of the PR and between 0c457eb and 28658f1.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • Cargo.toml
  • pyproject.toml

📝 Walkthrough

Walkthrough

The project version is bumped from 2.5.3 to 2.5.4 in Cargo and Python metadata, and the running-process dependency is updated from 4.6.0 to 4.6.1 with existing features preserved.

Changes

Release metadata

Layer / File(s) Summary
Version and dependency alignment
Cargo.toml, pyproject.toml
Project versions are updated to 2.5.4, and running-process is updated to 4.6.1 without changing its feature configuration.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/running-process-4.6.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

1 participant