Skip to content

Releases: Innmind/mantle

2.1.0

10 Mar 14:58
2.1.0
2f0237a
Compare
Choose a tag to compare

Added

  • Support for innmind/operating-system:~5.0

2.0.1

12 Nov 15:54
2.0.1
a629fc1
Compare
Choose a tag to compare

Fixed

  • Wait less time to restart the source by polling the tasks instead of waiting for them to be reactivated
  • Takes less time and memory to compute the timeout and streams to watch

2.0.0

05 Nov 17:22
2.0.0
b92e0c7
Compare
Choose a tag to compare

Added

  • Innmind\Mantle\Source\Continuation

Changed

  • Requires innmind/operating-system:~4.1
  • Innmind\Mantle\Forerunner::of() now only accepts an instance of Innmind\OperatingSystem\OperatingSystem
  • Innmind\Mantle\Forerunner::__invoke() second argument now is a callable (previously it was a Source)
  • Innmind\Mantle\Suspend is now declared internal
  • Innmind\Mantle\Source is now declared internal
  • Innmind\Mantle\Source\Predetermined::of() callables now receive an instance of Innmind\OperatingSystem\OperatingSystem

Removed

  • Innmind\Mantle\Source\Throttle
  • Innmind\Mantle\Suspend\Strategy
  • Innmind\Mantle\Suspend\Asynchronous
  • Innmind\Mantle\Suspend\Synchronous
  • Innmind\Mantle\Suspend\TimeFrame

1.1.0

16 Sep 16:35
1.1.0
b8d60f6
Compare
Choose a tag to compare

Added

  • Support for innmind/immutable 5

Removed

  • Support for PHP 8.1