Download Latest Version v9.8.0 Allow setting a custom EventListener in ApiClientBuilder source code.tar.gz (3.8 MB)
Email in envelope

Get an email when there's a new version of LINE Messaging API SDK for Java

Home / v9.7.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-04-22 4.4 kB
v9.7.0 Add includesOwnedAudienceGroups Parameter to Audience API source code.tar.gz 2025-04-22 3.8 MB
v9.7.0 Add includesOwnedAudienceGroups Parameter to Audience API source code.zip 2025-04-22 4.5 MB
Totals: 3 Items   8.2 MB 0

What's Changed

Enhancement to Shared Audiences API

Support a new query parameter includesOwnedAudienceGroups to the client.getSharedAudienceGroups (GET /v2/bot/audienceGroup/shared/list). This enhancement allows users to specify whether to include audience groups owned by the user in the response. It is especially useful for users who manage both shared and owned audience groups.

Specifications

  • Added the includesOwnedAudienceGroups parameter to the API endpoint.
  • Type: Boolean
  • Default: false
  • Description:
    • true: Include audience groups owned by the LINE Official Account Manager.
    • false: Respond only with audience groups shared by Business Manager.

Remove deprecated API

  • Removed the /v2/bot/audienceGroup/{audienceGroupId}/activate and /v2/bot/audienceGroup/authorityLevel endpoints.

Documents and Reference

For more information, please refer to the links provided above.

(original PR is https://github.com/line/line-openapi/pull/105)

line-openapi updates

Dependency updates

Other Changes

New Contributors

Full Changelog: https://github.com/line/line-bot-sdk-java/compare/v9.6.1...v9.7.0


This release is prepared by @eucyt

Source: README.md, updated 2025-04-22