Skip to content

fix(deps): bump webproject-xyz/docker-api-client to 1.4.4 to fix event loop#389

Merged
Fahl-Design merged 3 commits into
mainfrom
chore/bump-docker-api-client-1.4.4
Jul 13, 2026
Merged

fix(deps): bump webproject-xyz/docker-api-client to 1.4.4 to fix event loop#389
Fahl-Design merged 3 commits into
mainfrom
chore/bump-docker-api-client-1.4.4

Conversation

@Fahl-Design

@Fahl-Design Fahl-Design commented Jul 13, 2026

Copy link
Copy Markdown
Member

What

Bumps webproject-xyz/docker-api-client from 1.4.3 to 1.4.4.

Why

1.4.4 fixes the Docker event stream listener (WebProject-xyz/php-docker-api-client#270): listenForEvents() now parses Docker's newline-delimited JSON event stream instead of the never-matching Server-Sent-Events branch. Before this, only the startup scan populated the hosts file — live container start/stop/die/restart events were silently dropped.

Verification

End-to-end against a live Docker daemon with 1.4.4 installed: start / stop / die / restart events reach the sync loop and the hosts file is regenerated, including reverse-proxy entries (VIRTUAL_HOST, DOMAIN_NAME, url-like network aliases).

Only composer.json (constraint) and composer.lock change.


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

…enum

- Upgrade HostsFileEntryDto to use PHP 8.4 asymmetric visibility public private(set)
- Introduce EventAction backed enum for container event handling
- Replace preg_grep and key with array_find_key in SynchronizeHostsFileService
- Replace current with array_first in ContainerToHostsFileLinesUtil
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Fahl-Design, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 18 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 037156ce-f52e-4542-86a6-59dfdcadabb7

📥 Commits

Reviewing files that changed from the base of the PR and between ef2d767 and f59337f.

⛔ Files ignored due to path filters (1)
  • composer.lock is excluded by !**/*.lock
📒 Files selected for processing (5)
  • composer.json
  • src/Dto/HostsFileEntryDto.php
  • src/Enum/EventAction.php
  • src/Service/SynchronizeHostsFileService.php
  • src/Util/ContainerToHostsFileLinesUtil.php
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-docker-api-client-1.4.4

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.

@Fahl-Design Fahl-Design changed the title chore(deps): bump webproject-xyz/docker-api-client to 1.4.4 fix(deps): bump webproject-xyz/docker-api-client to 1.4.4 to fix event loop Jul 13, 2026
@Fahl-Design
Fahl-Design merged commit 1a40ae2 into main Jul 13, 2026
4 of 5 checks passed
@Fahl-Design
Fahl-Design deleted the chore/bump-docker-api-client-1.4.4 branch July 13, 2026 20:49
webproject-bot Bot pushed a commit that referenced this pull request Jul 13, 2026
## [1.8.4](1.8.3...1.8.4) (2026-07-13)

### Bug Fixes

* **deps:** bump webproject-xyz/docker-api-client to 1.4.4 to fix event loop ([#389](#389)) ([1a40ae2](1a40ae2))
@webproject-bot

Copy link
Copy Markdown

🎉 This PR is included in version 1.8.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant