8.0.0
What's Changed
π£ This release contains breaking changes π£
LINE's SDK developer team decides to generate SDK code based on OpenAPI spec.
As a result, LINE bot sdk 8.x is not compatible with 7.x. But it can follow the future API changes very quickly.
line-bot-sdk-tinyis no longer supported.src/LINEBotwas splitted tosrc/clients/,src/parserandsrc/webhook/modules.- PHP >= 8.1
 
For instructions on how to use the new SDK, please refer to the examples/ directory.
Details
- chore(deps): update dependency phpstan/phpstan to v1.10.14 by @renovate in #459
 - Add publish config group for laravel project by @parsilver in #415
 - Rewrite clients with OpenAPI Generator by @moririnson in #460
 - Rewrite phpdoc with openapi generated by @moririnson in #466
 - Add diff check workflow for openapi-generator by @moririnson in #468
 - chore(deps): update line-openapi digest to 27b5838 by @renovate in #470
 - Fix diff check workflow by @moririnson in #475
 - Change not to use npx for code gen by @moririnson in #477
 - Codes are generated by openapi by @github-actions in #478
 - chore(deps): update line-openapi digest to dcaa8d4 by @renovate in #479
 
New Contributors
- @parsilver made their first contribution in #415
 - @github-actions made their first contribution in #478
 
Full Changelog: 7.6.1...8.0.0