Skip to content

Releases: line/line-bot-sdk-python

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

Release 2.1.0

26 Jan 03:31
117e897
Compare
Choose a tag to compare

Features

Fixed

Release 2.0.1

19 Oct 08:41
f3bbeef
Compare
Choose a tag to compare

Features

Fixed

Release 1.20.0

12 Aug 03:14
79a2c15
Compare
Choose a tag to compare

Features

  • Add example code for emojis (#333)
  • Support Rich menu alias APIs (#332)
  • Integration for Audience Group management (#250)

Fixed

  • Upgrade to GitHub-native Dependabot (#327)
  • Update README.rst about emoji description (#326)
  • Fix emoji list typo (#330)