Skip to content

Releases: guzzle/promises

1.3.1

20 Dec 10:13
v1.3.1
Compare
Choose a tag to compare
  • Fixed wait() foreign promise compatibility

1.3.0

18 Nov 17:50
Compare
Choose a tag to compare
  • Adds support for custom task queues.
  • Fixed coroutine promise memory leak.

Version 1.1.0

08 Mar 01:16
Compare
Choose a tag to compare
  • Update EachPromise to prevent recurring on a iterator when advancing, as this
    could trigger fatal generator errors.
  • Update Promise to allow recursive waiting without unwrapping exceptions.