-----------------
- **BREAKING CHANGE:** Handler functions are no longer overridden in the
``Messenger`` class; instead, the ``app.handle`` decorator is used. See the
documentation for more details.
- Handler functions can now simply return responses in a variety of formats,
which are interpreted and sent as a reply.