Skip to content

2.9.2

Compare
Choose a tag to compare
@breedloj breedloj released this 30 Nov 22:35
· 565 commits to 2.0.x since this release

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.