Skip to content

8.0.0

Choose a tag to compare

@moririnson moririnson released this 30 May 02:41
· 246 commits to master since this release

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-tiny is no longer supported.
  • src/LINEBot was splitted to src/clients/, src/parser and src/webhook/ modules.
  • PHP >= 8.1

For instructions on how to use the new SDK, please refer to the examples/ directory.

Details

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