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/disconnectreport 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)