You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Innmind\Server\Status\Server\Processes::all() now returns Innmind\Immutable\Set<Innmind\Server\Status\Server\Process>
Innmind\Server\Status\Server\Processes::get() now returns Innmind\Immutable\Maybe<Innmind\Server\Status\Server\Process> instead of throwing an exception
Innmind\Server\Status\Server\Process::start() now returns Innmind\Immutable\Maybe<Innmind\TimeContinuum\PointInTime>
Innmind\Server\Status\Server\Memory\Bytes::of() now returns Innmind\Immutable\Maybe<Innmind\Server\Status\Server\Memory\Bytes> instead of throwing an exception
Innmind\Server\Status\Server\Disk::volumes() now return Innmind\Immutable\Set<Innmind\Server\Status\Server\Disk\Volume>
Innmind\Server\Status\Server\Disk::get() now return Innmind\Immutable\Maybe<Innmind\Server\Status\Server\Disk\Volume> instead of throwing an exception
Innmind\Server\Status\Server::cpu() now returns Innmind\Immutable\Maybe<Innmind\Server\Status\Server\Cpu> instead of throwing an exception
Innmind\Server\Status\Server::memory() now returns Innmind\Immutable\Maybe<Innmind\Server\Status\Server\Memory> instead of throwing an exception