2.9.2
This release includes the following changes:
- Ability to disable servlet request signature verification #163
- Introduction of typed request handler interfaces (for example, the IntentRequestHandler). These interfaces offer skill developers a simplified option for writing request handlers for a particular type of request without having to deal with type checking and casting. The base RequestHandler interface continues to be supported and should be used when a handler supporting multiple types of requests is desired.