This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Releases: line/line-bot-sdk-perl
Releases · line/line-bot-sdk-perl
1.21
1.21 2024-09-17 10:03:03 JST
- Note about the archival of this project (PR #211 and PR #210)
- Add validating message objects API (PR #204)
- Add get follower ids api (PR #202)
- Add Unsend and VideoViewingComplete Event (PR #201)
- Add webhook redelivery field (PR #199)
- Add validate richmenu object (PR #198)
- Add accessor for the imageSet field (PR #192)
- Fixed test case name (PR #190)
1.20
- Add acceptedTime and completedTime field to narrowcast progress status (PR #179)
- add an accessor to property named 'keywords' to LINE::Bot::API::Event::Message::Sticker (issue #163)
- add an accessor to property named 'mention' to LINE::Bot::API::Event::Message::Text (issue #171)
- add a new API for setting webhook endpoint (issue #159)
- add a new API for getting webhook endpoint information (issue #159)
- add a new API for testing webhook endpoint (issue #159)
1.19
1.19 2021-01-22 17:01:55 JST
1.18
- Changed accepting parameter "sender" at SendMessage.pm (Issue #113 PR#140)
- Update Type constraint for the new puper limit of characters in a TextMessage (PR #144)
- Add accessor for emoji information in TextMessage (PR #145)
- Add method: get_group_summary, get_member_in_group_count, get_member_in_room_count (Issue#141, PR#142)
- Add method: issue_channel_access_token_v2_1, get_valid_channel_access_token_v2_1 (Issue#118, PR#147)
- Add support for retrying with "X-Line-Retry-Key" HTTP header for push messages, broadcast, multicast, and narrowcast. (PR #146). See https://developers.line.biz/en/reference/messaging-api/#retry-api-request
- Add support unsend-event and video_viewing_complete-event (PR #154)
1.17
- Add 'language' accessor to Profile response.
- Add method: Audience#get_audience_data. (PR#125)
- Add method: Audience#rename_audience. (PR #117)
- Support the use of LINE Emojis in Text messages.
- Add method: Audience#delete_audience. (PR#124)
- Add method: create_audience_for_uploading.
- Add method: Audience#create_audience_for_click_based_retartgeting. (PR#115)
- Add method: Audience#create_audience_for_impression_based_retargeting. (PR#116)
- Add
API#get_user_interaction_statistics
. (Issue #86) - Add method: Narrowcast#send_message, Narrocast#get_narrowcast_message_status. (PR#134)
1.16
1.15
- Add an accessor to the "mode" attribute in Webhook Events. (PR #101)
See also https://developers.line.biz/en/news/2019/12/17/mode-property-for-webhook/ - Add method: get_number_of_followers. (Issue #75)
- Add
API#get_number_of_message_deliveries
. (Issue #75) - Add
API#get_friend_demographics
. (Issue #75)