Releases: line/line-bot-sdk-python
Releases · line/line-bot-sdk-python
Release 1.18.0
- Support Unsend & Video play complete event (#284)
- Support Limit upToRemainingQuota property (#290)
- Support get bot info (#301)
- Support Narrowcast Redelivery object (#293)
- Support webhook setting APIs (#300)
- Support Flex Message update 2 (#303)
- feat: add Background model
- feat: support justifyContent and alignItem
- update: spacer has been discontinued
- feat: support background model
- test: remove Spacer test case & establish background test cases
- Support sticker message keywords (#305)
Release 1.17.0
New features
- Support icon-nickname-switch (#248)
- Support LINE emoji in messages (#255)
- Support Get user's language (#256)
- Support get group summary, count and room count API (#271, #272)
- Support emoji length and X-Line-Retry-key (#270)
- Support python3.8
- Improve
@handler.add(#259, #276)
See also the milestone
Release 1.16.0
New Features
- Support Narrowcast API (#241)
- Support stickerResourceType property added to sticker message webhook event (#229)
- Support mode property added to webhook event (#233)
Release 1.15.0
New Features
- Support new Messaging API endpoints for friend statistics (#216)
- Change domain name for some APIs to api-data.line.me (#221, #222)
- Update
LineBotApi#broadcast(#223)LineBotApi#broadcastreturnsBroadcastResponseobject which containsrequest_idproperty
- Update
LineBotApiError(#218)- new properties
request_idandheaders
- new properties
Release 1.14.0
New Features
- Support Flex Message Update 1 (#205)
Release 1.13.0
Release 1.12.1
Trivial fixes
- Fix Webhook.parser (#186)
Release 1.12.0
New Features
- Support LINE Things scenario execution event (#176)
- Support the following APIs (#183, #184)
- Get number of sent push messages
/v2/bot/message/delivery/push - Get number of sent multicast messages
/v2/bot/message/delivery/multicast - Get number of sent reply messages
/v2/bot/message/delivery/reply
- Get number of sent push messages
- Add fields:
Bug fixes
- None
Trivial fixes
- None
Dependencies
- Sphinx >= 2