2.12.0
This release adds support for the following features:
- Support for the Proactive Events API and the ProactiveSubscriptionChanged skill event. The ProactiveEvents API enables Alexa Skill Developers to send events to Alexa, which represent factual data that may interest a customer. Upon receiving an event, Alexa proactively delivers the information to customers subscribed to receive these events. The service client provided by the SDK for Proactive Events can be used within the context of a skill or from another service.
- Expose raw request JSON through HandlerInput (#178)