sendinblue / APIv3-ruby-library

MIT License
43 stars 31 forks source link

Version 9.1.0 has lot of undocumented breaking changes #72

Closed fabn closed 5 months ago

fabn commented 1 year ago

e.g.

Also you don't provide a changelog so it's pretty hard to upgrade.

WDYT?

NagendraSIB commented 1 year ago

HI @fabn We have removed the unnecessary doc as you mentioned. Here is the link for changelog https://github.com/sendinblue/APIv3-ruby-library/compare/v9.0.0...v9.1.0

fabn commented 1 year ago

Yes but that's not a changelog, it's a git diff that's pretty hard to read. Also since I was using those classes in my code now I have to rewrite my code (with what replacements? Usually a changelog states this, don't use xxx instead use yyy)

Finally if some API have been removed SDK version should be bumped to 10.x it's the base of semver 😉

NagendraSIB commented 5 months ago

Hi @fabn Can you please upgrade to our new ruby SDK https://github.com/getbrevo/brevo-ruby

Thanks