What's Changed
* Use Openapi generator by Yang-33 in https://github.com/line/line-bot-sdk-python/pull/453
Version 3.x
LINE's SDK developer team decided to generate SDK code based on OpenAPI spec. (files are in https://github.com/line/line-openapi.)
As a result, LINE bot sdk `3.x` is not compatible with `2.x`. It can follow the future API changes very quickly.
We will be maintaining only `linebot.v3` going forward. To utilize the latest features, we recommend you gradually transition to `linebot.v3` modules in your application, although you can still continue to use the old `linebot` modules.
While we won't update old `linebot` modules anymore, users can still continue to use the version `2.x` linebot modules.
We also welcome pull requests for the version `2.x` and `3.x` modules.
**Full Changelog**: https://github.com/line/line-bot-sdk-python/compare/v2.4.3...3.0.0