Releases: line/line-bot-sdk-python
Releases · line/line-bot-sdk-python
Release 2.4.1
What's Changed
- Add validate rich menu object API @intactio
- Configure Renovate
- rename: test_channel_access_token_v2_1.py @nanato12
- Fix CI failure ( @Yang-33
- Add to README abaut default_action @wanwan0622
- change default argument list to None @kenta-takeuchi
- Add an argument animated to ImageComponent @kcvlex
Updated
- Fixed typo of validate rich menu object API code in README @intactio
- Bump black from 22.3.0 to 22.6.0
- Bump black from 22.6.0 to 22.8.0
- Update actions/checkout action to v3
- Update actions/setup-python action to v4
- Update dependency aiohttp to v3.8.3
- Bump black from 22.8.0 to 22.10.0
- Bump black from 22.10.0 to 22.12.0
Release 2.3.0
Release 2.2.1
Release 2.1.0
Features
- Support message sticker type and update followers ids API (#369) @louis70109
- add rich menu sample code (#346) @4geru
Fixed
- add module name RichMenuAlias to rich_menu import (#355) @TF-Takishita
- fix aiohttp error handling (#364) @yoshiya0503
- Fix: RST document format error (#357) @louis70109
Release 2.0.1
Features
- Add ImageSet. (#343) @clsung
- Implement experimental asyncio support #101 (#340) @tokuhirom
- Official required version is Python 3.6+ (#341) @tokuhirom
Fixed
- Remove unnecessary decode (#336) @twbabyduck
- require RichMenuSwitchAction in linebot/models (#337) @4geru
Release 1.20.0
Release 1.19.0
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)