Skip to content

v8.8.0 New age groups in Narrowcast

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

What's Changed

#476

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

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

Dependency updates

  • chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.2 by @renovate in #461
  • chore(deps): update junit5 monorepo to v5.10.3 by @renovate in #462
  • fix(deps): update dependency org.openapitools:openapi-generator to v7.7.0 by @renovate in #463
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.1 by @renovate in #465
  • chore(deps): update junit5 monorepo to v5.11.0 by @renovate in #470
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0 by @renovate in #472
  • fix(deps): update dependency org.openapitools:openapi-generator to v7.8.0 by @renovate in #473

Other Changes

Full Changelog: v8.7.0...v8.8.0