Skip to content

Releases: line/line-bot-sdk-python

3.1.0

06 Jul 02:13
b3c174d
Compare
Choose a tag to compare

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

  • @taikis made their first contribution in #476
  • @github-actions made their first contribution in #482

Full Changelog: 3.0.3...3.1.0

3.0.3

03 Jul 07:27
18e5ca6
Compare
Choose a tag to compare

What's Changed

  • Include all packages in linebot directory and release as 3.0.3 by @Yang-33 in #459

Full Changelog: 3.0.2...3.0.3

3.0.2

03 Jul 04:58
153e951
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.2

3.0.1

03 Jul 03:46
c9aa518
Compare
Choose a tag to compare

(since it failed to upload library to pypi.org)

3.0.0

03 Jul 03:42
c9aa518
Compare
Choose a tag to compare

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

30 Jun 01:47
3e5d4b6
Compare
Choose a tag to compare

What's Changed

Release 2.4.2

13 Mar 02:42
8c0f9d6
Compare
Choose a tag to compare

Release 2.4.1

Release 2.3.0

15 Jun 02:54
842b8ab
Compare
Choose a tag to compare

What's Changed

Release 2.2.1

28 Mar 06:47
009e074
Compare
Choose a tag to compare

Features

Example