Skip to content

v9.7.0 Add includesOwnedAudienceGroups Parameter to Audience API

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 07:56
· 43 commits to master since this release
bbd3c5a

What's Changed

  • Add includesOwnedAudienceGroups Parameter to Audience API by @github-actions in #1602

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 line/line-openapi#105)

line-openapi updates

  • chore(deps): update line-openapi digest to 954b163 by @renovate in #1586
  • chore(deps): update line-openapi digest to 0e669d0 by @renovate in #1590
  • chore(deps): update line-openapi digest to 31fa3c7 by @renovate in #1593
  • chore(deps): update line-openapi digest to 2f38058 by @renovate in #1597

Dependency updates

  • chore(deps): update suzuki-shunsuke/pinact-action action to v0.2.2 by @renovate in #1583
  • chore(deps): update suzuki-shunsuke/pinact-action action to v1 by @renovate in #1584
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 by @renovate in #1585
  • fix(deps): update dependency io.pebbletemplates:pebble to v3.2.4 by @renovate in #1587
  • fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.1 by @renovate in #1589
  • fix(deps): update dependency org.mockito:mockito-core to v5.17.0 by @renovate in #1591
  • fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.2 by @renovate in #1595
  • chore(deps): update actions/setup-java action to v4.7.1 by @renovate in #1596
  • chore(deps): update actions/setup-node action to v4.4.0 by @renovate in #1599

Other Changes

  • Skip creating PR when only git submodule is updated by @Yang-33 in #1582
  • Remove deprecated link by @eucyt in #1588
  • Require more jobs in merge queue by @Yang-33 in #1592
  • Do not create another auto PR when a job runs for PR or merge queue by @Yang-33 in #1598
  • Remove audience group authority level test for cross targeting sunset by @asari-mtr in #1600
  • Remove unused audience group activation and authority level tests by @asari-mtr in #1601

New Contributors

Full Changelog: v9.6.1...v9.7.0


This release is prepared by @eucyt