Please zoom do your release notes properly

I just spent about an hour trying to work out why our app would no longer let you log in with email, only to eventually work out that you have changed the header in “ZoomSDKAuthDelegate” from

-(void)onZoomSDKLogin:(ZoomSDKLoginStatus)loginStatus failReason:(NSString*)reason

to

-(void)onZoomSDKLoginResult:(ZoomSDKLoginStatus)loginStatus failReason:(ZoomSDKLoginFailReason)reason

Without bothering to include it in the release notes. So thanks for this. An hour of my life wasted.

Hi @richard1, thanks for bringing this up.

We apologize for the inconvenience this has caused and will do our best to prevent this in the future. In the past few months we introduced an internal process to better identify breaking changes in each release. There was an oversight that caused changes like this to potentially go unnoticed, but we have since closed that gap so it should not be an issue in future releases.

If you have any additional feedback around how we can improve the way we convey changes in our release notes, we would love to hear it. :slightly_smiling_face:

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.