Skip to content

v9.3.0 New age groups in Narrowcast

Compare
Choose a tag to compare
@Yang-33 Yang-33 released this 26 Aug 02:28
· 78 commits to master since this release
52850b1

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