fix(deps): bump webproject-xyz/docker-api-client to 1.4.4 to fix event loop#389
Conversation
…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
|
Warning Review limit reached
Next review available in: 18 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
## [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))
|
🎉 This PR is included in version 1.8.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.