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
89
89
end
90
90
```
91
91
92
+ ## Migration way from v1 to v2
93
+ Migration guide: https://github.com/line/line-bot-sdk-ruby/releases/tag/v1.30.0
94
+
92
95
## Help and media
93
96
FAQ: https://developers.line.biz/en/faq/
94
97
Original file line number Diff line number Diff line change @@ -297,6 +297,9 @@ See https://semver.org/
297
297
v1 and v2 are completely different implementations, v1 is all deprecated and will be removed in the future.
298
298
Migration to v2 is strongly recommended.
299
299
300
+ Migration guide: https://github.com/line/line-bot-sdk-ruby/releases/tag/v1.30.0
301
+
302
+
300
303
#### Deprecation warnings
301
304
When calling the API endpoint with v1, a deprecation warning will occur.\
302
305
If 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