File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ post '/callback' do
8989end
9090```
9191
92+ ## Migration way from v1 to v2
93+ Migration guide: https://github.com/line/line-bot-sdk-ruby/releases/tag/v1.30.0
94+
9295## Help and media
9396FAQ: https://developers.line.biz/en/faq/
9497
Original file line number Diff line number Diff line change @@ -297,6 +297,9 @@ See https://semver.org/
297297v1 and v2 are completely different implementations, v1 is all deprecated and will be removed in the future.
298298Migration to v2 is strongly recommended.
299299
300+ Migration guide: https://github.com/line/line-bot-sdk-ruby/releases/tag/v1.30.0
301+
302+
300303#### Deprecation warnings
301304When calling the API endpoint with v1, a deprecation warning will occur.\
302305If you want to suppress this, please set any value to the environment variable ` SUPRESS_V1_DEPRECATION_WARNINGS ` .
You can’t perform that action at this time.
0 commit comments