Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Releases: Driftt/drift-sdk-ios

Release-2.4.3

19 Jul 16:43
a858641
Compare
Choose a tag to compare
Merge pull request #120 from Driftt/disablePopups

disabling popups by choice

release-2.4.2

18 May 14:42
a57c946
Compare
Choose a tag to compare
  • added missing enum cases that caused the conversation to fail loading

Release 2.4.1

02 Apr 12:27
e826cb2
Compare
Choose a tag to compare
  • Remove error logging that was missed in 2.4.0 release.

Thanks @RBasiev for letting us know #107

Release 2.4.0

31 Mar 12:04
f02d7e1
Compare
Choose a tag to compare
  • 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

24 Feb 12:42
1b4ae39
Compare
Choose a tag to compare
  • 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

20 Dec 12:20
2701fb4
Compare
Choose a tag to compare
  • Removed deprecated announcements
  • Resolved issue with blocking main thread with inline images in bot responses

Release 2.2.11

16 Oct 13:24
4dd6e11
Compare
Choose a tag to compare
  • Fixed crash that could sometimes happen on message sending.
  • Added support for dark mode in iOS 13

Release 2.2.10

04 Oct 14:39
e6d5e88
Compare
Choose a tag to compare
  • Improved support in iOS 13, sheet presentation was not working for reverted to fullscreen for now.
  • Moved to swift 5

Release 2.2.9

01 Mar 14:52
91ce55d
Compare
Choose a tag to compare
  • Migrated to new endpoints for future compatibility

Release 2.2.8

13 Feb 10:31
644f383
Compare
Choose a tag to compare

Adds the ability to filter conversations that are automated like conversations from Drift bot playbooks.

This can be configured using Drift.showAutomatedMessages(false)