Skip to content

Releases: line/line-bot-sdk-python

3.0.0

03 Jul 03:42
c9aa518

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

Choose a tag to compare

What's Changed

Release 2.4.2

13 Mar 02:42
8c0f9d6

Choose a tag to compare

Release 2.4.1

Release 2.3.0

15 Jun 02:54
842b8ab

Choose a tag to compare

What's Changed

Release 2.2.1

28 Mar 06:47
009e074

Choose a tag to compare

Features

Example

  • Add fastapi example (#342) @wasdee

Release 2.1.0

26 Jan 03:31
117e897

Choose a tag to compare

Features

Fixed

Release 2.0.1

19 Oct 08:41
f3bbeef

Choose a tag to compare

Features

Fixed

Release 1.20.0

12 Aug 03:14
79a2c15

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)

Release 1.19.0

26 Feb 15:31
78bc320

Choose a tag to compare

Features

  • Get followers ids (#320)
  • Get narrowcast message status properties to know acceptedTime and completedTime (#316)
  • Add mention property to TextMessageEvent (#312)
  • Support GitHub Actions (#318)

Fixed

  • Emojis property in Send Message (#317)
  • Emojis else statements at TextMessage