Releases: line/line-bot-sdk-go
v8.10.0 Bot mention
What's Changed
Support bot mention features:
- https://developers.line.biz/ja/news/2024/10/30/messaging-api-webhook/
- https://developers.line.biz/ja/news/2024/10/30/text-message-v2/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #494
- Codes are generated by openapi generator by @github-actions in #501
Dependency updates
- chore(deps): update junit5 monorepo to v5.11.1 by @renovate in #484
- chore(deps): update junit5 monorepo to v5.11.2 by @renovate in #485
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.1 by @renovate in #486
- chore(deps): update actions/checkout digest to eef6144 by @renovate in #487
- fix(deps): update dependency org.openapitools:openapi-generator to v7.9.0 by @renovate in #488
- chore(deps): update junit5 monorepo to v5.11.3 by @renovate in #492
- chore(deps): update actions/checkout digest to 11bd719 by @renovate in #493
- chore(deps): update line-openapi digest to 62e345e by @renovate in #495
Other Changes
- Fixed handling errors in the wrong place in example by @oneplus1000 in #481
- Fix README by @178inaba in #483
- Fix bug: integer cannot be null by @habara-k in #496
- Ignore empty string for query parameter by @habara-k in #497
- Ignore empty string for optional args by @habara-k in #498
New Contributors
- @oneplus1000 made their first contribution in #481
- @178inaba made their first contribution in #483
- @habara-k made their first contribution in #496
Full Changelog: v8.9.0...v8.10.0
v8.9.0 New age groups in Insight
What's Changed
In the Messaging API, we've added the following values as the percentage of each age group of your LINE Official Account's friends that you can get by using the Get friend demographics endpoint:
from50to54
from55to59
from60to64
from65to69
from70
Previously, we've aggregated the percentage of friends who are 50 and older as a single value, from50. With this change, you can now get statistics on the percentage of friends between the ages of 50 and 70.
We'll continue to include from50 in the response as a value that aggregates the percentage of friends who are 50 and older.
News: https://developers.line.biz/en/news/2024/09/05/age-percentage-subdivision/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #478
- Codes are generated by openapi generator by @github-actions in #480
Dependency updates
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.0 by @renovate in #479
Other Changes
Full Changelog: v8.8.0...v8.9.0
v8.8.0 New age groups in Narrowcast
What's Changed
In the Messaging API, we've added the following values as conditions for filtering the age range of recipients in the demographic filter objects of narrowcast messages:
age_55
age_60
age_65
age_70
Until now, the upper limit was age_50
, so it wasn't possible to filter ages over 50 in detail. By specifying the added age ranges, you can now filter recipients more flexibly than before.
news: https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #476
Dependency updates
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.2 by @renovate in #461
- chore(deps): update junit5 monorepo to v5.10.3 by @renovate in #462
- fix(deps): update dependency org.openapitools:openapi-generator to v7.7.0 by @renovate in #463
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.1 by @renovate in #465
- chore(deps): update junit5 monorepo to v5.11.0 by @renovate in #470
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0 by @renovate in #472
- fix(deps): update dependency org.openapitools:openapi-generator to v7.8.0 by @renovate in #473
Other Changes
Full Changelog: v8.7.0...v8.8.0
v8.7.0 Add `util.FindDollarSignIndexInUTF16Text`
What's Changed
New features
- Find dollar sign in a text string for adding emoji by @punkzberryz in #458
Now you can send a message with emoji easily by using this change.
line-openapi updates
- chore(deps): update line-openapi digest to c14fa72 by @renovate in #440
- Codes are generated by openapi generator by @github-actions in #444
- chore(deps): update line-openapi digest to f976f52 by @renovate in #445
Dependency updates
- fix(deps): update dependency org.openapitools:openapi-generator to v7.5.0 by @renovate in #438
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.1 by @renovate in #439
- chore(deps): update actions/checkout digest to 1d96c77 by @renovate in #441
- chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.3 by @renovate in #442
- chore(deps): update actions/checkout digest to 0ad4b8f by @renovate in #443
- chore(deps): update actions/checkout digest to 44c2b7a by @renovate in #447
- chore(deps): update actions/checkout digest to 0ad4b8f by @renovate in #448
- chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.0 by @renovate in #449
- chore(deps): update actions/checkout digest to a5ac7e5 by @renovate in #450
- fix(deps): update dependency org.openapitools:openapi-generator to v7.6.0 by @renovate in #451
- chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.5.0 by @renovate in #452
- chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.6.0 by @renovate in #453
- chore(deps): update actions/checkout digest to 692973e by @renovate in #455
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.0 by @renovate in #457
New Contributors
- @punkzberryz made their first contribution in #458
Full Changelog: v8.6.0...v8.7.0
v8.6.0 Loading animation
What's Changed
In the Messaging API, we've added a new endpoint that allows you to display a loading animation. After your LINE Official Account receives a message from a user, the response may takes some time due to message preparation or reservation processing. In such cases, you can visually tell the user that you want them to wait by displaying a loading animation.
news: https://developers.line.biz/en/news/2024/04/17/loading-indicator/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #437
Dependency updates
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.0 by @renovate in #436
Full Changelog: v8.5.0...v8.6.0
v8.5.0 Membership API
What's Changed
We're excited to announce that the Membership API is now available in the Messaging API.
With this update, our SDK also supports the use of this API. For more details, check out the announcement: https://developers.line.biz/en/news/2024/03/28/re-release-endpoints-for-membership
line-openapi updates
- chore(deps): update line-openapi digest to 4c9ddf3 by @renovate in #424
- chore(deps): update line-openapi digest to 1ca4640 by @renovate in #433
- Codes are generated by openapi generator by @github-actions in #434
Dependency updates
- fix(deps): update dependency org.openapitools:openapi-generator to v7.3.0 by @renovate in #425
- chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2 by @renovate in #428
- fix(deps): update dependency org.openapitools:openapi-generator to v7.4.0 by @renovate in #430
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 by @renovate in #431
Other Changes
- bugfix: can't add multiple query-params by @mekpavit in #417
- Fix: Correctly handle ErrInvalidSignature comparison by @easonchill in #429
- Remove unnecessary urls from README by @Yang-33 in #432
New Contributors
- @easonchill made their first contribution in #429
Full Changelog: v8.4.0...v8.5.0
v8.4.0
What's Changed
line-openapi updates
In the Messaging API, you can now determine whether a user has added your LINE Official Account as a friend or unblocked by a webhook follow event.
- Codes are generated by openapi generator by @github-actions in #423
Full Changelog: v8.3.1...v8.4.0
v8.3.1
What's Changed
In the Messaging API, we've added the clipboard action for users to copy text to the clipboard. This new feature allows users to more easily copy coupon codes and other text.
news: https://developers.line.biz/en/news/2024/02/05/messaging-api-updated/
Note only the latest app(version >= 14.0.0
) supports this feature. Please update your LINE app to try this feature.
I made a mistake in the release procedure. In the version before the correction, you cannot use the clipboard action. (in https://github.com/line/line-bot-sdk-go/releases/tag/v8.3.0)
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #421
Full Changelog: v8.3.0...v8.3.1
v8.3.0
What's Changed
In the Messaging API, we've added the clipboard action for users to copy text to the clipboard. This new feature allows users to more easily copy coupon codes and other text.
news: https://developers.line.biz/en/news/2024/02/05/messaging-api-updated/
Note only the latest app(version >= 14.0.0
) supports this feature. Please update your LINE app to try this feature.
line-openapi updates
Dependency updates
Other Changes
Full Changelog: v8.2.1...v8.3.0
v8.2.1
What's Changed
There was a bug about numeral string like limit
in MessagingApiAPI.GetFollowers(start, limit)
. From this version, it's fixed.
Bug fix
line-openapi updates
Dependency updates
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 by @renovate in #414
New Contributors
Full Changelog: v8.2.0...v8.2.1