Skip to content

Latest commit

 

History

History
615 lines (510 loc) · 16.9 KB

CHANGELOG.md

File metadata and controls

615 lines (510 loc) · 16.9 KB

CHANGELOG

All notable changes to the Camera Kit SDK will be documented in this file.

The format is based on Keep a Changelog, and the Camera Kit SDK adheres to Semantic Versioning.

[Unreleased]

[1.37.0] - 2024-12-18

Features

  • Lens Studio 5.4 support
  • Support for Lens HTTP requests

[1.36.1] - 2024-11-22

Bug Fixes

  • Fix for Lens Studio 5.3 support

[1.36.0] - 2024-11-14

Features

  • Lens Studio 5.3 support

Updates

[1.35.0] - 2024-10-16

Features

  • Lens Studio 5.2 support

[1.34.0] - 2024-09-17

Features

  • Lens Studio 5.1 support

Updates

  • Fix an issue with Custom Location Markers
  • Fix an issue caused by the NS_OPTIONS not being supported in Objc++

[1.33.0] - 2024-08-21

Features

  • Lens Studio 5.0.19 support

[1.32.0] - 2024-07-24

Features

  • Lens Studio 5.0.17 support

Updates

  • Improvement for microphone permission handling that could cause video freeze

[1.31.0] - 2024-06-12

Features

  • Lens Studio 5.0.14 support

Updates

[1.30.0] - 2024-04-24

Features

  • Lens Studio 5.0.10 support
  • Added Privacy manifest file describing data the SDK collects and reasons required APIs it uses.

Updates

  • Added new SCCameraKitPushToDeviceProtocol#unpair method to unpair from Push-to-Device.

[1.29.0] - 2024-03-20

  • Fix for a blank preview on app launch when device is in a low bandwidth environment

[1.28.0] - 2024-02-08

[1.27.0] - 2023-12-13

Features

  • Lens Studio 5.0.2 support

[1.26.2] - 2023-11-13

  • Fix face detection for 3+ faces on IOS front camera.
  • Update CocoaPods's pod names to SCCameraKit, SCCameraKitReferenceUI, SCCameraKitReferenceSwiftUI, SCCameraKitLoginKitAuth, SCCameraKitBaseExtension, SCCameraKitConnectedLensesExtension, SCCameraKitPushToDeviceExtension from this release on. Framework names in code remain the same.

[1.26.1] - 2023-10-12

Bug Fixes

  • Lens elements that use overlay render target may be get incorrectly positioned when camera input does not match preview output aspect ratio

[1.26.0] - 2023-09-13 - LTS

Features

  • Lens Studio 4.55 support

Bug Fixes

  • Wrong camera orientation after device rotation on iOS 16 and later

Known Issues

  • Lens UI elements assinged to the overlay render target can get incorrectly positioned when device camera input frame does not match preview preview frame aspect ratio

[1.25.0] - 2023-08-15

Features

  • Lens Studio 4.53 support

[1.24.0] - 2023-06-27

Features

  • Lens Studio 4.49 support

Updates

  • Add a debug dialog to swap API token for testing
  • Add support for configuring debug dialogs via deep links/qr codes.

Bug Fixes

  • Fix a bug where certain assets could be loaded later than expected, potentially causing the lens to fail to load entirely if device was offline.

[1.23.0] - 2023-05-17

Features

  • Lens Studio 4.47 support

Bug Fixes

  • Fix share button working as save button in the reference UI

[1.22.0] - 2023-05-08

Updates

  • Deprecate application ID, remove its use across sample apps

Features

  • Lens Studio 4.46 support

Bug Fixes

  • Fix a bug in the reference UI where tapping share button leads to a crash on iPad

[1.21.1] - 2023-03-29

Bug Fixes

  • Fixed issue where photos of certain lenses could output a blank image
  • Fixed issue where touch handling could be processed incorrectly

[1.21.0] - 2023-03-24

Features

  • Lens Studio 4.43 support

[1.20.0] - 2023-02-21

Features

  • Lens Studio 4.40 support

Bug Fixes

  • Fixed bug where login flow could fail during Push to Device configuration
  • Fix Snap attribution view is not shown outside of US

[1.19.2] - 2023-01-12

Bug Fixes

  • Fix the issue of staging watermark showing with production API token

[1.19.1] - 2023-01-09

[1.19.0] - 2022-12-28

Features

  • Lens Studio 4.36 support
  • Add a new sample app that demonstrates a custom implementation of lenses carousel and camera preview layout
  • Add a debug menu to the sample app to customize lens groups at runtime

[1.18.1] - 2022-11-30

[1.18.0] - 2022-11-21

Features

Updates

  • Snap attribition support as per Design Guidelines
  • Staging Watermark applies on staging builds of Camera Kit integrations
  • Xcode 14 or above required
  • Discontinued support on iOS 11 and lower

[1.17.1] - 2022-11-30

[1.17.0] - 2022-10-12

Features

  • Lens Studio 4.31 support
  • Add support for City-Scale AR Lenses (Beta)
  • Add support for Push-to-Device (P2D) feature (Beta), which allows developers to send Lenses from Lens Studio to their Camera Kit application for testing. Note that on Android, P2D is only supported if your application uses the built-in lenses carousel.

[1.16.0] - 2022-09-09

Features

  • Lens Studio 4.28.x support
  • Add support for Connected Lenses (Closed Beta)
  • Add support for arm64 simulators

[1.15.1] - 2022-07-20

[1.15.0] - 2022-07-18

Notes

  • This version has critical issues on Android. Use version 1.15.1 instead

Features

  • Lens Studio 4.25 support

[1.14.1] - 2022-06-30

[1.14.0] - 2022-06-27

Notes

  • This version has critical issues on Android. Use version 1.14.1 instead

Features

  • Lens Studio 4.22 support
  • Add support for lenses with static assets
  • Add standard flash along with ring light for front-facing flash to sample app

[1.13.0] - 2022-05-27

Features

  • New API to support lenses which use the remote service feature
  • New tone-mapping and portrait camera adjustments
  • Add explicit viewport configuration to SCCameraKitPreviewView

[1.12.0] - 2022-04-22

Notes

  • Starting with this release, an API token must be provided as part of the Camera Kit configuration, failure to do so will result in a runtime exception. See Android and iOS documentation for examples on how to obtain and provide an API token.
  • The legal agreement prompt has been updated to use a more user friendly text copy. Updating to this release will result in users needing to accept the updated prompt which includes a new link to the Camera Kit's "learn more" page.

Features

  • Lens Studio 4.19 support

Bug Fixes

  • LensProcessor.setAudioMuted doesn't mute/unmute audio coming from lenses

Known Issues

  • Lenses using the new Text to Speech feature throw a runtime exception on Android and simply do nothing on iOS. This is expected as the feature is currently unavailable in Camera Kit.

[1.11.1] - 2022-04-05

Bug Fixes

  • Fix bug where landmarkers would not work properly

[1.11.0] - 2022-03-14

Bug Fixes

  • Allow recording videos up to 60 seconds by default

Features

  • Add support for text input in lenses
  • Lens Studio 4.16 support

[1.10.0] - 2022-02-28

Bug Fixes

  • Binary size optimizations (1.3MB uncompressed savings)

Features

  • : Added missing "Privacy - Location When In Use Usage Description" entry in Sample App Info.plist

[1.9.2] - 2022-02-10

[1.9.1] - 2022-01-26

Bug Fixes

  • Fixed bug where additionalConfigurationFlags would not be processed correctly

[1.9.0] - 2022-01-18

Features

  • Lens Studio 4.13 support
  • M1/arm64 simulator support
  • Add support for tap to focus

Bug Fixes

  • Audio cuts out when swapping camera

[1.8.4] - 2022-01-14

Bug Fixes

  • SessionConfig values not being used correctly

[1.8.3] - 2022-01-12

Bug Fixes

  • Clear out queue file if it is corrupted

Features

  • Expose legal agreement URLs

[1.8.2] - 2021-12-15

Bug Fixes

  • Missing localized strings

[1.8.1] - 2021-12-09

Bug Fixes

  • Too-large images fail to load in media picker
  • Lens content downloads use non-optimal CDN links
  • unknown_lens_hint blinks on activation
  • Rear camera not using LiDAR for depth when supported

[1.8.0] - 2021-12-07

Bug Fixes

  • Touch targets in lenses are not aligned with actual elements
  • Recording keeps going past duration but animation stops
  • Memory leak when device is offline
  • gRPC objective c runtime conflicts
  • Rebuilt deliverable with latest toolset to prevent crashes

Features

  • Support API token based authorization
  • Legal agreement prompt pop-up dialog support

[1.7.6] - 2021-11-08

Bug Fixes

  • Extension API mismatch

[1.7.5] - 2021-10-28

Bug Fixes

  • Memory leak when device is offline
  • Potential gRPC objective c runtime conflicts when host app contains gRPC
  • Surface tracking behaves incorrectly in portrait mode

Features

  • Lens Studio 4.7 support

[1.7.4] - 2021-10-20

[1.7.3] - 2021-10-11

Bug Fixes

  • Cache size config being ignored

[1.7.2] - 2021-10-07

Bug Fixes

  • Remove private API usage

[1.7.1] - 2021-10-01

Bug Fixes

  • Borders on captured images and videos
  • Process images at video resolution

[1.7.0] - 2021-09-22

Bug Fixes

  • Deadlock on stopping session
  • Process images at video resolution (scaling was causing layers of lens to disappear or objects to move their location in photos)

Features

  • SwiftUI support
  • Added SRE metrics

[1.6.21] - 2021-10-11

Bug Fixes

  • Cache size config being ignored

[1.6.20] - 2021-10-07

Bug Fixes

  • Remove private API usage

[1.6.19] - 2021-10-01

Bug Fixes

  • Borders on captured images and videos

[1.6.18] - 2021-09-29

Bug Fixes

  • Landmarkers localisation issues

[1.6.17] - 2021-09-22

[1.6.16] - 2021-09-20

Bug Fixes

  • Button hit target may not have aligned with rendered UI

[1.6.15] - 2021-09-14

Features

  • LensStudio 4.5 support

[1.6.14] - 2021-09-03

Bug Fixes

  • Stability issues

[1.6.13] - 2021-09-02

Features

  • Bitcode support

[1.6.12] - 2021-08-17

[1.6.11] - 2021-08-06

[1.6.10] - 2021-07-23

[1.6.9] - 2021-07-19

Bug Fixes

  • Localization always giving priority to preferred languages with 3 letter ISO 639-2 codes

[1.6.8] - 2021-07-13

[1.6.7] - 2021-07-08

Bug Fixes

  • Increase max lenses content size
  • Some lenses turn grayscale when recording

[1.6.6] - 2021-06-22

Bug Fixes

  • Large photo picker images (panorama) exceed memory

[1.6.5] - 2021-06-17

[1.6.4] - 2021-06-16

Bug Fixes

  • Previous lens would sometimes be applied after new one was applied

[1.6.3] - 2021-06-16

[1.6.1] - 2021-05-10

Bug Fixes

  • Deadlock on stopping session

[1.6.0] - 2021-04-26

Features

  • Landmarkers support
  • Media picker support

[1.5.11] - 2021-03-17

[1.5.10] - 2021-03-03

[1.5.9] - 2021-02-26

[1.5.8] - 2021-02-24

[1.5.7] - 2021-02-18

[1.5.6] - 2021-02-03

[1.5.5] - 2021-01-26

[1.5.4] - 2021-01-15

[1.5.3] - 2021-01-06

Bug Fixes

  • FileHandle exceptions and lens processor crash

[1.5.2] - 2020-12-22

[1.5.1] - 2020-12-22

[1.5.0] - 2020-12-03

Bug Fixes

  • CarouselView crashing sometimes when swiping

Features

  • Add first frame ready event to processor observer

[1.4.5] - 2020-12-01

[1.4.4] - 2020-11-20

[1.4.3] - 2020-11-18

[1.4.2] - 2020-11-17

[1.4.1] - 2020-11-16

Bug Fixes

  • Lock orientation when recording
  • Carousel sometimes resetting transform on reloading data
  • ARKit video is stretched
  • Image hints are present in videos
  • Some lenses won't download after the internet is back
  • Bundled hints not localizing properly if host app doesn't support localization
  • Recorded video frozen when returning from background

Features

  • Add LiDAR support
  • Improve AVSessionInput camera performance
  • Expose lens preview model

[1.3.6] - 2020-11-04

Bug Fixes

  • Some lenses won't download after the internet is back
  • Race condition sometimes when retrying requests due to no internet
  • Requests sometime failing if app is open for too long
  • Lens repo sometimes returning stale data

Features

  • Expose lens preview model

[1.4.0] - 2020-10-28

Bug Fixes

  • ARKit video is stretched
  • Image hints are present in videos
  • Some lenses won't download after the internet is back
  • Bundled hints not localizing properly if host app doesn't support localization
  • Recorded video frozen when returning from background

Features

  • Add LiDAR support
  • Improve AVSessionInput camera performance
  • Expose lens preview model

[1.3.5] - 2020-10-20

[1.3.4] - 2020-10-15

Features

  • Expose lens preview model

[1.3.3] - 2020-10-15

[1.3.2] - 2020-10-15

[1.3.1] - 2020-10-09

Bug Fixes

  • Some lenses won't download after the internet is back
  • Race condition sometimes when retrying requests due to no internet
  • Requests sometime failing if app is open for too long

[1.3.0] - 2020-09-25

[1.2.0] - 2020-08-27

Features

  • Invalidate metadata cache on cold-start when network is available

[1.1.0] - 2020-07-29

Features

  • Add support for dynamic lens launch data
  • Expose user data provider

[1.0.0] - 2020-07-08

Features

  • Expose vendor data
  • Add lens prefetcher support
  • Add support for ARKit
  • Add support for localized hints

[0.5.0] - 2020-06-03

[0.4.0] - 2020-04-22

Bug Fixes

  • Original lens should be active on app opening
  • First lens doesn't work on fresh install
  • Carousel in landscape is not aligned
  • Fix carousel ux: close button goes to empty lens

Features

  • Add processor observer
  • Add share to Snapchat
  • Capture and image preview support
  • Add support for remote assets and unbundle tracking data
  • Add sample video preview

[0.3.0] - 2020-03-30

Bug Fixes

  • Correct effect viewport and aspect ratio for lenses

Features

  • Restructure Repository API
  • Add video recording support
  • Add sample UI and migrate CameraViewController to reference UI
  • Add snap camera button
  • Add Carousel

[0.2.0] - 2020-02-27

Features

  • Add support for remote lens metadata and content

0.1.0 - 2020-02-12

Bug Fixes

  • Re-apply lens when entering foreground

Features

  • Add Camera Flip Button
  • add prev next buttons to flip between lenses
  • use lens name property