Skip to content

Releases: sendbird/sendbird-ai-agent-core-ios

0.9.12

18 Jul 10:24
cee2a34
Compare
Choose a tag to compare

Improvements

  • Improved handling of anonymous users

0.9.11

14 Jul 08:58
aaf3683
Compare
Choose a tag to compare

Features

  • Updated file upload button visibility to ensure it's visible after handed off to human agents

0.9.10

01 Jul 12:58
e615c04
Compare
Choose a tag to compare

Fixed

  • Updated minimum required version of the dependency SDK

0.9.9

30 Jun 18:00
2e7c773
Compare
Choose a tag to compare

Fixed

  • Updated swift-tools-version to 6.1

0.9.8

30 Jun 15:20
1d0e259
Compare
Choose a tag to compare

This version is no longer used.

Fixed

  • Updated swift-tools-version to 6.1

0.9.7

30 Jun 09:49
010ff4e
Compare
Choose a tag to compare

Fixed

  • Improved framework binary compatibility across different Swift versions

0.9.6

27 Jun 14:23
4ecd772
Compare
Choose a tag to compare

BREAKING CHANGES

  • Minimum Requirements: Xcode 16.3+ (Swift 6.1+) now required

What Changed

  • Updated to Swift 6.1 to resolve Apple's Swift compiler compatibility issues between versions 6.0 and 6.1
  • Addresses module interface incompatibility introduced in Swift 6.1

Why This Change?

Apple's Swift 6.1 compiler cannot load modules built with Swift 6.0, even with BUILD_LIBRARY_FOR_DISTRIBUTION enabled. This affects users on macOS Sequoia (which requires Xcode 16+) and those using newer Xcode versions.

If You See This Error:

Failed to build module 'SendbirdAIAgentCore'; 
this SDK is not supported by the compiler

Fix: Update to Xcode 16.3+, then clean and rebuild your project.

0.9.5

25 Jun 09:15
78dd07d
Compare
Choose a tag to compare

Improvements

  • Fixed proper handling of markAsRead
  • Updated to use cached active channel

New interfaces

  • Add SBAMessageCSATData struct and DataType enum
  • Add SBAMessageTemplate, SBAMessageTemplate.Action, and ActionType enum
  • Add didTapMessageLink() event in Conversation ListComponent
    • Enables custom handling of link actions in markdown view

0.9.4

13 Jun 06:26
f4e9b2a
Compare
Choose a tag to compare

Improvements

  • Applied hidden state to poweredByMessage using appAttribute

0.9.3

29 May 09:44
b265749
Compare
Choose a tag to compare

Improvements

Customization supports

  • Added isConversationClosedViewEnabled property to SBAConfig to toggle disabling conversation closed view
  • Made ConversationViewController type in SBAViewControllerSet
  • Changed access levels for some interfaces to support customizations
  • Refactored and opened layout methods for subclassing in SBAConversationListModule.Header