Skip to content

1.0.0 Beta 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 24 Feb 20:43
v1.0.0-beta.4
c21db4d
  • PHP 8.1 is now required.
  • Fixed circular references in ConcurrentIterableIterator and ConcurrentFlatMapIterator that prevented quick garbage collection, particularly problematic with instances created from Pipeline::fromIterable() using a generator.