Skip to content

Releases: line/line-bot-sdk-php

9.4.3

25 Dec 04:46
752331a

Choose a tag to compare

Full Changelog: 9.4.1...9.4.3

v9.4.2

25 Dec 04:25
840ca71

Choose a tag to compare

What's Changed

Other Changes

  • Revert "chore(deps): update actions/upload-pages-artifact action to v3" by @Yang-33 in #559

Full Changelog: 9.4.0...v9.4.2

9.4.1

25 Dec 04:22
840ca71

Choose a tag to compare

What's Changed

Other Changes

  • Revert "chore(deps): update actions/upload-pages-artifact action to v3" by @Yang-33 in #559

Full Changelog: 9.4.0...9.4.1

9.4.0

25 Dec 04:18
72b6e4d

Choose a tag to compare

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

  • chore(deps): update line-openapi digest to 0e20d4f by @renovate in #528
  • Codes are generated by openapi generator by @github-actions in #529
  • chore(deps): update line-openapi digest to 0f859b7 by @renovate in #532
  • chore(deps): update line-openapi digest to 1352801 by @renovate in #533
  • Codes are generated by openapi generator by @github-actions in #534
  • chore(deps): update line-openapi digest to f9e405a by @renovate in #536
  • Codes are generated by openapi generator by @github-actions in #538
  • chore(deps): update line-openapi digest to edba1b5 by @renovate in #541
  • Codes are generated by openapi generator by @github-actions in #542
  • chore(deps): update line-openapi digest to 66b8d8b by @renovate in #544
  • Codes are generated by openapi generator by @github-actions in #545
  • chore(deps): update line-openapi digest to 988429c by @renovate in #554
  • Codes are generated by openapi generator by @github-actions in #555

Dependency updates

  • chore(deps): update actions/checkout action to v4 by @renovate in #503
  • chore(deps): update dependency phpmd/phpmd to v2.14.0 by @renovate in #513
  • chore(deps): update dependency phpmd/phpmd to v2.14.1 by @renovate in #519
  • chore(deps): update actions/checkout action to v4 by @renovate in #527
  • chore(deps): update actions/setup-node action to v4 by @renovate in #531
  • chore(deps): update dependency phpmd/phpmd to v2.15.0 by @renovate in #551
  • chore(deps): update actions/deploy-pages action to v3 by @renovate in #547
  • chore(deps): update dependency squizlabs/php_codesniffer to v3.8.0 by @renovate in #549
  • chore(deps): update actions/stale action to v9 by @renovate in #550
  • chore(deps): update actions/configure-pages action to v4 by @renovate in #546
  • chore(deps): update actions/deploy-pages action to v4 by @renovate in #552
  • chore(deps): update actions/upload-pages-artifact action to v3 by @renovate in #553

Other Changes

  • Change renovate config to update all dependencies without review by @moririnson in #511
  • Fix diff check workflow by @moririnson in #515
  • Add line-openapi as git add target when diff-check workflow creates pull request by @Yang-33 in #518
  • Update document on release by @Yang-33 in #522
  • Commit generated code automatically by @Yang-33 in #523
  • Generate code at first, then run test to detect CI failure easily by @Yang-33 in #521
  • Revert "Commit generated code automatically" by @Yang-33 in #524
  • Deploy document on release by github actions by @Yang-33 in #526
  • Close stale issue automatically by @Yang-33 in #530
  • Use published to run release workflow by @Yang-33 in #535
  • Enable merge queue by @Yang-33 in #540
  • Add webhook definitions in EventRequestParser by @Yang-33 in #556

Full Changelog: 9.3.0...9.4.0

9.3.0

15 Sep 03:33
2c0e9cb

Choose a tag to compare

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: 9.2.0...9.3.0

9.2.0

06 Sep 02:16
76c931b

Choose a tag to compare

What's Changed

line-openapi updates

Other Changes

  • Add line-openapi-update label if line-openapi is updated by @Yang-33 in #502

Full Changelog: 9.1.0...9.2.0

9.1.0

23 Aug 08:32
cd24dfa

Choose a tag to compare

What's Changed

  • chore(deps): update line-openapi digest to 5c1f76e by @renovate in #496
  • Codes are generated by openapi by @github-actions in #497
    • line/line-openapi#28 : Found that some optional parameters are described as required: true so this commit fixes it.
  • chore(deps): update line-openapi digest to 2fbbdd1 by @renovate in #500
  • Codes are generated by openapi by @github-actions in #499

Full Changelog: 9.0.0...9.1.0

9.0.0

01 Aug 03:51
ed49f5d

Choose a tag to compare

What's Changed

  • chore(deps): update line-openapi digest to db2f30d by @renovate in #488
  • chore(deps): update line-openapi digest to 1cbcd90 by @renovate in #490
  • Codes are generated by openapi by @github-actions in #489
  • Remove meta.php by @moririnson in #492
  • update phpunit dependency to 10.2 from 9.6 by @tokuhirom in #493
  • Codes are generated by openapi by @github-actions in #495

💣 Breaking Changes

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

New Contributors

Full Changelog: 8.1.0...9.0.0

8.1.0

07 Jul 06:53
7759d7a

Choose a tag to compare

What's Changed

Changes are based on

and some libraries or minors are upgraded internally.

  • Add Makefile for HACKING.md by @moririnson in #480
  • Modify user agent by @Yang-33 in #481
  • Enable run diff-check workflow manually by @Yang-33 in #482
  • Codes are generated by openapi by @github-actions in #483
  • Update document when diff-check workflow runs by @Yang-33 in #484
  • Try to update document even if generated code is not changed by @Yang-33 in #485
  • Codes are generated by openapi by @github-actions in #486

New Contributors

Full Changelog: 8.0.0...8.1.0

8.0.0

30 May 02:41

Choose a tag to compare

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