Releases: line/line-bot-sdk-python
3.1.0
What's Changed
Changes are based on
and some libraries are upgraded internally.
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0 by @renovate in #454
- chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.3.0 by @renovate in #455
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v2.6 by @renovate in #457
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v2.22.2 by @renovate in #458
- chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.4.0 by @renovate in #460
- fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.8 by @renovate in #461
- chore(deps): update dependency pydantic to v2 by @renovate in #465
- fix(deps): update dependency org.openapitools:openapi-generator to v6.6.0 by @renovate in #462
- Revert "chore(deps): update dependency pydantic to v2" by @Yang-33 in #466
- Run generate command in CI by @Yang-33 in #467
- Open pull request automatically when line-openapi is updated by @Yang-33 in #448
- chore(deps): update line-openapi digest to a9948db by @renovate in #469
- Make the Message attribute names align with the original json by @o926428377 in #252
- chore(deps): update line-openapi digest to dc32b4d by @renovate in #474
- Fix brackets position in README by @taikis in #476
- Create workflow to update minor version by @Yang-33 in #479
- Modify workflow to bump up version by @Yang-33 in #480
- chore(deps): update line-openapi digest to fbebc86 by @renovate in #481
- Bump version to 3.1.0 by @github-actions in #482
New Contributors
Full Changelog: 3.0.3...3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
What's Changed
Version 3.x
LINE's SDK developer team decided to generate SDK code based on OpenAPI spec. (files are in https://github.com/line/line-openapi.)
As a result, LINE bot sdk 3.x
is not compatible with 2.x
. It can follow the future API changes very quickly.
We will be maintaining only linebot.v3
going forward. To utilize the latest features, we recommend you gradually transition to linebot.v3
modules in your application, although you can still continue to use the old linebot
modules.
While we won't update old linebot
modules anymore, users can still continue to use the version 2.x
linebot modules.
We also welcome pull requests for the version 2.x
and 3.x
modules.
Full Changelog: v2.4.3...3.0.0
2.4.3
Release 2.4.2
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