Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ post '/callback' do
end
```

## Migration way from v1 to v2
Migration guide: https://github.com/line/line-bot-sdk-ruby/releases/tag/v1.30.0

## Help and media
FAQ: https://developers.line.biz/en/faq/

Expand Down
3 changes: 3 additions & 0 deletions README_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ See https://semver.org/
v1 and v2 are completely different implementations, v1 is all deprecated and will be removed in the future.
Migration to v2 is strongly recommended.

Migration guide: https://github.com/line/line-bot-sdk-ruby/releases/tag/v1.30.0


#### Deprecation warnings
When calling the API endpoint with v1, a deprecation warning will occur.\
If you want to suppress this, please set any value to the environment variable `SUPRESS_V1_DEPRECATION_WARNINGS`.
Expand Down