Update module github.com/line/line-bot-sdk-go/v8 to v8.13.0 #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v8.12.1->v8.13.0Release Notes
line/line-bot-sdk-go (github.com/line/line-bot-sdk-go/v8)
v8.13.0: Add includesOwnedAudienceGroups Parameter to Audience APICompare Source
What's Changed
Enhancement to Shared Audiences API
Support a new query parameter
includesOwnedAudienceGroupsto theclient.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
includesOwnedAudienceGroupsparameter to the API endpoint.true: Include audience groups owned by the LINE Official Account Manager.false: Respond only with audience groups shared by Business Manager.Remove deprecated API
/v2/bot/audienceGroup/{audienceGroupId}/activateand/v2/bot/audienceGroup/authorityLevelendpoints.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
954b163by @renovate in https://github.com/line/line-bot-sdk-go/pull/5660e669d0by @renovate in https://github.com/line/line-bot-sdk-go/pull/56831fa3c7by @renovate in https://github.com/line/line-bot-sdk-go/pull/571Dependency updates
Other Changes
Full Changelog: line/line-bot-sdk-go@v8.12.1...v8.13.0
This release is prepared by @eucyt
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.