PAI v4.0.x Patch Updates — Your PRs and Issues Are Being Merged #853
Replies: 2 comments 2 replies
-
|
@danielmiessler — thanks for this update, it's reassuring to hear contributions will get into production. I do want to raise something though. You mention that PRs and fixes are "folded into my actual running system" and "battle-tested in daily use" — but I'm seeing a gap between what's described as fixed and what appears in public releases. Specifically on issue #850: Your response on #850 lists 4 fixes in v4.0.3:
I diffed every one of these files between v4.0.2 and v4.0.3 — they're byte-identical. And you commented on Discussion #632: "Fixed and added to 4.0.3 release" — but it wasn't. This isn't the first time. The pattern goes back to January:
I genuinely don't think this is intentional — but something in the process is breaking down between "fix acknowledged" and "fix shipped." Could you help me understand your release process? Specifically:
I'm asking because I'd like to help. I've been running a fork (virtualian/pai) where I test and fix these issues, and I'm happy to contribute back. But right now the community can't tell which closed issues are actually fixed and which aren't — and that makes it hard to know whether to wait for upstream or implement in forks. Would you be open to a contributor documenting a lightweight release process aligned with open-source practices? Nothing heavy — just something that ties closed issues to actual commits, so the community can verify fixes shipped. I'd volunteer to draft that if it's welcome. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, Daniel, for being so passionate about your project and for launching it. I'm very happy to be a part of the community and ready to contribute to its development. I really admire you, your philosophy, your life experience, and your vision for the future. I'm with you from Russia with love! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
Wanted to give a quick update on the state of PAI v4.0. Since the initial v4.0.0 release, we've shipped three patch updates that fold in community contributions:
You can always find the latest release here:
Releases Directory →
Your contributions are going into production
I want to emphasize something important: your PRs and issues aren't just being reviewed — they're being folded into my actual running system. When I merge a fix, it goes into both the public release AND my personal PAI instance. This means the fixes are battle-tested in daily use and will be maintained going forward.
We've closed 30+ issues and 25+ PRs across these patches. Some were direct merges, some were reimplemented to fit the v4.0 architecture, and some were already addressed by the v4.0 restructuring.
What's still open
We're actively working on:
If you submitted a PR that was closed, check the comment — in most cases it was either already fixed in v4.0 or the code it targeted was restructured. We always encourage resubmitting against the current architecture.
Thank you all for the contributions, bug reports, and feedback. This project is better because of this community.
— Daniel
Beta Was this translation helpful? Give feedback.
All reactions