Releases: CopilotLive/copilotlive-sdk-ios
Releases · CopilotLive/copilotlive-sdk-ios
Release list
v2.1.2
🛠️ Patch Release Notes
Set Minimum Deployment Target:
The iOS deployment target for CopilotSDK has been explicitly set to iOS 14.0.
This ensures compatibility with apps targeting iOS 14 and above, and prevents runtime issues on devices running iOS 14–16.
v2.1.1
v2.1.0
🚀 What's New in v2.1.0
🔧 Enhancements
-
Telemetry Support
- Added support for handling telemetry events via
CopilotDelegate. - Enables better observability of SDK behavior and user interactions.
- Added support for handling telemetry events via
-
Close Event Handling
- Implemented support for the
closeevent from the Copilot widget. - Apps can now react appropriately when Copilot is dismissed.
- Also added a public method
Copilot.shared.close()to allow developers to programmatically close Copilot.
- Implemented support for the
-
Context Management
- Introduced
setContext(_:)andunsetContext()APIs. - Allows dynamic updates to contextual information shared with Copilot.
- Introduced