Release-0.4.4
This is another general bugfix and remediation release.
- A somewhat breaking change is #409. If you have an
AutoFilter
that accepts anstd::shared_ptr
as an input argument, you might be invoked in cases where Autowiring determines that the specified type is unsatisfiable on the packet. Consequently, make sure to test shared pointer inputs for null as a matter of common practice. - #415 modifies the way the dispatch queue works. Now we will automatically promote events from the delayed queue to the deferred queue if we can find any that are good to go.
- #417, #430 fixes a breaking change on MSVC
- #418,
ContextCreator
is now deprecated! - #424, you can now get a list of runnables from the context
- #428 corrects some issues with thread rundown that resurfaced after modifications in December to the way that
CoreRunnable
works.