Skip to content

Releases: line/line-bot-sdk-nodejs

v9.4.1

08 Oct 08:30
114aaa8
Compare
Choose a tag to compare

What's Changed

unintentional "null" is removed from AudienceGroupFailedType. #994

line-openapi updates

  • Codes are generated by openapi by @github-actions in #994

Dependency updates

Other Changes

Full Changelog: v9.4.0...v9.4.1

v9.4.0 New age groups in Insight

05 Sep 03:30
99ed157
Compare
Choose a tag to compare

What's Changed

#952

In the Messaging API, we've added the following values as the percentage of each age group of your LINE Official Account's friends that you can get by using the Get friend demographics endpoint:

  • from50to54
  • from55to59
  • from60to64
  • from65to69
  • from70

Previously, we've aggregated the percentage of friends who are 50 and older as a single value, from50. With this change, you can now get statistics on the percentage of friends between the ages of 50 and 70.

We'll continue to include from50 in the response as a value that aggregates the percentage of friends who are 50 and older.

News: https://developers.line.biz/en/news/2024/09/05/age-percentage-subdivision/

line/line-openapi#68

line-openapi updates

  • Codes are generated by openapi by @github-actions in #952

Dependency updates

Other Changes

Full Changelog: v9.3.1...v9.4.0

v9.3.1

28 Aug 07:18
84478a7
Compare
Choose a tag to compare

What's Changed

  • Fix generator code for case of responses by @mokuzon in #942
    • Fixed a bug in the generator template where the field name case in the response object was incorrect

Dependency updates

  • Update line-openapi digest to 7ce8caf by @renovate in #937
  • Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.0 by @renovate in #939
  • Update dependency @types/node to v20.16.2 by @renovate in #940

New Contributors

Full Changelog: v9.3.0...v9.3.1

v9.3.0 New age groups in Narrowcast

26 Aug 02:28
52850b1
Compare
Choose a tag to compare

What's Changed

#934

In the Messaging API, we've added the following values as conditions for filtering the age range of recipients in the demographic filter objects of narrowcast messages:

  • age_55
  • age_60
  • age_65
  • age_70

Until now, the upper limit was age_50, so it wasn't possible to filter ages over 50 in detail. By specifying the added age ranges, you can now filter recipients more flexibly than before.

news: https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/

line-openapi updates

  • Update line-openapi digest to eb2bf14 by @renovate in #842
  • Codes are generated by openapi by @github-actions in #845
  • Update line-openapi digest to f976f52 by @renovate in #846
  • Codes are generated by openapi by @github-actions in #873
  • Codes are generated by openapi by @github-actions in #934

Dependency updates

Other Changes

  • Stop using doc branch to use github pages by @Yang-33 in #868
  • Replace undici's multipart/form-data parser with custom implementation in tests by @tokuhirom in #872
  • npm audit fix for examples by @tokuhirom in #877
  • Support Node.js v22 and use 20.12.2 to avoid unstable test by @Yang-33 in #863
  • Drop vite from dev dependency by @Yang-33 in #862
  • Bump braces from 3.0.2 to 3.0.3 by @dependabot in #881
  • Update dependency axios to v1.7.4 [SECURITY] by @Yang-33 in #932

Full Changelog: v9.2.2...v9.3.0

v9.2.2

07 May 14:24
2b7783d
Compare
Choose a tag to compare

What's Changed

Dependency updates

Other Changes

Full Changelog: v9.2.1...v9.2.2

v9.2.1

01 May 05:10
aa3139a
Compare
Choose a tag to compare

What's Changed

A type indicating Unknown* were defined for TypeScript but not used, so they have been removed. While this could be considered a breaking change, there should be no existing usage, so we're treating it as a bug fix.

line-openapi updates

Dependency updates

  • Update dependency org.openapitools:openapi-generator-cli to v7.5.0 by @renovate in #823
  • Update dependency msw to v2.2.14 by @renovate in #824
  • Update dependency vitepress to v1.1.3 by @renovate in #825
  • Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.1 by @renovate in #826
  • Update dependency vite to v5.2.10 by @renovate in #827
  • Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.3 by @renovate in #828
  • Update vitest monorepo to v1.5.1 by @renovate in #829
  • Update vitest monorepo to v1.5.2 by @renovate in #830
  • Update dependency vitepress to v1.1.4 by @renovate in #832
  • Update vitest monorepo to v1.5.3 by @renovate in #833

New Contributors

Full Changelog: v9.2.0...v9.2.1

v9.2.0 Loading animation

17 Apr 08:50
ed4a8d0
Compare
Choose a tag to compare

What's Changed

In the Messaging API, we've added a new endpoint that allows you to display a loading animation. After your LINE Official Account receives a message from a user, the response may takes some time due to message preparation or reservation processing. In such cases, you can visually tell the user that you want them to wait by displaying a loading animation.

news: https://developers.line.biz/en/news/2024/04/17/loading-indicator/

loading-animation 7aad3d6c

line/line-openapi#54

line-openapi updates

  • Codes are generated by openapi by @github-actions in #821

Dependency updates

Full Changelog: v9.1.0...v9.2.0

v9.1.0 Support dual package + membership API

06 Apr 15:44
043f502
Compare
Choose a tag to compare

What's Changed

[1] Support dual package

We're thrilled to announce the line/line-bot-sdk-nodejs project update to version 9.1.0! Transitioning from CommonJS (CJS) to ECMAScript Modules (ESM), we've also enhanced the library with dual package support.
Now, users can utilize the library in both CJS and ESM formats.
This pivotal upgrade boosts compatibility and flexibility across various runtime environments and tool ecosystems.

[2] Membership API

The Membership API is now available in the Messaging API. With this update, our SDK also supports the use of this API.
For more details, check out the announcement: https://developers.line.biz/en/news/2024/03/28/re-release-endpoints-for-membership

line-openapi updates

  • Update line-openapi digest to 1ca4640 by @renovate in #804
  • Codes are generated by openapi by @github-actions in #805

Dependency updates

Other Changes

Full Changelog: v9.0.4...v9.1.0

v9.0.4

28 Mar 01:21
66c9fc1
Compare
Choose a tag to compare

What's Changed

Dependency updates

Other Changes

Full Changelog: v9.0.3...v9.0.4

v9.0.3

13 Mar 07:04
a81854d
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v9.0.2...v9.0.3