github us/mocker v0.9.0

latest release: v0.9.1
2 days ago

0.9.0 (2026-08-09)

⚠ BREAKING CHANGES

  • compose: containers now really join the networks a compose file declares, so services that relied on every container sharing the runtime's global network can no longer reach services in other projects. Networks are no longer stored under ~/.mocker/networks; network connect/disconnect report that the runtime does not support them. MockerKit: NetworkInfo.created is optional, NetworkManager's methods are async and throwing, and ObservedContainer gained a network field.

Features

  • compose: make networks real, add external:, down --rmi and honored flags (b868cc5)

Bug Fixes

  • compose: keep rm working with -v, and keep the runtime's network error (2859bcd)
  • runtime: stop shelling out from deadlocking multi-call commands (1cddcbe)

Don't miss a new mocker release

NewReleases is sending notifications on new releases.