This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Releases: Driftt/drift-sdk-ios
Releases · Driftt/drift-sdk-ios
Release-2.4.3
release-2.4.2
- added missing enum cases that caused the conversation to fail loading
Release 2.4.1
Release 2.4.0
- Update Project structure. Example App now lives within main workspace as a target.
- Updated requirement to iOS 10
- Removed ObjectMapper, SVProgressHUD
- Moved to Alamofire 5 and AlamofireImage 4
- Moved all data parsing to JSONDecoder
- Added ability to build library statically
- Moved resources to stand alone bundle and updates all references in Nib and UIImages
- Resolved issue with Calendar Availability loading
- Remove unused podspec
Release 2.3.1
- Use dedicated queue for socket communication and parsing
- Ensure parsing HTML is completed on correct thread. We show a loader on conversation view when getting initial messages so parsing is complete at that stage.
- Only parse HTML when dealing with messages for the current conversation and not on socket updates or getting list of conversations
- Pin star scream version to fix build issues
- Removed unused fields and classes
- Fix issue where reloading a failed message would not mark it as sent correctly.
- Added ability to have initial message when creating a new conversation
Release 2.3.0
- Removed deprecated announcements
- Resolved issue with blocking main thread with inline images in bot responses
Release 2.2.11
- Fixed crash that could sometimes happen on message sending.
- Added support for dark mode in iOS 13
Release 2.2.10
- Improved support in iOS 13, sheet presentation was not working for reverted to fullscreen for now.
- Moved to swift 5
Release 2.2.9
- Migrated to new endpoints for future compatibility
Release 2.2.8
Adds the ability to filter conversations that are automated like conversations from Drift bot playbooks.
This can be configured using Drift.showAutomatedMessages(false)