Skip to content

Releases: salemove/ios-bundle

Glia iOS Core SDK 2.0.9

07 Feb 10:06
c8c19d9
Compare
Choose a tag to compare

Fixed

  • Fix unread message count subscription

Glia iOS Core SDK 2.0.8

06 Feb 10:15
ce7cc99
Compare
Choose a tag to compare

Changed

  • Update enqueueing endpoint to take 'replace_existing' parameter

Glia iOS Core SDK 2.0.7

31 Jan 11:09
83d3d8b
Compare
Choose a tag to compare

Changed

  • Update API endpoint and payload for secure conversations

Glia iOS Core SDK 2.0.6

28 Jan 16:07
7a8236c
Compare
Choose a tag to compare
  • Allow enqueueing if transferred SC exists

Glia iOS Core SDK 2.0.5

24 Jan 09:17
4b0c926
Compare
Choose a tag to compare

Added

  • Expose 'on_end' to public for Engagement
  • Introduce 'onEnd' for SubEngagement
  • Add privacy manifest describing UserDefaults usage
  • Log dequeueing and re-enqueueing event

Changed

  • Do not end transferred SC during deauthentication
  • Remove deprecated method over a year old
  • Take into account authentication for SC unread message count
  • Check if permission granted to register Push Notifications

Fixed

  • Fix stale state being passed to subscribers
  • Change CODEOWNERS file name

Glia iOS Core SDK 1.5.9

23 Dec 12:23
Compare
Choose a tag to compare

Fixed

  • Check if permission granted to register Push Notifications

Glia iOS Core SDK 1.5.8

17 Dec 14:12
Compare
Choose a tag to compare

Added

  • Notify backend when engagement request was declined

Glia iOS Core SDK 2.0.4

13 Dec 13:35
0885f51
Compare
Choose a tag to compare

Changed

  • Remove guard block from patchRequest
  • Handle follow_up endReason for EngagementEndEvent
  • Notify backend when engagement request was declined
  • Change Signal to SignalProducer for unread message count
  • Add engagement change emitter to interactor
  • Update activeEngagement when new visitor state received
  • Remove pause messaging functionality
  • Add SwiftPhoenixClient and ReactiveSwift licenses.
  • Add MIT license to xcframework
  • Fix WebRTC local network usage

Glia iOS Core SDK 1.5.6

05 Dec 09:56
Compare
Choose a tag to compare

Added

  • Add SwiftPhoenixClient and ReactiveSwift licenses;
  • Add MIT license to xcframework;

Fixed

  • WebRTC local network usage;

Full Changelog: 1.5.5...1.5.6

Glia iOS Core SDK 2.0.2

26 Nov 16:58
Compare
Choose a tag to compare

Changed

  • Promote metadata from external logger to internal
  • Make capabilities.text field fallback to default false value
  • Take global subscription disposables under control

Added

  • unsubscribeFromUnreadMessageCount to SecureConversations
  • unsubscribeFromPendingSecureConversationStatus to SecureConversations
  • subscribeToPendingSecureConversationStatus to SecureConversations
  • pendingSecureConversations to SecureConversations