Releases: line/line-bot-sdk-php
7.0.0
6.3.0
Fix EmojiInfo @nanato12 #337
Fix return type of EmojiInfo::getLength() PHPDoc.
add BaseEvent to toArray method @snmatsui #344
Added toArray
method to BaseEvent for debug.
Remove ext-posix from require-dev for windows compatibility #349
Fix this issue with install on Windows.
#348
Add get-follower-ids-api #342 @hinoguma
Support following API.
https://developers.line.biz/ja/reference/messaging-api/#get-follower-ids
6.2.0
Add Activate Audience API @hinoguma #334
Supported activate audience API.
https://developers.line.biz/en/news/2021/01/27/activate-audience-api/
Add defaultAction for CarouselColumnTemplateBuilder @hinoguma #332
Supported missing defaultAction
property for carousel column.
https://developers.line.biz/en/reference/messaging-api/#column-object-for-carousel
Add mentionees property to TextMessageEvent @nanato12 #329
Supported mention
object in TextMessageEvent
which allows us to capture mentionee information.
https://developers.line.biz/en/news/2021/01/20/messaging-api-update-january-2021/#text-message-type-properties-news
Add line-bot-http-client binding #327
Fixed an issue with custom http client usage.
https://www.line-community.me/ja/question/5fd1d77b4016904e521e7020
6.1.0
Fix return type in PHPDoc tags @nanato12 #322
Fix doc of getMember function.
isSucceeded return true if response code is 2xx @hinoguma #324
Change behavior of \LINEBot\Response#isSucceeded
.Status code 200 ~ 299 -> true, other false.
Add keywords prop #325
Support this feature.
https://developers.line.biz/en/news/2020/12/02/messaging-api-update-december-2020/#keywords-news
6.0.0
Incompatible change
We updated major version with respect for semantic versioning.
To follow the bot api update, SpacerComponentBuilder
has also been deprecated and removed from this SDK.
Supported Flex Update2 #320
See following issue #318 about details.
Add Bot Info #313 #319
Supported these features.
5.1.0
5.0.0
Add upToRemainingQuota to NarrowCast #303
https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message
Stop support php 5.5 #308
We stopped to support php 5.5. please see this discussion.
#289
4.6.0
Add unsend event and video play complete event #300
Add feature of upload audience by file #301
- The audiences property is now optional instead of required for a certain endpoint
- Create audience for uploading user IDs (by file)
- Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by file
Add redelivery object for narrowcast #306 @hinoguma
4.5.0
channel access token v21 #295
support this apis.
- Issue channel access token v2.1
- Get all valid channel access token key IDs v2.1
- Revoke channel access token v2.1
Add Support retry key #288
suport this
https://developers.line.biz/en/reference/messaging-api/#retry-api-request