Releases: line/line-bot-sdk-python
Releases · line/line-bot-sdk-python
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#broadcast
returnsBroadcastResponse
object which containsrequest_id
property
- Update
LineBotApiError
(#218)- new properties
request_id
andheaders
- 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
Release 1.11.0
Release 1.10.0
Release 1.9.0
New Features
- Add notificationDisabled to send message APIs (#164)
- Add ThingsEvent, for things-compatible device link/unlink event (#153)
- Implement play videos in imagemap messages (#134)
- Enhanced Messaging API features after redesign (04/18) (#163)
- Support memberJoined/memberLeft event (#148)
Bug fixes
- None
Trivial fixes