- [836](https://github.com/rasahq/rasa-sdk/issues/836): Return a json response when encountering action execution exceptions. Log exceptions using logger rather than sanic default print.
- [441](https://github.com/rasahq/rasa-sdk/issues/441): Slots will be validated in order they are requested. Previously, they were validated in reverse order.
Already extracted slots are now immediately visible during extraction of subsequent slots. Same goes for validation.