Skip to content

v3.17.0 Add includesOwnedAudienceGroups Parameter to Audience API

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

What's Changed

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

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

  • Add type as required property in source object of webhook by @github-actions in #797
  • chore(deps): update line-openapi digest to 954b163 by @renovate in #789
  • chore(deps): update line-openapi digest to 0e669d0 by @renovate in #791
  • chore(deps): update line-openapi digest to 31fa3c7 by @renovate in #795

Dependency updates

  • chore(deps): update dependency tox to v4.25.0 by @renovate in #783
  • chore(deps): update suzuki-shunsuke/pinact-action action to v0.2.2 by @renovate in #785
  • chore(deps): update suzuki-shunsuke/pinact-action action to v1 by @renovate in #786
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 by @renovate in #787
  • chore(deps): update dependency pytest-cov to v6.1.0 by @renovate in #788
  • chore(deps): update dependency pytest-cov to v6.1.1 by @renovate in #792
  • chore(deps): update dependency wheel to v0.46.1 by @renovate in #796
  • chore(deps): update actions/setup-node action to v4.4.0 by @renovate in #799

Other Changes

  • Skip creating PR when only git submodule is updated by @Yang-33 in #784
  • Remove deprecated link by @eucyt in #790
  • Require more jobs in merge queue by @Yang-33 in #793
  • Do not create another auto PR when a job runs for PR or merge queue by @Yang-33 in #798

Full Changelog: v3.16.3...v3.17.0


This release is prepared by @eucyt