Releases: line/line-bot-sdk-nodejs
Releases · line/line-bot-sdk-nodejs
v6.8.1
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
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)
v6.7.1
Misc
- Drop Node.js 6 and add support for Node 12
- Update README file as per template
v6.7.0
Feature
- Add alt URL field to URI action (#135)
- Implement (un)linkRichMenuToMultipleUsers (#135)
Type
- Fix typo in a type (#124)
v6.6.0
Feature
- Add DeviceLinkEvent / DeviceUnlinkEvent (#123)
Type
- Fix FlexSpacer to have optional 'size' property (#122)
Misc
- Run
npm audit fix
to fix minor dependency vulnerability.
v6.5.0
Feature
- Add APIs to get number of sent messages (#116)
- Add account link event (#117)
Misc
6.4.0
Feature
- Add
getLinkToken
API (#96)
- Handle
req.rawBody
in Google Cloud Functions (#101)
- [Kitchensink] Add ngrok functionality (#99)
Type
- Add types for video in imagemap message (#100)
- Add
contentProvider
fields to content messages (#103)
- Add
destination
field to webhook request body (#102)
- Add
MemberJoinEvent
and MemberLeaveEvent
types (#107)
Misc
- Don't include doc in released source
- Upgrade TypeScript to 3.1.6 (#94)
- Refactoring (#94, #98, #99)
- Remove webhook-tester tool
v6.3.0
Feature
- Add default rich menu APIs (#87)
Type
- Add missing
defaultAction
field to TemplateColumn
Misc
- Use VuePress as documentation engine (#85)
- Upgrade minimum supported Node.js version to 6
v6.2.1
Misc
- Remove gitbook-cli from dev dependencies
v6.2.0
Type
- Add QuickReply types (#83)
- Format type comments
Misc