Skip to content

5.0.0

Compare
Choose a tag to compare
@kustomer-builds kustomer-builds released this 19 Sep 13:03
· 39 commits to main since this release
06046af

Full release notes available at https://developer.kustomer.com/chat-sdk/changelog/ios

Improved

  • Removed Alamofire and AlamofireImage dependency from SDK - made SDK size reduction

Fixed

  • Unread count now filters out conversations with the wrong brand. This should fix unread counts that don’t appear to ever go away due to brand mismatch

Deprecated

  • Deprecated ‘case describeCurrentCustomerIsAnonymous’ in KError, because describeCustomer function will now allow anonymous user (to align with Web and Android)

Breaking

  • Completely removed KUSURLConvertible and KUSAFError from SDK, as they were only there to support the use of Alamofire and AlamofireImage
  • Completely removed ‘case alamofire(KustomerChat.KUSAFError)’ from KError, as it was only there to support the use of Alamofire and AlamofireImage