Skip to content

Releases: line/line-bot-sdk-nodejs

v7.4.0

07 Sep 05:05
e096fe2

Choose a tag to compare

Feature

  • Add support of redelivery object (#288)
  • add richmenu alias api (#292)
  • add richmenu switch action type (#293,#294)
  • Add Emojis in text messages (#295)

Misc

  • misc: fix github changelog workflow
  • update dependencies by using npm update (#276, #279)
  • feat: Get follower ids (#278)
  • update example dependencies (#285)
  • Update comment to reflect URI action can be used with quick reply (#289)
  • Update comments in types to reflect doc changes (#296)

v7.3.0

26 Apr 07:11
e392863

Choose a tag to compare

Feature

  • Support Flex Message Update 2 (#271)
  • Messaging API - January 2021 update (#277)

Misc

v7.2.0

15 Dec 11:06
e2ffe1a

Choose a tag to compare

Feature

  • Messaging API - December 2020 update (#268)
  • Messaging API - October 2020 update (#261)(#264)
  • update some Flex Message Update 2 (#265)

Misc

  • Update dependencies (#267)

v7.1.0

23 Sep 04:58
d736239

Choose a tag to compare

Feature

  • Messaging API - August 2020 update (#240)(#251)(#258)
  • Messaging API - September 2020 update (#248)
  • Add Video viewing complete event (#241)
  • Channel access token v2.1 support key id (#231)
  • OAuth API v2.1 endpoint change (#233)

Bug fix

  • Accept label in richmenu area actions (#246)
  • Update dependencies & fix format (#234)(#236)(#238)(#243)(#250)
  • fix: fix createUploadAudienceGroup & updateUploadAudienceGroup API doc (#249)

Misc

  • Add Release CI & change release flow (#256)
  • Add: build doc github workflow

v7.0.0

15 Jun 05:05
a7349db

Choose a tag to compare

Breaking Changes

  • Node.js: drop 8 & adopt 14 (#222)

Feature

  • Support Channel access token v2.1 (#223)
  • Support Messaging API update for June 2020 (#228)
  • add X-Line-Retry-Key support (#224)
  • Support emojis in text message webhook (#218)
  • narrowcast api & audience apis (#193)
  • Add support for sticon in text messages (#214)
  • Add language support for profile API (#215)
  • Support icon-nickname-switch (#207)
  • Define LINE_SIGNATURE_HTTP_HEADER_NAME (#200)
  • add docs for getUserInteractionStatistics (#195)

Bug fixs & Feature Changes

  • fix getUserInteractionStatistics (#194)
  • type fix: accept string in the aspectRatio property of flex image and flex icon (#212)

Others

  • update dependencies & rewrite to promise (#225 & #229)
  • fix vulnerabilities (#217)
  • add emoji test (#198)
  • update vuepress to 1.x (#188)

v6.8.4

19 Dec 09:48
d51c7e8

Choose a tag to compare

Bug fix

  • Fix typo in type of FriendDemographics (#177)
  • Add label property to ImageMapAction type (#187)

Feature

  • Change data api's domain to api-data.line.me (#178)
  • Add getUserInteractionStatistics API (#183)
  • Add new properties in webhook types (#182)

Misc

  • Rewrite test in nock (#179)
  • Update dependencies (#180)

v6.8.3

04 Nov 23:36
000f681

Choose a tag to compare

Bug fix

  • Add exception handler in middleware (#153)

Feature

  • Flex Message Update 1 (#173)
  • Support friend statistics API (#161)

Misc

  • Update dependencies (#174)

v6.8.2

08 Aug 06:15
e3e98e0

Choose a tag to compare

Bug fix

  • Fix LINEThings Scenario Execution Event Types (#158)

v6.8.1

29 Jul 03:00
7f9b9de

Choose a tag to compare

Bug fix

  • Fix a type wrong in Template Message (#163)

Feature

  • Get X-LINE-Request-Id by using responseData['x-line-request-id'] (#151 #157)

v6.8.0

25 Jun 01:09
51b9c9e

Choose a tag to compare

Feature

  • Add new parameter in push/reply/multicast/broadcast API to catch up the newest bot API (#147)
  • Add new APIs in bot API (#147)
    • Get the target limit for additional messages
    • Get number of messages sent this month
    • Get number of sent broadcast messages
    • Send broadcast message

Breaking changes

  • Deprecate Node 6 and start to support Node 12 (#139)
  • Remove polyfills for Node 6 (#149)

Type

  • Add LINE Things Event (#150)

Misc

  • Update axios and other dependencies by running npm audit fix to fix vulnerabilities. (#148 #154)