Skip to content

Commit 174d82c

Browse files
Merge pull request #237 from sendbird/release/ios/1.4.3
Release 1.4.3
2 parents 29cb207 + bf52c47 commit 174d82c

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

ios/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.4.3 (Dec 19, 2025) with Chat SDK v4.35.0
4+
5+
### Changes
6+
- Updated dependency SDK versions to the latest stable releases
7+
- SendbirdChatSDK: v4.35.0
8+
- SendbirdMessageTemplate: v3.33.0
9+
10+
### New Features
11+
- **User Input Blocking System**: Implemented server-driven user input disabling
312
## v1.4.2 (Dec 03, 2025) with Chat SDK v4.34.1
413

514
### Improvements

ios/sample/QuickStart.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
"@loader_path/Frameworks",
446446
);
447447
LLVM_LTO = YES;
448-
MARKETING_VERSION = 1.4.2;
448+
MARKETING_VERSION = 1.4.3;
449449
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
450450
MTL_FAST_MATH = YES;
451451
OTHER_SWIFT_FLAGS = "-Xfrontend -no-serialize-debugging-options";
@@ -485,7 +485,7 @@
485485
"@executable_path/Frameworks",
486486
"@loader_path/Frameworks",
487487
);
488-
MARKETING_VERSION = 1.4.2;
488+
MARKETING_VERSION = 1.4.3;
489489
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
490490
MTL_FAST_MATH = YES;
491491
OTHER_SWIFT_FLAGS = "-DDEBUG";
@@ -640,7 +640,7 @@
640640
"@loader_path/Frameworks",
641641
);
642642
LLVM_LTO = YES;
643-
MARKETING_VERSION = 1.4.2;
643+
MARKETING_VERSION = 1.4.3;
644644
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
645645
MTL_FAST_MATH = YES;
646646
OTHER_SWIFT_FLAGS = "-Xfrontend -no-serialize-debugging-options";
@@ -681,7 +681,7 @@
681681
"@executable_path/Frameworks",
682682
"@loader_path/Frameworks",
683683
);
684-
MARKETING_VERSION = 1.4.2;
684+
MARKETING_VERSION = 1.4.3;
685685
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
686686
MTL_FAST_MATH = YES;
687687
OTHER_SWIFT_FLAGS = "-DDEBUG";
@@ -735,7 +735,7 @@
735735
repositoryURL = "https://github.com/sendbird/delight-ai-agent-messenger-ios";
736736
requirement = {
737737
kind = upToNextMajorVersion;
738-
minimumVersion = 1.4.2;
738+
minimumVersion = 1.4.3;
739739
};
740740
};
741741
675F8C38FD2AE3D8230AF692 /* XCRemoteSwiftPackageReference "Splash" */ = {

ios/sample/QuickStart/AIAgentStarterKit/SampleConfiguration.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ struct SampleConfiguration {
6969

7070
/// The log level for Delight AI Agent Messenger SDK.
7171
/// This controls the verbosity of logs output by the SDK.
72+
#if INTERNAL_TEST
73+
static var logLevel: SBALogType = .all
74+
#else
7275
static var logLevel: SBALogType = .error
76+
#endif
7377

7478
// MARK: - Extended SDK Integration
7579

0 commit comments

Comments
 (0)