Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Releases: line/line-bot-sdk-perl

1.21

17 Sep 01:09
Compare
Choose a tag to compare

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

09 Apr 09:33
Compare
Choose a tag to compare
  • 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

22 Jan 08:24
Compare
Choose a tag to compare

1.19 2021-01-22 17:01:55 JST

1.18

12 Oct 04:00
Compare
Choose a tag to compare
  • 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

30 Jun 05:57
Compare
Choose a tag to compare
  • 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

13 Mar 08:41
Compare
Choose a tag to compare

1.15

21 Feb 08:58
Compare
Choose a tag to compare

1.14

07 Feb 08:31
Compare
Choose a tag to compare

1.13

20 Dec 07:35
Compare
Choose a tag to compare

1.12

11 Nov 00:54
Compare
Choose a tag to compare
  • Add the FlexMessage object builder that can take the result of "FlexMessage Simulator". See LINE::Bot::API::Builder::FlexMessage
  • Add an method for uploading background image for a RichMenu: API#upload_rich_menu_image (PR #84)