This release add support for 2 new Effects (thanks to @gaearon and @slorber) yield select(selector, ...args) allows a Saga to query some state slice using the provided selector function (Api docs) yield getState() same as select but retrieves the entire state (Api docs)