Line Bot Sdk Php Versions Save

LINE Messaging API SDK for PHP

9.4.1

4 months ago

What's Changed

Other Changes

Full Changelog: https://github.com/line/line-bot-sdk-php/compare/9.4.0...9.4.1

9.4.0

4 months ago

What's Changed

We have now added support for a Webhook (PnpDeliveryCompletionEvent) that can be received once a message is successfully sent via PNP.

line-openapi updates

Dependency updates

Other Changes

Full Changelog: https://github.com/line/line-bot-sdk-php/compare/9.3.0...9.4.0

9.3.0

7 months ago

What's Changed

You can now send quote messages from your LINE Official Account and receive quote messages sent by users via webhook. news: https://developers.line.biz/en/news/2023/09/14/send-and-receive-quote-messages-using-the-messaging-api/

  1. Add response type for push/reply/mutlicast/narrowcast/broadcast API
    • sentMessage field is added in push and reply API
  2. sentMessage field is added in push API's ErrorResponse
  3. Add quoteToken and quotedMessageId in some Webhook events

line-openapi updates

Full Changelog: https://github.com/line/line-bot-sdk-php/compare/9.2.0...9.3.0

9.2.0

7 months ago

What's Changed

line-openapi updates

Other Changes

Full Changelog: https://github.com/line/line-bot-sdk-php/compare/9.1.0...9.2.0

9.1.0

8 months ago

What's Changed

Full Changelog: https://github.com/line/line-bot-sdk-php/compare/9.0.0...9.1.0

9.0.0

9 months ago

What's Changed

💣 Breaking Changes

  • Changed operationId of LIFF API. See #489 for details.

New Contributors

Full Changelog: https://github.com/line/line-bot-sdk-php/compare/8.1.0...9.0.0

8.1.0

9 months ago

What's Changed

Changes are based on

and some libraries or minors are upgraded internally.

New Contributors

Full Changelog: https://github.com/line/line-bot-sdk-php/compare/8.0.0...8.1.0

8.0.0

11 months ago

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

Full Changelog: https://github.com/line/line-bot-sdk-php/compare/7.6.1...8.0.0

7.6.1

1 year ago

Fix ImageSet event without index/total make Undefined index access

Fix this issue #387 @snmatsui Thanks for your report!

fix(ci): replace set-output to GITHUB_OUTPUT @k1rnt

Patch for this deprecation. https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

7.6.0

1 year ago

PHP 8.0 and 8.1 were supported. #381 #386

  • We supported PHP8.0 and 8.1.
  • Unsupported PHP5.6, 7.0, 7.1.

This fixed #384 .