Skip to content

Releases: line/line-bot-sdk-go

v8.7.0 Add `util.FindDollarSignIndexInUTF16Text`

19 Jun 03:57
Compare
Choose a tag to compare

What's Changed

New features

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

Full Changelog: v8.6.0...v8.7.0

v8.6.0 Loading animation

17 Apr 08:50
Compare
Choose a tag to compare

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/

loading-animation 7aad3d6c

line/line-openapi#54

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

03 Apr 05:40
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v8.4.0...v8.5.0

v8.4.0

06 Feb 06:06
Compare
Choose a tag to compare

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.

News: https://developers.line.biz/en/news/2024/02/06/add-friends-and-unblock-friends-can-now-be-determined-by-webhook/

  • Codes are generated by openapi generator by @github-actions in #423

Full Changelog: v8.3.1...v8.4.0

v8.3.1

05 Feb 08:40
Compare
Choose a tag to compare

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

05 Feb 08:31
Compare
Choose a tag to compare

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

  • chore(deps): update line-openapi digest to 1b317ff by @renovate in #420

Dependency updates

  • chore(deps): update junit5 monorepo to v5.10.2 by @renovate in #418

Other Changes

  • Use the latest submodules when generating code is hooked by @Yang-33 in #419

Full Changelog: v8.2.1...v8.3.0

v8.2.1

22 Jan 03:32
Compare
Choose a tag to compare

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

  • bugfix: int32 is converted to incorrect string by @mekpavit in #416

line-openapi updates

  • chore(deps): update line-openapi digest to 310a504 by @renovate in #415

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

27 Dec 07:23
Compare
Choose a tag to compare

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

25 Dec 04:32
Compare
Choose a tag to compare

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

  • feat: Add Limit Query Parameter to Get Follower Ids by @unnoy in #363

Full Changelog: v8.0.2...v8.1.0

v8.0.2

22 Nov 14:36
Compare
Choose a tag to compare

What's Changed

  • Modify endpoint URL generation in Url function by @Yang-33 in #397

Full Changelog: v8.0.1...v8.0.2