Commit 2c5e69a
authored
Update module github.com/line/line-bot-sdk-go/v8 to v8.13.0 (#30)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/line/line-bot-sdk-go/v8](https://redirect.github.com/line/line-bot-sdk-go)
| `v8.12.1` -> `v8.13.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>line/line-bot-sdk-go
(github.com/line/line-bot-sdk-go/v8)</summary>
###
[`v8.13.0`](https://redirect.github.com/line/line-bot-sdk-go/releases/tag/v8.13.0):
Add includesOwnedAudienceGroups Parameter to Audience API
[Compare
Source](https://redirect.github.com/line/line-bot-sdk-go/compare/v8.12.1...v8.13.0)
<!-- Release notes generated using configuration in .github/release.yml
at master -->
#### What's Changed
- Add includesOwnedAudienceGroups Parameter to Audience API by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/line/line-bot-sdk-go/pull/577](https://redirect.github.com/line/line-bot-sdk-go/pull/577)
<!-- PR-START line/line-openapi#105 -->
##### 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
- [Get List of Shared
Audiences](https://developers.line.biz/en/reference/messaging-api/#get-shared-audience-list)
- [Removed
Endpoints](https://developers.line.biz/en/news/2025/03/26/cross-targeting-closing/)
For more information, please refer to the links provided above.
(original PR is
[https://github.com/line/line-openapi/pull/105](https://redirect.github.com/line/line-openapi/pull/105))
<!-- PR-END line/line-openapi#105 -->
##### line-openapi updates
- Add type as required property in source object of webhook by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/line/line-bot-sdk-go/pull/572](https://redirect.github.com/line/line-bot-sdk-go/pull/572)
- chore(deps): update line-openapi digest to
[`954b163`](https://redirect.github.com/line/line-bot-sdk-go/commit/954b163)
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/566](https://redirect.github.com/line/line-bot-sdk-go/pull/566)
- chore(deps): update line-openapi digest to
[`0e669d0`](https://redirect.github.com/line/line-bot-sdk-go/commit/0e669d0)
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/568](https://redirect.github.com/line/line-bot-sdk-go/pull/568)
- chore(deps): update line-openapi digest to
[`31fa3c7`](https://redirect.github.com/line/line-bot-sdk-go/commit/31fa3c7)
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/571](https://redirect.github.com/line/line-bot-sdk-go/pull/571)
##### Dependency updates
- chore(deps): update suzuki-shunsuke/pinact-action action to v0.2.2 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/563](https://redirect.github.com/line/line-bot-sdk-go/pull/563)
- chore(deps): update suzuki-shunsuke/pinact-action action to v1 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/564](https://redirect.github.com/line/line-bot-sdk-go/pull/564)
- chore(deps): update dependency
org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/565](https://redirect.github.com/line/line-bot-sdk-go/pull/565)
- fix(deps): update dependency io.pebbletemplates:pebble to v3.2.4 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/567](https://redirect.github.com/line/line-bot-sdk-go/pull/567)
- chore(deps): update junit5 monorepo to v5.12.2 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/575](https://redirect.github.com/line/line-bot-sdk-go/pull/575)
- chore(deps): update actions/setup-node action to v4.4.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/line/line-bot-sdk-go/pull/576](https://redirect.github.com/line/line-bot-sdk-go/pull/576)
##### Other Changes
- Skip creating PR when only git submodule is updated by
[@​Yang-33](https://redirect.github.com/Yang-33) in
[https://github.com/line/line-bot-sdk-go/pull/562](https://redirect.github.com/line/line-bot-sdk-go/pull/562)
- Require more jobs in merge queue by
[@​Yang-33](https://redirect.github.com/Yang-33) in
[https://github.com/line/line-bot-sdk-go/pull/570](https://redirect.github.com/line/line-bot-sdk-go/pull/570)
- Do not create another auto PR when a job runs for PR by
[@​Yang-33](https://redirect.github.com/Yang-33) in
[https://github.com/line/line-bot-sdk-go/pull/573](https://redirect.github.com/line/line-bot-sdk-go/pull/573)
- Do not create another auto PR when a job runs for PR or merge queue by
[@​Yang-33](https://redirect.github.com/Yang-33) in
[https://github.com/line/line-bot-sdk-go/pull/574](https://redirect.github.com/line/line-bot-sdk-go/pull/574)
- Drop Go 1.22 and support 1.24 by
[@​mokuzon](https://redirect.github.com/mokuzon) in
[https://github.com/line/line-bot-sdk-go/pull/578](https://redirect.github.com/line/line-bot-sdk-go/pull/578)
**Full Changelog**:
line/line-bot-sdk-go@v8.12.1...v8.13.0
***
This release is prepared by
[@​eucyt](https://redirect.github.com/eucyt)
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/shusann01116/recipena).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d289716 commit 2c5e69a
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments