Releases: line/line-bot-sdk-go
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
v8.2.0
What's Changed
There are several keywords that can be used for the properties of Template Messages and Flex Messages.
Starting from this version, these keywords are provided. In addition to keywords, you can use strings that specify percentages or pixels, so please convert the keywords to strings if necessary. The original definitions are also written in Flex Message layout and line/line-openapi#46.
line-openapi updates
- chore(deps): update line-openapi digest to 16f6311 by @renovate in #412
- Codes are generated by openapi generator by @github-actions in #413
Full Changelog: v8.1.0...v8.2.0
v8.1.0
What's Changed
We have now added support for a Webhook (PnpDeliveryCompletionEvent
) that can be received once a message is successfully sent via PNP.
line-openapi updates
- chore(deps): update line-openapi digest to 988429c by @renovate in #406
- Codes are generated by openapi generator by @github-actions in #411
Dependency updates
- chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.5.0 by @renovate in #398
- fix(deps): update dependency io.pebbletemplates:pebble to v3.2.2 by @renovate in #399
- chore(deps): update actions/setup-python action to v5 by @renovate in #400
- chore(deps): update actions/setup-go action to v5 by @renovate in #401
- chore(deps): update actions/stale action to v9 by @renovate in #402
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3 by @renovate in #403
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.0 by @renovate in #405
- fix(deps): update dependency org.openapitools:openapi-generator to v7.2.0 by @renovate in #408
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 by @renovate in #410
Other Changes
Full Changelog: v8.0.2...v8.1.0
v8.0.2
v8.0.1
v8.0.0 - OpenAPI based
What's Changed
Starting from this version, we are generating the SDK from our OpenAPI spec. This allows us to promptly accommodate API updates. Consequently, we are considering the deprecation of the interfaces defined in version 7.x.x. Please transition to using the new OpenAPI-based APIs. Be advised that we may eliminate the earlier interfaces in future releases.
Dependency updates
Other Changes
- Bye changelog by @Yang-33 in #364
- Fix example and remove false deprecated message by @Yang-33 in #374
- Support Go 1.21 and drop 1.19 by @Yang-33 in #383
- Implement httphandler in new webhok module. by @tokuhirom in #384
Full Changelog: v7.21.0...v8.0.0
v7.21.0 Add unmarshal json for template and InputOption for RichMenuAction
What's Changed
- Add unmarshal json for template by @yoshinobc in #346
- Add InputOption for RichMenuAction by @s-aska in #358
bug fix
minors
- chore(deps): update actions/checkout action to v4 by @renovate in #354
- Fixed a small typo README.md by @IvanReyesO7 in #353
- chore: remove refs to deprecated io/ioutil by @testwill in #350
- update gihub action go matrix from 1.19 to 1.20.6 by @kkdai in #351
- Release 7.21.0 by @Yang-33 in #359
New Contributors
- @yoshinobc made their first contribution in #346
- @testwill made their first contribution in #350
- @IvanReyesO7 made their first contribution in #353
- @unnoy made their first contribution in #356
- @s-aska made their first contribution in #358
Full Changelog: v7.20.0...v7.21.0