Skip to content

Releases: amphp/parallel-functions

2.0.0

Choose a tag to compare

@trowski trowski released this 25 Nov 01:11
v2.0.0
7eb5df5

Stable release compatible with AMPHP v3 and fibers! 🎉

As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.

1.1.0

Choose a tag to compare

@kelunik kelunik released this 03 Feb 19:56
v1.1.0

What's Changed

  • Update to laravel/serializable-closure instead of opis/closure by @owenvoke
  • Increase minimum PHP version to PHP 7.4 by @owenvoke

New Contributors

  • @sci3ma made their first contribution in #24
  • @owenvoke made their first contribution in #31

Full Changelog: v1.0.0...v1.1.0

1.0.0

Choose a tag to compare

@kelunik kelunik released this 10 Jul 17:20
v1.0.0
  • Removed compatibility with amphp/parallel < 1.1
  • Changed the parallel function to throw a SerializationException instead of an Error if serialization fails

0.1.3

Choose a tag to compare

@trowski trowski released this 28 Oct 15:44
12e6c60
  • Any serializable callable can now be used with the functions in this library, including class instance methods and static methods. Like user-defined functions, class definitions must be autoloadable by the composer autoloader.

0.1.2

Choose a tag to compare

@kelunik kelunik released this 17 Dec 18:36
v0.1.2
  • Fixed amphp/amp requirement to ensure correct output order.

0.1.1

Choose a tag to compare

@kelunik kelunik released this 16 Dec 17:52
v0.1.1
ca55bd1
  • Added optional $pool parameter to allow using custom pools instead of the default pool of amphp/parallel.

0.1.0

Choose a tag to compare

@kelunik kelunik released this 14 Dec 18:19
v0.1.0
  • Initial release.