facebook / facebook-ruby-business-sdk

Ruby SDK for Meta Marketing API
https://developers.facebook.com/docs/business-sdk
Other
204 stars 161 forks source link

Can we upgrade safely? #162

Closed hopewise closed 2 years ago

hopewise commented 2 years ago

Which SDK version are you using?

0.9.0.6

What's the issue?

We want to upgrade api_version at initialization of gem from v11.0 to v13.0, config.api_version = 'v13.0'

The question is, shall we upgrade the Gem version to 0.12.01 too? is there any breaking changes? Can we still be using version 0.9.06 with config.api_version = 'v13.0' ?

hopewise commented 2 years ago

We have tested this, and we got no issue.