All Versions
37
Latest Version
Avg Release Cycle
57 days
Latest Release
1263 days ago

Changelog History
Page 4

  • v1.0.6 Changes

    • ๐Ÿ›  Fix issue in NativeReactor causing stop() to be delayed by one second.
  • v1.0.5 Changes

    • Convert general RuntimeException to more specific Amp\CombinatorException.
  • v1.0.4 Changes

    • Repeat watchers in LibeventReactor internally were handled in microsecond intervals instead of milliseconds.
  • v1.0.3 Changes

    • ๐Ÿ›  Fix issue in NativeReactor capable of causing keep alive counter corruption when a watcher was cancelled inside its own callback.
    • ๐Ÿ›  Fix issue in UvReactor with libuv >= 1.1.0 causing busy loop with immediates present, but no watchers being triggered.
  • v1.0.2 Changes

    • ๐Ÿ›  Fix PHP 7 issue in which top-level Throwables weren't caught in certain coroutine contexts.
    • โœ‚ Remove error suppression operator on optionally null option assignment to avoid spurious E_NOTICE output when custom error handlers are used.
  • v1.0.1 Changes

    • ๐Ÿ›  Fix bug preventing UvReactor::tick() from returning when no events are ready for a single active IO watcher.
  • v1.0.0 Changes

    • ๐ŸŽ‰ Initial stable API release