Skip to content

Commit 8bbd1ba

Browse files
author
bot-snapci
committed
[All] Sync changes for the 1.43.0 release
1 parent 2bfcf7f commit 8bbd1ba

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/
88
<a name="unreleased"></a>
99
## [Unreleased]
1010

11+
<a name="1.43.0"></a>
12+
## [1.43.0] - 2025-09-08
13+
### Features
14+
- Lens Studio 5.13 support
15+
1116
<a name="1.42.0"></a>
1217
## [1.42.0] - 2025-07-23
1318
### Features
@@ -31,7 +36,7 @@ and the Camera Kit SDK adheres to [Semantic Versioning](https://semver.org/spec/
3136
- Lens Studio 5.8 support
3237

3338
### Updates
34-
- Improvement for HTTP request validation, now accepting empty optional parameters
39+
- **Android/iOS:** Improvement for HTTP request validation, now accepting empty optional parameters
3540
- Minimum supported version changed to iOS 14.0
3641

3742
### Bug Fixes

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ let package = Package(
1919
targets: [
2020
.binaryTarget(
2121
name: "SCSDKCameraKit",
22-
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.42.0/SCSDKCameraKit.xcframework.zip",
23-
checksum: "4dad490e7a2cb52928950b4063b5903d7fc7f2a892c79730a8b116875fded804"
22+
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.43.0/SCSDKCameraKit.xcframework.zip",
23+
checksum: "117d737ecd7d9522cc0f82ed1fd1ddb1f5b58b73cdaeb6c05259ca0d45109403"
2424
),
2525
.binaryTarget(
2626
name: "SCSDKCameraKitLoginKitAuth",
27-
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.42.0/SCSDKCameraKitLoginKitAuth.xcframework.zip",
28-
checksum: "ae6e24317d4d67e94deccece48807faa7759af9ddd72705dc96bb4c9a6a486b7"
27+
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.43.0/SCSDKCameraKitLoginKitAuth.xcframework.zip",
28+
checksum: "a5cc36203f6203be1d52ab0ebc3031b0c45c631f7ff68567303d7e1feaff3286"
2929
),
3030
.target(
3131
name: "SCSDKCameraKitLoginKitAuth_Wrapper",
@@ -39,8 +39,8 @@ let package = Package(
3939

4040
.binaryTarget(
4141
name: "SCSDKCameraKitPushToDeviceExtension",
42-
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.42.0/SCSDKCameraKitPushToDeviceExtension.xcframework.zip",
43-
checksum: "6d95a639295a572d189f1c3e261771d0c3bf5477aea2ec8aaa7b0ff728a9333a"
42+
url: "https://storage.googleapis.com/snap-kit-build/scsdk/camera-kit-ios/releases-spm/1.43.0/SCSDKCameraKitPushToDeviceExtension.xcframework.zip",
43+
checksum: "8f4f3eb57326fd05ee59fa826f66eadeb33dbf377b3304253c8badf80b39e25a"
4444
),
4545
.target(
4646
name: "SCSDKCameraKitPushToDeviceExtension_Wrapper",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Camera Kit for iOS
66

7-
[Home Page](https://developers.snap.com/camera-kit/home) | [Documentation & Guides](https://developers.snap.com/camera-kit/getting-started/what-is-camera-kit) | [Showcase](https://ar.snap.com/camera-kit) | [API Reference](https://kit.snapchat.com/reference/CameraKit/ios/1.42.0/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar)
7+
[Home Page](https://developers.snap.com/camera-kit/home) | [Documentation & Guides](https://developers.snap.com/camera-kit/getting-started/what-is-camera-kit) | [Showcase](https://ar.snap.com/camera-kit) | [API Reference](https://kit.snapchat.com/reference/CameraKit/ios/1.43.0/index.html) | [Developer Portal](https://kit.snapchat.com/manage/) | [My Lenses](https://my-lenses.snapchat.com/) | [Discord](https://discord.gg/snapar)
88
</div>
99

1010
Camera Kit brings the power of Snap's AR platform to your websites and mobile apps on iOS and Android. It has never been easier to create and deliver scalable, multi-platform AR experiences to meet your customers, wherever they are.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.42.0
1+
1.43.0

0 commit comments

Comments
 (0)