Appboy / appboy-ios-sdk

Public repo for the Braze iOS SDK
https://www.braze.com
Other
165 stars 142 forks source link

Breaking changes on patch 3.31.1 #274

Closed vitormf closed 3 years ago

vitormf commented 3 years ago

Hello, when upgrading from version 3.31.0 to 3.31.1 a breaking change was made: ABKUIUtils.getSDWebImageProxyClass() no longer exists and it causes compilation issues.

That was not supposed to be made on a patch version.

lowip commented 3 years ago

Hi @vitormf, thanks for contacting us about this issue.

We apologize for that breaking change in a patch version. We are in the process of making our image loading system more flexible and this public api change slipped through our review process.

We have scheduled an internal review of the incident and will be adding additional controls to prevent recurrence.

In the meantime, you can still import the proxy if needed:

#import "ABKSDWebImageProxy.h"
lowip commented 3 years ago

We updated the changelog and the release. Closing this issue.