Release Notes
Have a cool idea you want us to add? contact us
1.9.2 - 2021/10/15
Fixed an issue where scanning an unselected passport was possible.
1.9.0 - 2021/09/20
Added support for the following documents:
Changes to Document enum:
Added GenericDocument
Added GenericIDCard
1.8.1 - 2021/09/03
Added support for the following documents:
Changes to Document enum:
Added SouthAfricaStudentPermit
Added SouthAfricaVisitorVisa
Changes to DocumentType enum:
Added Visa
Added
documentNumber
to PhilippinesSeafarerIdentificationRecordBookModelUpdated
names
variable for Document enum to be more descriptive
1.7.3 - 2021/08/25
Updated internal dependencies.
Fixed issue where Biometrics SDK dependencies and Identity SDK dependencies clashed.
1.7.0 - 2021/08/20
Added support for the following documents:
Changes to Document enum:
Added AngolaPassport
Added BangladeshPassport
Added BotswanaPassport
Added EgyptPassport
Added EthiopiaPassport
Added GenericPassport
Added LesothoPassport
Added MauritiusPassport
Added NamibiaPassport
Added NigeriaPassport
Added PakistanPassport
Added SomaliaPassport
Added TanzaniaPassport
Added UnitedKingdomPassport
Added ZambiaPassport
1.6.2 - 2021/08/19
Improved the scanning performance of the Philippines seafarer identification document
Removed the
barcodeData
variable from the PhilippinesDriverLicenseModelRemoved the
barcodeImage
variable from the PhilippinesDriverLicenseModelRemoved the
barcodeImagePath
variable from the PhilippinesDriverLicenseModelRemoved the
conditions
variable from the PhilippinesDriverLicenseModelRemoved the
croppedDocumentBackImage
variable from the PhilippinesDriverLicenseModelRemoved the
croppedDocumentBackImagePath
variable from the PhilippinesDriverLicenseModelRemoved the
eyeColor
variable from the PhilippinesDriverLicenseModelRemoved the
fullName
variable from the PhilippinesDriverLicenseModelRemoved the
height
variable from the PhilippinesDriverLicenseModelRemoved the
restrictions
variable from the PhilippinesDriverLicenseModelRemoved the
serialNumber
variable from the PhilippinesDriverLicenseModelRemoved the
weight
variable from the PhilippinesDriverLicenseModel
1.5.3 - 2021/08/12
Improved document cropping for all Philippines documents
1.5.2 - 2021/07/28
Added
portraitBackImage
,documentBackImage
, andcroppedDocumentBackImage
variables to PhilippinesSeafarerIdentificationDocumentModelAdded
saveImages()
function to PhilippinesSeafarerIdentificationDocumentModel
1.5.1 - 2021/07/27
Fixed an issue for the front side of the Philippines Seafarer Identification Document
where the
identityNumber
was incorrectly parsed.Fixed an issue where the SDK would sometimes cause the app to crash while scanning a document (Precondition failed: Negative count not allowed).
1.5.0 - 2021/07/27
Fixed an issue for UgandaIDCardModel where front and back validation would always fail.
Fixed an issue where the incorrect country would be returned for the GhanaPassport on the Document.country variable.
Added support for the following documents:
Improved the scanning for the following documents:
PhilippinesUnifiedMultipurposeIDModel (old PhilippinesIDCardModel, see below).
Changes to the Document enum:
Added support for CaseIterable.
Added PhilippinesFirearmsLicense.
Added PhilippinesIntegratedBarID.
Added PhilippinesPostalID.
Added PhilippinesSocialSecurityID.
Removed PhilippinesIDCard.
Added
.name
.
Changes to the DocumentType enum:
Added support for CaseIterable.
Added FirearmsLicense.
Added IntegratedBarID.
Added PhilHealthInsuranceCard.
Added PostalID.
Added SocialSecurityID.
Added UnifiedMultipurposeID.
Changes to the Country enum for the Philippines country:
Removed IDCard from
.supportedDocuments
.
Renamed
surname
tolastName
for PhilippinesDriversLicenseModel.Multiple changes to the Philippines ID Card:
Renamed the model from PhilippinesIDCardModel to PhilippinesUnifiedMultipurposeIDModel.
Changed the document type from IDCard to UnifiedMultipurposeID type (This means when calling the
.supportedDocuments
variable on the Philippines country, it will no longer include the IDCard type but is replaced by the new UnifiedMultipurposeID type).Removed scanning the back of the card, we now only need to scan the front of the card.
Removed
barcodeData
.
Updated dependencies (Minimum XCode version has changed from 12.1 to 12.4 !).
Improved the camera component.
We now filter out certain poor frames (out of focus, incorrect white balance, over exposure). Which improves the quality of images that we actually process.
Minor bug fixes.
1.4.0 - 2021/06/24
Added
displayToastMessages
to SybrinIdentityConfiguration.
1.3.0 - 2021/06/21
Added
environmentKey
to SybrinIdentityConfiguration.Improved scanning the barcodes for the SouthAfricaDriversLicenseModel and SouthAfricaIDCardModel documents.
1.2.2 - 2021/06/04
Internal changes
1.2.1 - 2021/05/24
Internal improvements, optimizations and minor bug fixes
1.2.0 - 2021/05/11
Added support for the following documents:
Uganda ID Card
Uganda Passport
Multiple changes for PhilippinesDriversLicenseModel:
Removed a duplicated property
barcodeBackImage
Changed data type for
weight
andheight
fromDouble
toFloat
Renamed
barcode
tobarcodeData
Added
croppedDocumentBackImage
andcroppedDocumentBackImagePath
Renamed
barcode
tobarcodeData
for PhilippinesIDCardModelAdded
croppedDocumentBackImage
andcroppedDocumentBackImagePath
to SouthAfricaDriversLicenseModelRemoved
croppedDocumentBackImage
andcroppedDocumentBackImagePath
from DriversLicenseModelFixed multi phase verification for MozambiqueIDCardModel
1.1.0 - 2021/05/04
Added more documents!
Added support for the following documents:
Ghana Passport
Kenya Passport
Malawi Passport
Mozambique ID Card
Mozambique Passport
Philippines Drivers License
Philippines ID Card
South Africa Drivers License
Crushed some bugs!
Fixed a bug where Philippines passport scanning would parse incorrect characters
More improvements!
Improved the way OCR parses document data
Improved document cropping algorithm
Significantly improved performance for scanning certain documents that were previously slow
Minor bug fixes
1.0.1 - 2021/04/19
Initial Release! 🥳
Last updated