Releases: lucasnetau/php-ec
Alarm assumptions
BugFix: An Event Matcher's state may have changed after an alarm() call. Ensure we update the waiting for state
Missing Timer
Fix updating timeouts when operating in real time mode when using Source Functions
Missing JIT
Handle edge case where JIT is not compiled into opcache (eg ARMv7 build)
Edge Case
Improve handling of SourceFunctions when we have pre-defined classes
Ensure we call the complete and done callbacks when a Matcher completes during the onProgress callback in fire()
Fix premature timeout call when resuming/shutting down engine in batch processing mode
Silence of the logs
v0.6.6 Close the Logger just prior to closing the output stream to ensure al…
Cron in Batch mode
Fix up handling of Cron rules when running in batch mode
Bad copypaste
Fix regression with looking up the first and last events
Small improvements
Micro optimisation for checking if various queues have values or now
Bug fix for Cron events triggering timeout
Attempt to save application state in the event that we are unable to encode as JSON
Race to exit
Fix up an race condition where on Alpine linux waitpid() shows the process as still running when the stdout of the process has been closed.
Bug fix for accessing a nonexistent array key when attempting to load a source function that is not defined
Triggered inputs
Give Rules the ability to request the Scheduler to run an additional input process to gather more data