Release v4.14.0 - #593
Merged
Merged
Conversation
"form-data": "4.0.4" => "4.0.5" "protobufjs": "8.2.1" => "8.3.0"
* Set default Node version as 22 Added Node version 24 to matrix * Removed commented in workflows/tests.yaml
* Base to handle Digital ID * Updated builders for document.restrictions.filter and orthogonal.restrictions.filter * Implemented tests * Generated types
…press": "4.22.1" => "4.22.2"
"eslint": "9.39.4" => "9.39.5" "eslint-config-airbnb-extended": "3.1.0" => "3.1.1" "eslint-plugin-jest": "29.15.2" => "29.16.0"
…" as allowed given these do not affect production
* Deleted AML support * Updated .github/workflows/tests.yaml to remove references to aml
laurent-yoti
requested review from
abdalmajeed-yoti,
nikhilPank and
saurabh-yoti
July 29, 2026 17:42
nikhilPank
approved these changes
Jul 30, 2026
nikhilPank
left a comment
Collaborator
There was a problem hiding this comment.
LGTM
Not able to test the retrieval side but session creation is fine and code looks good
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NEW
IDV support for Digital ID
When creating an IDV session, one can specify that Digital ID are accepted as ID Documents, and can also specify which providers are allowed.
Using either the
DocumentRestrictionsFilterBuilderorOrthogonalRestrictionsFilterBuilder, configure the required document like:When retrieving a session, for any ID Document based on a Digital ID, the
provideris available via theidDocumentResource.getProvider()method.Additionally, if a session uses any Digital ID shares, the list of the share is available via the
session.getDigitalIdShares()method.REMOVED
The old
amlAPI is now removed as no longer available from Yoti.