diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 6ad15aec..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,555 +0,0 @@ -# Changelog - - -## [v7.21.0](https://github.com/line/line-bot-sdk-go/tree/v7.21.0) (2023-09-22) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.20.0...v7.21.0) - -**Merged pull requests:** - -- Add unmarshal json for template by @yoshinobc in https://github.com/line/line-bot-sdk-go/pull/346 -- update gihub action go matrix from 1.19 to 1.20.6 by @kkdai in https://github.com/line/line-bot-sdk-go/pull/351 -- chore: remove refs to deprecated io/ioutil by @testwill in https://github.com/line/line-bot-sdk-go/pull/350 -- Fixed a small typo README.md by @IvanReyesO7 in https://github.com/line/line-bot-sdk-go/pull/353 -- chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/line/line-bot-sdk-go/pull/354 -- fix: Use POST method for Test Webhook endpoiont by @unnoy in https://github.com/line/line-bot-sdk-go/pull/356 -- Add InputOption for RichMenuAction by @s-aska in https://github.com/line/line-bot-sdk-go/pull/358 - - -## [v7.20.0](https://github.com/line/line-bot-sdk-go/tree/v7.20.0) (2023-03-22) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.19.0...v7.20.0) - -**Merged pull requests:** - -- Update actions/setup-go action to v4. [\#342](https://github.com/line/line-bot-sdk-go/pull/342) - -- Includes @All in the mention property of the webhooks. [\#343](https://github.com/line/line-bot-sdk-go/pull/343)([Cheng-Lung Sung](https://github.com/clsung)) - -## [v7.19.0](https://github.com/line/line-bot-sdk-go/tree/v7.19.0) (2023-02-02) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.18.0...v7.19.0) - -**Merged pull requests:** - -- feat(method): verify access token method . [\#338](https://github.com/line/line-bot-sdk-go/pull/338)([blackhun11](https://github.com/blackhun11)) - -- Add liffApp properties. [\#336](https://github.com/line/line-bot-sdk-go/pull/336)([clsung](https://github.com/clsung)) - -- Make the X-Line-Signature header case-insensitive when handling in server side. [\#331](https://github.com/line/line-bot-sdk-go/pull/331)([cappyzawa](https://github.com/cappyzawa)) - -- go mod tidy. [\#330](https://github.com/line/line-bot-sdk-go/pull/330)([cappyzawa](https://github.com/cappyzawa)) - -## [v7.18.0](https://github.com/line/line-bot-sdk-go/tree/v7.18.0) (2022-11-10) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.17.0...v7.18.0) - -**Merged pull requests:** - -- Add validating message objects APIs. [\#327](https://github.com/line/line-bot-sdk-go/pull/327)([Yang-33](https://github.com/Yang-33)) - -## [v7.17.0](https://github.com/line/line-bot-sdk-go/tree/v7.17.0) (2022-09-06) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.16.0...v7.17.0) - -**Merged pull requests:** - -- chore(deps): update actions/setup-go action to v3. [\#324](https://github.com/line/line-bot-sdk-go/pull/324)([Renovate](https://github.com/apps/renovate)) - -- chore(deps): update actions/checkout action to v3. [\#322](https://github.com/line/line-bot-sdk-go/pull/322)([Renovate](https://github.com/apps/renovate)) - -- chore(deps): update module go to 1.19. [\#321](https://github.com/line/line-bot-sdk-go/pull/321)([Renovate](https://github.com/apps/renovate)) - -- Add configure for Renovate. [\#320](https://github.com/line/line-bot-sdk-go/pull/320)([Renovate](https://github.com/apps/renovate)) - -- Add support for the endpoint for validating rich menu object. [\#319](https://github.com/line/line-bot-sdk-go/pull/319)([asamuzak](https://github.com/asamuzak09)) - -## [v7.16.0](https://github.com/line/line-bot-sdk-go/tree/v7.16.0) (2022-05-18) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.15.0...v7.16.0) - -**Merged pull requests:** - -- Add two parameters to PostbackAction. [\#314](https://github.com/line/line-bot-sdk-go/pull/314)([ななといつ](https://github.com/nanato12)) - -## [v7.15.0](https://github.com/line/line-bot-sdk-go/tree/v7.15.0) (2022-04-29) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.14.0...v7.15.0) - -**Merged pull requests:** - -- add webhook redelivery. [\#311](https://github.com/line/line-bot-sdk-go/pull/311)([hinoguma](https://github.com/hinoguma)) - -## [v7.14.0](https://github.com/line/line-bot-sdk-go/tree/v7.14.0) (2022-03-18) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.13.0...v7.14.0) - -**Merged pull requests:** - -- Support VideoComponent in Flex message. [\#306](https://github.com/line/line-bot-sdk-go/pull/306)([david7482](https://github.com/david7482)) - -- Support Flex Message Update v3. [\#307](https://github.com/line/line-bot-sdk-go/pull/307)([david7482](https://github.com/david7482)) - -## [v7.13.0](https://github.com/line/line-bot-sdk-go/tree/v7.13.0) (2022-02-24) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.12.1...v7.13.0) - -**Merged pull requests:** - -- Support Audience Managing API . [\#194] [\#222](https://github.com/line/line-bot-sdk-go/pull/302)([Maxfocker](https://github.com/justdomepaul)) - -## [v7.12.1](https://github.com/line/line-bot-sdk-go/tree/v7.12.1) (2022-02-08) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.12.0...v7.12.1) - -**Merged pull requests:** - -- Fixed #298 sticker text issue, add text parameter. [\#300](https://github.com/line/line-bot-sdk-go/pull/300)([Evan Lin](https://github.com/kkdai)) - -## [v7.12.0](https://github.com/line/line-bot-sdk-go/tree/v7.12.0) (2022-01-25) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.11.0...v7.12.0) - -**Merged pull requests:** - -- Add border width for box component [\#294](https://github.com/line/line-bot-sdk-go/pull/294)([peam](https://github.com/peamcc)) - -- Use t.Fatal instead of t.Error on checking nil response. [\#296] [\#296](https://github.com/line/line-bot-sdk-go/pull/296)([Thanabodee Charoenpiriyakij](https://github.com/wingyplus)) - -- Update CI to support up to Go v1.17. [\#297] [\#297](https://github.com/line/line-bot-sdk-go/pull/297)([Thanabodee Charoenpiriyakij](https://github.com/wingyplus)) - -- Messaging API Update - November 2021 - Support text enter sticker msg. [\#295] [\#298](https://github.com/line/line-bot-sdk-go/pull/298)([Evan Lin](https://github.com/kkdai)) - -## [v7.11.0](https://github.com/line/line-bot-sdk-go/tree/v7.11.0) (2021-10-14) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.1...v7.11.0) - -**Merged pull requests:** - -- Support imageSet fields in webhook event. [\#288](https://github.com/line/line-bot-sdk-go/pull/291)([clsung](https://github.com/clsung)) - -- Add contentProvider properties for image, audio, video. [\#109] [\#144](https://github.com/line/line-bot-sdk-go/pull/292)([clsung](https://github.com/clsung)) - -## [v7.10.1](https://github.com/line/line-bot-sdk-go/tree/v7.10.1) (2021-09-14) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.10.0...v7.10.1) - -**Merged pull requests:** - -- Update README.md's build badge to GitHub Actions. [\#287](https://github.com/line/line-bot-sdk-go/pull/287)([Zhiyuan Lin](https://github.com/zhiyuan-lin)) - -- Fix #285 Support rich menu switch action [\#285](https://github.com/line/line-bot-sdk-go/pull/286)([goka](https://github.com/gotokatsuya)) - -## [v7.10.0](https://github.com/line/line-bot-sdk-go/tree/v7.10.0) (2021-06-30) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.9.1...v7.10.0) - -**Merged pull requests:** - -- Messaging API 2021 June: Add rich menu alias function call. [\#267](https://github.com/line/line-bot-sdk-go/pull/267)([clsung](https://github.com/clsung)) - -- Fix wrong constant type & other fixes. [\#278](https://github.com/line/line-bot-sdk-go/pull/278)([54m](https://github.com/54m)) - -- use boolean for Active in WebhookInfoResponse. [\#276](https://github.com/line/line-bot-sdk-go/pull/277)([Hiro Ogawa](https://github.com/hiro-ogawa)) - -## [v7.9.1](https://github.com/line/line-bot-sdk-go/tree/v7.9.1) (2021-04-08) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.9.0...v7.9.1) - -**Merged pull requests:** - -- upgrade major version to v7 for meets the specification of go module [\#273](https://github.com/line/line-bot-sdk-go/pull/273) ([stewart](https://github.com/wys1203)) - -## [v7.9.0](https://github.com/line/line-bot-sdk-go/tree/v7.9.0) (2021-03-31) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.8.0...v7.9.0) - -**Merged pull requests:** - -- Flex Message Update 2 - 1 [\#234](https://github.com/line/line-bot-sdk-go/pull/253) ([hinoguma](https://github.com/hinoguma)) - -- chore: reformat the source code [\#254](https://github.com/line/line-bot-sdk-go/pull/254)([appleboy](https://github.com/appleboy)) - -- support multiple type to hero [\#256](https://github.com/line/line-bot-sdk-go/pull/256)([ryota-sakamoto](https://github.com/ryota-sakamoto)) - -- Partner API: Add get-follower-ids-api [\#255](https://github.com/line/line-bot-sdk-go/pull/257)([hinoguma](https://github.com/hinoguma)) - -- support postback type fields in richmenu action. [\#259](https://github.com/line/line-bot-sdk-go/pull/259)([EthanChouTW](https://github.com/EthanChouTW)) - -- Add generic request method. [\#258](https://github.com/line/line-bot-sdk-go/pull/260)([tokuhirom](https://github.com/tokuhirom)) - -- Drop golang 1.10 support. [\#263](https://github.com/line/line-bot-sdk-go/pull/263)([tokuhirom](https://github.com/tokuhirom)) - -- Enable go mod. [\#264](https://github.com/line/line-bot-sdk-go/pull/264)([tokuhirom](https://github.com/tokuhirom)) - -- Drop appengine example in the repo. [\#266](https://github.com/line/line-bot-sdk-go/pull/266)([tokuhirom](https://github.com/tokuhirom)) - -- Messaging API 2021 March: Add URI action support to quick reply. [\#267](https://github.com/line/line-bot-sdk-go/pull/267)([clsung](https://github.com/clsung)) - -- Drop travis-ci. [\#268](https://github.com/line/line-bot-sdk-go/pull/268)([tokuhirom](https://github.com/tokuhirom)) - -- Support Flex Message Update 2-3: add background props to BoxComponent. [\#234](https://github.com/line/line-bot-sdk-go/pull/269)([hinoguma](https://github.com/hinoguma)) - -## [v7.8.0](https://github.com/line/line-bot-sdk-go/tree/v7.8.0) (2021-02-17) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.7.0...v7.8.0) - -**Merged pull requests:** - -- Add action props of box component and maxLines props of text component [\#174](https://github.com/line/line-bot-sdk-go/pull/231) ([hinoguma](https://github.com/hinoguma)) - -- add default action to button template and carousel template [\#211](https://github.com/line/line-bot-sdk-go/pull/243) ([hinoguma](https://github.com/hinoguma)) - -- Messaging API - December 2020 update : Add keywords property to Sticker event [\#245](https://github.com/line/line-bot-sdk-go/pull/246) ([ -Cheng-Lung Sung](https://github.com/clsung)) - -- Messaging API - January 2021 update : Add mention props for text message [\#247](https://github.com/line/line-bot-sdk-go/pull/248) ([hinoguma](https://github.com/hinoguma)) - -- Messaging API - January 2021 update : add acceptedTime and completedTime to MessagesProgressResponse [\#247](https://github.com/line/line-bot-sdk-go/pull/250) ([hinoguma](https://github.com/hinoguma)) - -## [v7.7.0](https://github.com/line/line-bot-sdk-go/tree/v7.7.0) (2020-11-27) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.6.0...v7.7.0) - -**Merged pull requests:** - -- Support Redelivery object for narrowcast messages [\#242](https://github.com/line/line-bot-sdk-go/pull/242) ([hinoguma](https://github.com/hinoguma)) - -- Messaging API - October 2020 update - Add API for set webhook endpointURL \#233 [\#241](https://github.com/line/line-bot-sdk-go/pull/241) ([hinoguma](https://github.com/hinoguma)) - -- Messaging API - October 2020 update - Add API TestWebhook \#233 [\#239](https://github.com/line/line-bot-sdk-go/pull/239) ([kkdai](https://github.com/kkdai)) - -- Messaging API - October 2020 update - Add API for webhook-info\#233 [\#238](https://github.com/line/line-bot-sdk-go/pull/238) ([Thanakorn-ki](https://github.com/Thanakorn-ki)) - -- Support message api span component in flex message \#236 [\#234](https://github.com/line/line-bot-sdk-go/pull/236) ([wei840222](https://github.com/wei840222)) - -- Messaging API - October 2020 update - Add API for get-bot-info \#233 [\#232](https://github.com/line/line-bot-sdk-go/pull/232) ([hinoguma](https://github.com/hinoguma)) - -## [v7.6.0](https://github.com/line/line-bot-sdk-go/tree/v7.6.0) (2020-09-16) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.5.0...v7.6.0) - -**Merged pull requests:** - -- Messaging API - May 2020 update [\#207](https://github.com/line/line-bot-sdk-go/pull/228) ([kkdai](https://github.com/kkdai)) - -- Messaging API - September 2020 update. \#226 [\#227](https://github.com/line/line-bot-sdk-go/pull/227) ([kkdai](https://github.com/kkdai)) - -- Update to Channel access token v2.1 apis. \#214 [\#225](https://github.com/line/line-bot-sdk-go/pull/208) ([raahii](https://github.com/raahii)) - -- Messaging API - August 2020 update. \#222 [\#223](https://github.com/line/line-bot-sdk-go/pull/223) ([clsung](https://github.com/clsung)) - -## [v7.5.0](https://github.com/line/line-bot-sdk-go/tree/v7.5.0) (2020-07-13) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.4.0...v7.5.0) - -**Merged pull requests:** - -- Update BoxComponent Properties [\#210](https://github.com/line/line-bot-sdk-go/pull/210) ([zesani](https://github.com/zesani)) - -- Fix test error by remove "omit empty" on index. \#209 [\#200](https://github.com/line/line-bot-sdk-go/pull/209) ([kkdai](https://github.com/kkdai)) - -- Messaging API - May 2020 update: webhook has emoji now. \#207 [\#208](https://github.com/line/line-bot-sdk-go/pull/208) ([clsung](https://github.com/clsung)) - -- Messaging API - June 2020 update. \#212 [\#213](https://github.com/line/line-bot-sdk-go/pull/213) ([clsung](https://github.com/clsung)) - -## [v7.4.0](https://github.com/line/line-bot-sdk-go/tree/v7.4.0) (2020-05-11) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.3.0...v7.4.0) - -**Merged pull requests:** - -- Add Latest Field of `TextComponent` \#205 [\#206](https://github.com/line/line-bot-sdk-go/pull/206) ([54mch4n](https://github.com/54mch4n)) -- Support "Channel access token v2.1" [\#203](https://github.com/line/line-bot-sdk-go/pull/203) ([clsung](https://github.com/clsung)) -- Use LINE emoji in messages [\#202](https://github.com/line/line-bot-sdk-go/pull/202) ([kkdai](https://github.com/kkdai)) -- Fix \#200 Implement for Get user's language. [\#201](https://github.com/line/line-bot-sdk-go/pull/201) ([kkdai](https://github.com/kkdai)) -- New sticker resource type "PER\_STICKER\_TEXT" [\#197](https://github.com/line/line-bot-sdk-go/pull/197) ([clsung](https://github.com/clsung)) - -## [v7.3.0](https://github.com/line/line-bot-sdk-go/tree/v7.3.0) (2020-03-23) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.2.0...v7.3.0) - -**Merged pull requests:** - -- Add sender property to Message objects. [\#196](https://github.com/line/line-bot-sdk-go/pull/196) ([clsung](https://github.com/clsung)) -- Support "Get narrowcast message status API" [\#193](https://github.com/line/line-bot-sdk-go/pull/193) ([clsung](https://github.com/clsung)) -- add flex property on filler component [\#183](https://github.com/line/line-bot-sdk-go/pull/183) ([johanavril](https://github.com/johanavril)) - -## [v7.2.0](https://github.com/line/line-bot-sdk-go/tree/v7.2.0) (2020-02-25) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.1.0...v7.2.0) - -**Merged pull requests:** - -- Support narrowcast message API [\#191](https://github.com/line/line-bot-sdk-go/pull/191) ([clsung](https://github.com/clsung)) - -## [v7.1.0](https://github.com/line/line-bot-sdk-go/tree/v7.1.0) (2020-02-07) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v7.0.0...v7.1.0) - -**Merged pull requests:** - -- Add API to get user interaction statistics [\#192](https://github.com/line/line-bot-sdk-go/pull/192) ([clsung](https://github.com/clsung)) -- Add `mode` property to API webhook event [\#189](https://github.com/line/line-bot-sdk-go/pull/189) ([clsung](https://github.com/clsung)) - -## [v7.0.0](https://github.com/line/line-bot-sdk-go/tree/v7.0.0) (2020-01-10) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v6.4.0...v7.0.0) - -**Merged pull requests:** - -- A stay event was added to beacon event [\#187](https://github.com/line/line-bot-sdk-go/pull/187) ([clsung](https://github.com/clsung)) -- add field `stickerResourceType` to sicker message [\#184](https://github.com/line/line-bot-sdk-go/pull/184) ([clsung](https://github.com/clsung)) -- Fixed declaration of FlexContainerType [\#182](https://github.com/line/line-bot-sdk-go/pull/182) ([Nazozen](https://github.com/Nazozen)) -- Switch api.line.me and api-data.line.me depending on API methods [\#181](https://github.com/line/line-bot-sdk-go/pull/181) ([oklahomer](https://github.com/oklahomer)) -- add bubble size property [\#178](https://github.com/line/line-bot-sdk-go/pull/178) ([johanavril](https://github.com/johanavril)) -- add field `label` to imagemap actions [\#176](https://github.com/line/line-bot-sdk-go/pull/176) ([TonPC64](https://github.com/TonPC64)) -- Support 07/08 Insight API. [\#172](https://github.com/line/line-bot-sdk-go/pull/172) ([kkdai](https://github.com/kkdai)) - -## [v6.4.0](https://github.com/line/line-bot-sdk-go/tree/v6.4.0) (2019-10-29) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v6.3.0...v6.4.0) - -**Implemented enhancements:** - -- Add `Issue channel access token` API [\#63](https://github.com/line/line-bot-sdk-go/pull/63) ([drillbits](https://github.com/drillbits)) - -**Merged pull requests:** - -- Add current Go versions to Travis [\#175](https://github.com/line/line-bot-sdk-go/pull/175) ([Thanakorn-ki](https://github.com/Thanakorn-ki)) -- support LINE Things scenario execution event [\#173](https://github.com/line/line-bot-sdk-go/pull/173) ([nasa9084](https://github.com/nasa9084)) -- Fix \#156 no 6 Support get number of sent broadcast messages. [\#169](https://github.com/line/line-bot-sdk-go/pull/169) ([kkdai](https://github.com/kkdai)) -- Fix testing \#151 [\#168](https://github.com/line/line-bot-sdk-go/pull/168) ([k2wanko](https://github.com/k2wanko)) -- Update bug\_report.md [\#167](https://github.com/line/line-bot-sdk-go/pull/167) ([nasa9084](https://github.com/nasa9084)) -- fix/typo [\#166](https://github.com/line/line-bot-sdk-go/pull/166) ([nasa9084](https://github.com/nasa9084)) -- Update bug\_report.md [\#165](https://github.com/line/line-bot-sdk-go/pull/165) ([nasa9084](https://github.com/nasa9084)) -- fix test using expectCtxDeadlineExceed\(\) [\#164](https://github.com/line/line-bot-sdk-go/pull/164) ([nasa9084](https://github.com/nasa9084)) -- update issues template to apply multiple issues template [\#162](https://github.com/line/line-bot-sdk-go/pull/162) ([nasa9084](https://github.com/nasa9084)) -- Fix a dead link to CONTRIBUTING.md in README [\#161](https://github.com/line/line-bot-sdk-go/pull/161) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke)) -- Refactor/test [\#159](https://github.com/line/line-bot-sdk-go/pull/159) ([nasa9084](https://github.com/nasa9084)) -- Add WithNotificationDisabled\(\) to push/reply/multicast message API [\#157](https://github.com/line/line-bot-sdk-go/pull/157) ([clsung](https://github.com/clsung)) -- Alternative to implement \#152, quota consumption. [\#153](https://github.com/line/line-bot-sdk-go/pull/153) ([clsung](https://github.com/clsung)) -- Support "Send broadcast api" [\#151](https://github.com/line/line-bot-sdk-go/pull/151) ([kkdai](https://github.com/kkdai)) -- NO-ISSUE Code refactoring [\#150](https://github.com/line/line-bot-sdk-go/pull/150) ([linxGnu](https://github.com/linxGnu)) -- Add support for message quota consumption. [\#149](https://github.com/line/line-bot-sdk-go/pull/149) ([kkdai](https://github.com/kkdai)) -- Update README file as per template [\#148](https://github.com/line/line-bot-sdk-go/pull/148) ([tkgauri](https://github.com/tkgauri)) - -## [v6.3.0](https://github.com/line/line-bot-sdk-go/tree/v6.3.0) (2019-04-23) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v6.2.0...v6.3.0) - -**Merged pull requests:** - -- Add URIAction.AltURI.Desktop [\#147](https://github.com/line/line-bot-sdk-go/pull/147) ([sugyan](https://github.com/sugyan)) -- Add get message quota support [\#146](https://github.com/line/line-bot-sdk-go/pull/146) ([kkdai](https://github.com/kkdai)) -- Use CodeCov [\#142](https://github.com/line/line-bot-sdk-go/pull/142) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke)) - -## [v6.2.0](https://github.com/line/line-bot-sdk-go/tree/v6.2.0) (2019-04-04) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v6.1.0...v6.2.0) - -**Merged pull requests:** - -- Add functions for \#120: get number of messages [\#141](https://github.com/line/line-bot-sdk-go/pull/141) ([clsung](https://github.com/clsung)) -- Richmenu for multiple user [\#140](https://github.com/line/line-bot-sdk-go/pull/140) ([clsung](https://github.com/clsung)) -- Tweak event.go [\#136](https://github.com/line/line-bot-sdk-go/pull/136) ([sugyan](https://github.com/sugyan)) - -## [v6.1.0](https://github.com/line/line-bot-sdk-go/tree/v6.1.0) (2019-03-26) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v6.0.0...v6.1.0) - -**Merged pull requests:** - -- Update TestEventMarshaling [\#138](https://github.com/line/line-bot-sdk-go/pull/138) ([sugyan](https://github.com/sugyan)) -- Fix: support marshalling message type "file" [\#137](https://github.com/line/line-bot-sdk-go/pull/137) ([notsu](https://github.com/notsu)) - -## [v6.0.0](https://github.com/line/line-bot-sdk-go/tree/v6.0.0) (2019-03-14) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v5.0.0...v6.0.0) - -**Merged pull requests:** - -- Update for playing videos in imagemap messages [\#135](https://github.com/line/line-bot-sdk-go/pull/135) ([sugyan](https://github.com/sugyan)) -- Support Go 1.12 [\#131](https://github.com/line/line-bot-sdk-go/pull/131) ([sugyan](https://github.com/sugyan)) -- Update tests [\#130](https://github.com/line/line-bot-sdk-go/pull/130) ([sugyan](https://github.com/sugyan)) - -## [v5.0.0](https://github.com/line/line-bot-sdk-go/tree/v5.0.0) (2019-02-20) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v4.3.0...v5.0.0) - -**Merged pull requests:** - -- Update FlexValue type [\#129](https://github.com/line/line-bot-sdk-go/pull/129) ([sugyan](https://github.com/sugyan)) -- Fix/nil body checking [\#128](https://github.com/line/line-bot-sdk-go/pull/128) ([nasa9084](https://github.com/nasa9084)) -- omitempty size in SpacerComponent of flex message [\#123](https://github.com/line/line-bot-sdk-go/pull/123) ([TonPC64](https://github.com/TonPC64)) -- update README.md [\#122](https://github.com/line/line-bot-sdk-go/pull/122) ([kweisamx](https://github.com/kweisamx)) - -## [v4.3.0](https://github.com/line/line-bot-sdk-go/tree/v4.3.0) (2019-01-10) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v4.2.0...v4.3.0) - -**Merged pull requests:** - -- Add default rich menu API. [\#118](https://github.com/line/line-bot-sdk-go/pull/118) ([clsung](https://github.com/clsung)) - -## [v4.2.0](https://github.com/line/line-bot-sdk-go/tree/v4.2.0) (2018-11-30) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v4.1.0...v4.2.0) - -**Merged pull requests:** - -- Add new EventType. [\#117](https://github.com/line/line-bot-sdk-go/pull/117) ([toyo](https://github.com/toyo)) -- Add member join/leave event [\#116](https://github.com/line/line-bot-sdk-go/pull/116) ([clsung](https://github.com/clsung)) - -## [v4.1.0](https://github.com/line/line-bot-sdk-go/tree/v4.1.0) (2018-11-28) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v4.0.0...v4.1.0) - -**Merged pull requests:** - -- Implement MarshalJSON for Flex Components and Containers [\#115](https://github.com/line/line-bot-sdk-go/pull/115) ([acoshift](https://github.com/acoshift)) -- Replace format strings of tests from `%q` to `%v` [\#114](https://github.com/line/line-bot-sdk-go/pull/114) ([sugyan](https://github.com/sugyan)) -- Retire reviewdog and update travis.yml [\#113](https://github.com/line/line-bot-sdk-go/pull/113) ([sugyan](https://github.com/sugyan)) -- Add ImagemapVideo [\#112](https://github.com/line/line-bot-sdk-go/pull/112) ([galigalikun](https://github.com/galigalikun)) -- ci: stop support of Go 1.7 and 1.8 [\#111](https://github.com/line/line-bot-sdk-go/pull/111) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke)) -- Fix not to ignore Hash.write error [\#110](https://github.com/line/line-bot-sdk-go/pull/110) ([shuheiktgw](https://github.com/shuheiktgw)) -- Update CONTRIBUTING.md [\#107](https://github.com/line/line-bot-sdk-go/pull/107) ([syleeeee](https://github.com/syleeeee)) -- Lint [\#105](https://github.com/line/line-bot-sdk-go/pull/105) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke)) -- Update supported versions [\#104](https://github.com/line/line-bot-sdk-go/pull/104) ([sugyan](https://github.com/sugyan)) - -## [v4.0.0](https://github.com/line/line-bot-sdk-go/tree/v4.0.0) (2018-08-30) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/3.0.0...v4.0.0) - -**Implemented enhancements:** - -- Implement quick reply [\#99](https://github.com/line/line-bot-sdk-go/pull/99) ([sugyan](https://github.com/sugyan)) - -**Merged pull requests:** - -- Fix the version of linebot/version.go and add a shell script to prevent to forget update of linebot/version.go . [\#103](https://github.com/line/line-bot-sdk-go/pull/103) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke)) -- Remove useless indents for sample code [\#100](https://github.com/line/line-bot-sdk-go/pull/100) ([mingrammer](https://github.com/mingrammer)) - -## [v3.0.0](https://github.com/line/line-bot-sdk-go/tree/v3.0.0) (2018-08-02) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/2.0.0...v3.0.0) - -**Merged pull requests:** - -- Rename actions, and related function names [\#98](https://github.com/line/line-bot-sdk-go/pull/98) ([sugyan](https://github.com/sugyan)) -- Add changelog [\#96](https://github.com/line/line-bot-sdk-go/pull/96) ([sugyan](https://github.com/sugyan)) - -## [v2.0.0](https://github.com/line/line-bot-sdk-go/tree/v2.0.0) (2018-07-24) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v1.3.0...v2.0.0) - -**Merged pull requests:** - -- Update around LIFF API [\#95](https://github.com/line/line-bot-sdk-go/pull/95) ([sugyan](https://github.com/sugyan)) - -## [v1.3.0](https://github.com/line/line-bot-sdk-go/tree/v1.3.0) (2018-07-17) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.3.0...v1.3.0) - -**Implemented enhancements:** - -- Support issue link token api [\#94](https://github.com/line/line-bot-sdk-go/pull/94) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke)) - -**Merged pull requests:** - -- Add status badges and a link to LICENSE.txt in README [\#92](https://github.com/line/line-bot-sdk-go/pull/92) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke)) - -## [v1.2.1](https://github.com/line/line-bot-sdk-go/tree/v1.2.1) (2018-07-12) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.2.1...v1.2.1) - -**Implemented enhancements:** - -- Add AccountLink event [\#91](https://github.com/line/line-bot-sdk-go/pull/91) ([suzuki-shunsuke](https://github.com/suzuki-shunsuke)) - -**Merged pull requests:** - -- \#issue-liff add liff api [\#90](https://github.com/line/line-bot-sdk-go/pull/90) ([justdomepaul](https://github.com/justdomepaul)) -- Add lint [\#88](https://github.com/line/line-bot-sdk-go/pull/88) ([k2wanko](https://github.com/k2wanko)) - -## [v1.2.0](https://github.com/line/line-bot-sdk-go/tree/v1.2.0) (2018-06-29) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/v1.1.2...v1.2.0) - -**Merged pull requests:** - -- Add `FileMessage` type [\#87](https://github.com/line/line-bot-sdk-go/pull/87) ([sugyan](https://github.com/sugyan)) -- Add types and functions for Flex messages [\#86](https://github.com/line/line-bot-sdk-go/pull/86) ([sugyan](https://github.com/sugyan)) - -## [v1.1.2](https://github.com/line/line-bot-sdk-go/tree/v1.1.2) (2018-06-19) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.1.2...v1.1.2) - -**Merged pull requests:** - -- use var MessageTypeFlex for set type flexMessage [\#80](https://github.com/line/line-bot-sdk-go/pull/80) ([TonPC64](https://github.com/TonPC64)) - -## [v1.1.1](https://github.com/line/line-bot-sdk-go/tree/v1.1.1) (2018-06-19) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.1.1...v1.1.1) - -**Merged pull requests:** - -- Add FlexMessage Type [\#78](https://github.com/line/line-bot-sdk-go/pull/78) ([TonPC64](https://github.com/TonPC64)) - -## [v1.1.0](https://github.com/line/line-bot-sdk-go/tree/v1.1.0) (2018-05-07) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/1.1.0...v1.1.0) - -**Merged pull requests:** - -- Template action label is optional for image carousel. [\#74](https://github.com/line/line-bot-sdk-go/pull/74) ([waylen888](https://github.com/waylen888)) -- fix typo [\#72](https://github.com/line/line-bot-sdk-go/pull/72) ([Ken2mer](https://github.com/Ken2mer)) -- Make interface markers visible to other packages [\#71](https://github.com/line/line-bot-sdk-go/pull/71) ([m90](https://github.com/m90)) -- Add `displayText` to postback action [\#70](https://github.com/line/line-bot-sdk-go/pull/70) ([candy02058912](https://github.com/candy02058912)) -- Use context package from stdlib instead of 3rd party package [\#69](https://github.com/line/line-bot-sdk-go/pull/69) ([m90](https://github.com/m90)) -- Add code of conduct [\#68](https://github.com/line/line-bot-sdk-go/pull/68) ([nkjm](https://github.com/nkjm)) -- Add WithImageOptions for buttons/carousel templates [\#66](https://github.com/line/line-bot-sdk-go/pull/66) ([clsung](https://github.com/clsung)) -- Add `Richmenu API` [\#65](https://github.com/line/line-bot-sdk-go/pull/65) ([clsung](https://github.com/clsung)) -- Update issue template [\#64](https://github.com/line/line-bot-sdk-go/pull/64) ([kenneth-lau](https://github.com/kenneth-lau)) -- Fix typo in comment [\#62](https://github.com/line/line-bot-sdk-go/pull/62) ([zaneli](https://github.com/zaneli)) -- Update the official API document URL. [\#60](https://github.com/line/line-bot-sdk-go/pull/60) ([PuHsiu](https://github.com/PuHsiu)) -- Add group/room member IDs API [\#57](https://github.com/line/line-bot-sdk-go/pull/57) ([k2wanko](https://github.com/k2wanko)) -- Update kitchensink example [\#56](https://github.com/line/line-bot-sdk-go/pull/56) ([sugyan](https://github.com/sugyan)) -- Add group/room member profile API [\#54](https://github.com/line/line-bot-sdk-go/pull/54) ([mokejp](https://github.com/mokejp)) -- Add webhook event of `datetime picker` to postback [\#53](https://github.com/line/line-bot-sdk-go/pull/53) ([clsung](https://github.com/clsung)) -- Enable go 1.9 on Travis CI [\#52](https://github.com/line/line-bot-sdk-go/pull/52) ([sugyan](https://github.com/sugyan)) -- Add `datetime picker` template action [\#51](https://github.com/line/line-bot-sdk-go/pull/51) ([clsung](https://github.com/clsung)) -- Add `image carousel` template message [\#50](https://github.com/line/line-bot-sdk-go/pull/50) ([clsung](https://github.com/clsung)) -- Fix message when test failed [\#45](https://github.com/line/line-bot-sdk-go/pull/45) ([kwmt](https://github.com/kwmt)) -- Add `DeviceMessage` property to BeaconEvent [\#44](https://github.com/line/line-bot-sdk-go/pull/44) ([sugyan](https://github.com/sugyan)) -- Create ISSUE\_TEMPLATE.md [\#43](https://github.com/line/line-bot-sdk-go/pull/43) ([GuitarSucks](https://github.com/GuitarSucks)) -- Enable go 1.8 on Travis CI [\#40](https://github.com/line/line-bot-sdk-go/pull/40) ([moznion](https://github.com/moznion)) -- Add beacon event: "banner" [\#39](https://github.com/line/line-bot-sdk-go/pull/39) ([kawaken](https://github.com/kawaken)) -- Support multicast API [\#38](https://github.com/line/line-bot-sdk-go/pull/38) ([sugyan](https://github.com/sugyan)) -- Add beacon event [\#33](https://github.com/line/line-bot-sdk-go/pull/33) ([sugyan](https://github.com/sugyan)) -- Fix typo. [\#31](https://github.com/line/line-bot-sdk-go/pull/31) ([appleboy](https://github.com/appleboy)) -- fix typo of `PictureURL` [\#29](https://github.com/line/line-bot-sdk-go/pull/29) ([sugyan](https://github.com/sugyan)) -- Add "How to Start" Section into README.md [\#27](https://github.com/line/line-bot-sdk-go/pull/27) ([PuHsiu](https://github.com/PuHsiu)) -- Fix documentation issues [\#26](https://github.com/line/line-bot-sdk-go/pull/26) ([kenneth-lau](https://github.com/kenneth-lau)) -- make ThumbnailImageURL optional [\#25](https://github.com/line/line-bot-sdk-go/pull/25) ([sugyan](https://github.com/sugyan)) -- fix example codes [\#23](https://github.com/line/line-bot-sdk-go/pull/23) ([mokejp](https://github.com/mokejp)) -- add comment to example codes [\#21](https://github.com/line/line-bot-sdk-go/pull/21) ([sugyan](https://github.com/sugyan)) -- Return error when channelSecret/channelToken is empty [\#19](https://github.com/line/line-bot-sdk-go/pull/19) ([sugyan](https://github.com/sugyan)) -- Replace `PushMessate` to `ReplyMessage` in example code [\#18](https://github.com/line/line-bot-sdk-go/pull/18) ([sugyan](https://github.com/sugyan)) -- Add event handler [\#17](https://github.com/line/line-bot-sdk-go/pull/17) ([mokejp](https://github.com/mokejp)) -- implements Marshaler to Event [\#16](https://github.com/line/line-bot-sdk-go/pull/16) ([mokejp](https://github.com/mokejp)) -- Update request header name. [\#12](https://github.com/line/line-bot-sdk-go/pull/12) ([kawaken](https://github.com/kawaken)) -- Remove linebot/vendor directory [\#11](https://github.com/line/line-bot-sdk-go/pull/11) ([mokejp](https://github.com/mokejp)) -- change return values of `ParseRequest` to `\[\]\*Event` [\#8](https://github.com/line/line-bot-sdk-go/pull/8) ([sugyan](https://github.com/sugyan)) - -## [v1.0.0](https://github.com/line/line-bot-sdk-go/tree/v1.0.0) (2016-09-29) - -[Full Changelog](https://github.com/line/line-bot-sdk-go/compare/f3e3a38aee47ca24ded221ce4be6d9363e3d32e1...v1.0.0) - -**Merged pull requests:** - -- V2 [\#6](https://github.com/line/line-bot-sdk-go/pull/6) ([sugyan](https://github.com/sugyan)) -- add echo bot sample [\#3](https://github.com/line/line-bot-sdk-go/pull/3) ([sugyan](https://github.com/sugyan)) - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*