Skip to content

Commit

Permalink
Final commit for 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam authored and lukas-koblmueller committed Sep 24, 2024
1 parent 598f9eb commit c4fce6f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ For detailed technical changes please refer to our [Transition Guide](transition
Current SDK version: __4.11.0__
Please refer to our [SDK maintenance and support policy](maintenance_policy.md) for more information about Mobile SDK maintenance and support.

## SDK Version: __4.11.1__
![Fix] Removed Datadog from default podspec [ID Verification, Identity Verification, Document Verification]

## SDK Version: __4.11.0__
![Improvement] Added tilted image capture for frontside of ID documents. Enhanced checks of certain document security features [ID Verification]

![Improvement] Added unsupported documents check to improve quality of extracted data and improve user experience [ID Verification]

![Improvement] Added an Updated Authentication Service [Identity Verification]

## SDK Version: __4.10.1__
![Fix] Removed Datadog from default podspec [ID Verification, Identity Verification, Document Verification]

## SDK Version: __4.10.0__
![Improvement] Support for 4k Image capture. Improved ML model input, enhanced image and fraud checks [ID Verification]

Expand Down
14 changes: 7 additions & 7 deletions docs/integration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@ platform :ios, '12.0'
use_frameworks! # Required for proper framework handling
#Core (add one of these):
pod 'Jumio/Slim', '~>4.11.0' # Manual & DocFinder Capture functionality
pod 'Jumio/Jumio', '~>4.11.0' # Manual & DocFinder Capture + NFC functionality
pod 'Jumio/Slim', '~>4.11.1' # Manual & DocFinder Capture functionality
pod 'Jumio/Jumio', '~>4.11.1' # Manual & DocFinder Capture + NFC functionality
#Addons:
pod 'Jumio/Liveness', '~>4.11.0' # Liveness functionality
pod 'Jumio/IProov', '~>4.11.0' # iProov liveness functionality
pod 'Jumio/Datadog', '~>4.11.0' # Analytics functionality
pod 'Jumio/DefaultUI', '~>4.11.0' # Default UI functionality
pod 'Jumio/Liveness', '~>4.11.1' # Liveness functionality
pod 'Jumio/IProov', '~>4.11.1' # iProov liveness functionality
pod 'Jumio/Datadog', '~>4.11.1' # Analytics functionality
pod 'Jumio/DefaultUI', '~>4.11.1' # Default UI functionality
#All:
pod 'Jumio/All', '~>4.11.0' # All Jumio products with all available scanning methods
pod 'Jumio/All', '~>4.11.1' # All Jumio products with all available scanning methods
```

##### Certified Face Liveness
Expand Down
6 changes: 6 additions & 0 deletions docs/known_issues.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Known Issues

## Table of Contents
- [Xcode16](#xcode16)
- [Apple Privacy Guidelines](#apple-privacy-guidelines)
- [4.9.0](#490)
- [Xcode15](#xcode15)
Expand All @@ -18,6 +19,11 @@
- [User Was Not Asked for Face Capturing](#user-was-not-asked-for-face-capturing)
- [Country Missing from the Country List](#country-missing-from-the-country-list)

## Xcode16
There might be crashes on app startup when using our Datadog frameworks with Xcode16 via Cocoapods.
For versions `4.10.0` and `4.11.0` if you use `Jumio` default podspec (`All`) please use the fixed versions `4.10.1` and `4.11.1`.
For versions below `4.10.0` or if you use `Jumio/Datadog` pod we advise to remove the Datadog dependency (`Jumio/Datadog`) or update to the newer versions.

## Apple Privacy Guidelines
The guide of Jumio SDK compliance to Apple Privacy Guidelines is in [integration FAQ](docs/integration_faq.md#apple-privacy-guidelines)

Expand Down
6 changes: 6 additions & 0 deletions docs/transition_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This section covers all technical changes that should be considered when updatin
⚠️  When updating your SDK version, __all__ changes/updates made in in the meantime have to be taken into account and applied if necessary.
__Example:__ If you're updating from SDK version __3.7.2__ to __3.9.2__, the changes outlined in __3.8.0, 3.9.0__ and __3.9.1__ are __still relevant__.

## 4.11.1
* Removed `Jumio/Datadog` from default podspec configuration. This fixes [this known issue](known_issues.md#xcode16).

## 4.11.0

#### SPM
Expand Down Expand Up @@ -35,6 +38,9 @@ The following keys have been added:
#### Reject Reasons
* Added `401 unsupportedDocument` to `Jumio.RejectReason`.

## 4.10.1
* Removed `Jumio/Datadog` from default podspec configuration. This fixes [this known issue](known_issues.md#xcode16).

## 4.10.0
* Added `Jumio.Scan.Update.flash(FlashState)`
* Added `Jumio.Scan.Update.FlashState`
Expand Down
Empty file modified sample/jumio-sdk-checkout.sh
100755 → 100644
Empty file.

0 comments on commit c4fce6f

Please sign in to comment.