2.0.0
Supports UnknownEvent and UnknownMessage
This SDK supports UnknownEvent and UnknownMessage from this version.
If application receives event that has a type that is not supported by this SDK, it encapsulates the event to UnknownEvent'. UnknownMessage` is also the same.
See also: https://github.com/line/line-bot-sdk-php/wiki/How-to-handle-unknown-type-events-and-messages
Incompatible changes 💀
- Removed UnknownEventTypeException
- Removed UnknownMessageTypeException
These exception classes are no longer supported. Please use UnknownEvent and UnknownMessage instead.