Skip to content

Releases: line/line-bot-sdk-go

Update version to 7.15.0 Add webhook redelivery support.

29 Apr 09:21
ea24cc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.14.0...v7.15.0

Update version to 7.14.0 to support Flex Message V3

18 Mar 02:00
f1daf67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.13.0...v7.14.0

Update version to 7.13.0, Add support for Audience Managing API

24 Feb 04:29
0b73843
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.12.1...v7.13.0

Update version to v7.12.1 for Sticker text bug fix.

08 Feb 13:04
c7bd560
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.12.0...v7.12.1

Update version to v7.12.0

25 Jan 04:00
e9adbe9
Compare
Choose a tag to compare

What's Changed

  • add border width for box component by @peamcc in #294
  • Use t.Fatal instead of t.Error on checking nil response by @wingyplus in #296
  • Update CI to support up to Go v1.17 by @wingyplus in #297
  • Messaging API Update - November 2021 - Support text enter sticker msg. by @kkdai in #298
  • Update version to v7.12.0 by @kkdai in #299

New Contributors

  • @peamcc made their first contribution in #294
  • @wingyplus made their first contribution in #296

Full Changelog: v7.11.0...v7.12.0

Update version to v7.11.0 for Messaging API Sep update.

14 Oct 02:15
f8b2c19
Compare
Choose a tag to compare
  • Support imageSet fields in webhook event. #288(@clsung )

  • Add contentProvider properties for image, audio, video. [#109] #144(@clsung )

v7.10.1

14 Sep 08:50
089118a
Compare
Choose a tag to compare

Update version to v7.10.0 for Messaging API June update and bug fix.

30 Jun 04:44
81a4a47
Compare
Choose a tag to compare
  • Messaging API 2021 June: Add rich menu alias function call. #267 (@clsung )
  • Fix wrong constant type & other fixes. #278 (@54m )
  • use boolean for Active in WebhookInfoResponse. #276 (@hiro-ogawa)

v7.9.1

08 Apr 09:30
9047ed5
Compare
Choose a tag to compare

upgrade major version to v7 for meets the specification of go module #273 (@wys1203 )

v7.9.0

31 Mar 08:32
22cd2d5
Compare
Choose a tag to compare

Flex Message Update 2 - 1 #234 (@hinoguma)
chore: reformat the source code #254 (@appleboy )
support multiple type to hero #256 (@ryota-sakamoto )
Partner API: Add get-follower-ids-api #255 (@hinoguma )
support postback type fields in richmenu action. #259 (@EthanChouTW )
Add generic request method. #258 (@tokuhirom )
Drop golang 1.10 support. #263 (@tokuhirom)
Enable go mod. #264 (@tokuhirom)
Drop appengine example in the repo. #266 (@tokuhirom)
Messaging API 2021 March: Add URI action support to quick reply. #267 (@clsung )
Drop travis-ci. #268 (@tokuhirom )
Support Flex Message Update 2-3: add background props to BoxComponent. #234 (@hinoguma )