Releases: Innmind/ServerStatus
Releases · Innmind/ServerStatus
6.0.0
What's Changed
- Next major release by @Baptouuuu in #19
- Add
NoDiscardattributes by @Baptouuuu in #20
Full Changelog: 5.0.0...6.0.0
5.0.0
What's Changed
- Fix deprecations by @Baptouuuu in #6
- Use date range for the license copyright by @Baptouuuu in #7
- Use
innmind/static-analysisby @Baptouuuu in #8 - Replace PHPUnit by BlackBox by @Baptouuuu in #9
- Reuse workflows by @Baptouuuu in #10
- Update dependencies by @Baptouuuu in #11
- Replace
MaybebyAttemptby @Baptouuuu in #12 - Use types to make sure value objects are correct by @Baptouuuu in #13
- Remove exceptions by @Baptouuuu in #14
- Make constructors private by @Baptouuuu in #15
- Flag most constructors as internal by @Baptouuuu in #16
- Code style by @Baptouuuu in #17
New Contributors
- @Baptouuuu made their first contribution in #6
Full Changelog: 4.1.1...5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
Added
Innmind\Server\Status\Server\Process\Pid::equals()Innmind\Server\Status\Server\Process\Pid::is()Innmind\Server\Status\Server\Disk\Volume\MountPoint::equals()Innmind\Server\Status\Server\Disk\Volume\MountPoint::is()
Changed
Innmind\Server\Status\Server\Processes::all()now returnsInnmind\Immutable\Set<Innmind\Server\Status\Server\Process>Innmind\Server\Status\Server\Processes::get()now returnsInnmind\Immutable\Maybe<Innmind\Server\Status\Server\Process>instead of throwing an exceptionInnmind\Server\Status\Server\Process::start()now returnsInnmind\Immutable\Maybe<Innmind\TimeContinuum\PointInTime>Innmind\Server\Status\Server\Memory\Bytes::of()now returnsInnmind\Immutable\Maybe<Innmind\Server\Status\Server\Memory\Bytes>instead of throwing an exceptionInnmind\Server\Status\Server\Disk::volumes()now returnInnmind\Immutable\Set<Innmind\Server\Status\Server\Disk\Volume>Innmind\Server\Status\Server\Disk::get()now returnInnmind\Immutable\Maybe<Innmind\Server\Status\Server\Disk\Volume>instead of throwing an exceptionInnmind\Server\Status\Server::cpu()now returnsInnmind\Immutable\Maybe<Innmind\Server\Status\Server\Cpu>instead of throwing an exceptionInnmind\Server\Status\Server::memory()now returnsInnmind\Immutable\Maybe<Innmind\Server\Status\Server\Memory>instead of throwing an exception
Removed
Innmind\Server\Status\Servers\Decorator\CacheMemoryInnmind\Server\Status\Servers\Decorator\CacheLoadAverageInnmind\Server\Status\Servers\Decorator\CacheCpuInnmind\Server\Status\ServerFactory::__invoke()Innmind\Server\Status\Server\Memory\Bytespublic constantsInnmind\Server\Status\Server\Memory::wired()- Support for php 7