Skip to content

Releases: amphp/parallel-functions

2.0.0

25 Nov 01:11
v2.0.0
7eb5df5
Compare
Choose a tag to compare

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

03 Feb 19:56
v1.1.0
Compare
Choose a tag to compare

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

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

1.0.0

10 Jul 17:20
v1.0.0
Compare
Choose a tag to compare
  • 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

28 Oct 15:44
12e6c60
Compare
Choose a tag to compare
  • 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

17 Dec 18:36
v0.1.2
Compare
Choose a tag to compare
  • Fixed amphp/amp requirement to ensure correct output order.

0.1.1

16 Dec 17:52
v0.1.1
ca55bd1
Compare
Choose a tag to compare
  • Added optional $pool parameter to allow using custom pools instead of the default pool of amphp/parallel.

0.1.0

14 Dec 18:19
v0.1.0
Compare
Choose a tag to compare
  • Initial release.