Releases: line/line-bot-sdk-php
9.4.3
Full Changelog: 9.4.1...9.4.3
v9.4.2
9.4.1
9.4.0
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
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/
- Add response type for push/reply/mutlicast/narrowcast/broadcast API
- sentMessagefield is added in push and reply API
 
- sentMessagefield is added in push API's- ErrorResponse
- Add quoteTokenandquotedMessageIdin some Webhook events
line-openapi updates
- Codes are generated by openapi by @github-actions in #507
Full Changelog: 9.2.0...9.3.0
9.2.0
What's Changed
line-openapi updates
- Codes are generated by openapi by @github-actions in #504
- Add POST /oauth2/v3/token(issue stateless channel token) API line/line-openapi#30
- API reference: https://developers.line.biz/en/reference/messaging-api/#issue-stateless-channel-access-token
- News: https://developers.line.biz/en/news/2023/08/31/stateless-channel-access-token/
 
- Add POST 
Other Changes
Full Changelog: 9.1.0...9.2.0
9.1.0
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
- line/line-openapi#29 : Add RICHMENU_IMP/RICHMENU_CLICKtype to AudienceGroupType.
 
- line/line-openapi#29 : Add 
Full Changelog: 9.0.0...9.1.0
9.0.0
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
- @tokuhirom made their first contribution in #493
Full Changelog: 8.1.0...9.0.0
8.1.0
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
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 to- src/clients/,- src/parserand- src/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