[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/promises/ -> CHANGELOG.md (source)

   1  # CHANGELOG
   2  
   3  ## 1.5.3 - 2023-05-21
   4  
   5  ### Changed
   6  
   7  - Removed remaining usage of deprecated functions
   8  
   9  ## 1.5.2 - 2022-08-07
  10  
  11  ### Changed
  12  
  13  - Officially support PHP 8.2
  14  
  15  ## 1.5.1 - 2021-10-22
  16  
  17  ### Fixed
  18  
  19  - Revert "Call handler when waiting on fulfilled/rejected Promise"
  20  - Fix pool memory leak when empty array of promises provided
  21  
  22  ## 1.5.0 - 2021-10-07
  23  
  24  ### Changed
  25  
  26  - Call handler when waiting on fulfilled/rejected Promise
  27  - Officially support PHP 8.1
  28  
  29  ### Fixed
  30  
  31  - Fix manually settle promises generated with `Utils::task`
  32  
  33  ## 1.4.1 - 2021-02-18
  34  
  35  ### Fixed
  36  
  37  - Fixed `each_limit` skipping promises and failing
  38  
  39  ## 1.4.0 - 2020-09-30
  40  
  41  ### Added
  42  
  43  - Support for PHP 8
  44  - Optional `$recursive` flag to `all`
  45  - Replaced functions by static methods
  46  
  47  ### Fixed
  48  
  49  - Fix empty `each` processing
  50  - Fix promise handling for Iterators of non-unique keys
  51  - Fixed `method_exists` crashes on PHP 8
  52  - Memory leak on exceptions
  53  
  54  
  55  ## 1.3.1 - 2016-12-20
  56  
  57  ### Fixed
  58  
  59  - `wait()` foreign promise compatibility
  60  
  61  
  62  ## 1.3.0 - 2016-11-18
  63  
  64  ### Added
  65  
  66  - Adds support for custom task queues.
  67  
  68  ### Fixed
  69  
  70  - Fixed coroutine promise memory leak.
  71  
  72  
  73  ## 1.2.0 - 2016-05-18
  74  
  75  ### Changed
  76  
  77  - Update to now catch `\Throwable` on PHP 7+
  78  
  79  
  80  ## 1.1.0 - 2016-03-07
  81  
  82  ### Changed
  83  
  84  - Update EachPromise to prevent recurring on a iterator when advancing, as this
  85    could trigger fatal generator errors.
  86  - Update Promise to allow recursive waiting without unwrapping exceptions.
  87  
  88  
  89  ## 1.0.3 - 2015-10-15
  90  
  91  ### Changed
  92  
  93  - Update EachPromise to immediately resolve when the underlying promise iterator
  94    is empty. Previously, such a promise would throw an exception when its `wait`
  95    function was called.
  96  
  97  
  98  ## 1.0.2 - 2015-05-15
  99  
 100  ### Changed
 101  
 102  - Conditionally require functions.php.
 103  
 104  
 105  ## 1.0.1 - 2015-06-24
 106  
 107  ### Changed
 108  
 109  - Updating EachPromise to call next on the underlying promise iterator as late
 110    as possible to ensure that generators that generate new requests based on
 111    callbacks are not iterated until after callbacks are invoked.
 112  
 113  
 114  ## 1.0.0 - 2015-05-12
 115  
 116  - Initial release


Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1