Releases: fadhiilrachman/line-py
Releases · fadhiilrachman/line-py
v3.0.8
v3.0.7
2018.01.15
- Support Thrift version 0.11.0
- Not support for Python 2.x, please upgrade your Python 2.x to Python 3.x (Recommended 3.6)
- Rename LineClient instance as LINE instance
- Rename LinePoll instance as OEPoll instance
- LineTimeline, LineCall, LineAuth, LineTalk, LineChannel renamed without 'Line'
- LineTimeline merged to LINE instance
- Add new sendPostToTalk, getGroupIdsByName, getCompactGroup, updateGroupPreferenceAttribute (thanks to Dosugamea)
- Some several bug fixed
- Implement new feature in LINE Square
View change log from here
v2.0.2
v1.9.5
2018.01.07
- Now you can update profile cover with updateProfileCover() and updateProfileCoverById() (thanks to fauzanardh)
- Fix several bugs
- Improve LineObject and LineServer
- Improve SquareService
View change log from here
v1.9.4
v1.8.5
v1.7.4
2017.11.24
- Implement singleTrace() for Long polling operations
- Add new examples: BOT for group and single trace
- Implement LineTimeline with new several function
- Implement LineObject with merge several function from LineModels
- Now you can send GIF image with sendGIF() and sendGIFWithURL() (thanks to Dosugamea)
- You can add optional AppName or PhoneName from instance LineClient
View change log from here