LG-8156: Updating to Acuant SDK 11.7.1#7378
Conversation
changelog: Internal, Updates, Updating to Acuant SDK 11.7.1
aduth
left a comment
There was a problem hiding this comment.
Tested locally on Android, LGTM 👍
| }; | ||
|
|
||
| function AcuantContextProvider({ | ||
| sdkSrc = '/acuant/11.7.0/AcuantJavascriptWebSdk.min.js', |
There was a problem hiding this comment.
We never followed-up with a pull request to remove 11.5.0 after the last upgrade. Can we plan to preemptively get the pull request ready to remove this old version (along with 11.5.0) so it doesn't fall off our radar?
|
Our testing on the new iPhone has worked and this is ready to go. The only stipulation is that we will delay the follow-up PR removing 11.7.0, because there is a new ticket for implementing a/b testing of 11.7.0 vs 11.7.1, which will be the immediate follow up. |
Can we at least remove v11.5.0 ? |
|
changelog: Internal,SDK Upgrade, removing unused Acuant SDK 11.5.0 files
spec/javascripts/packages/document-capture/components/acuant-sdk-spec.js
Outdated
Show resolved
Hide resolved
…dk-spec.js Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov>
-- What In the 11.7.0 update, the Acuant SDK was available in the global scope, but not on the window object -- and we tested for this specific case since it broke many previous assumptions. With the 11.7.1 this inconsistency has been fixed (and is even noted in the release notes here: https://github.com/Acuant/JavascriptWebSDKV11/releases/tag/11.7.1) changelog: Internal, SDK Upgrade, Upgrading Acuant SDK to 11.7.1
* Updating to Acuant SDK 11.7.1 * Add changelog changelog: Internal, Updates, Updating to Acuant SDK 11.7.1 * Removing unused 11.5.0 Acuant SDK files changelog: Internal,SDK Upgrade, removing unused Acuant SDK 11.5.0 files * Update spec/javascripts/packages/document-capture/components/acuant-sdk-spec.js Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov> * Fixing test assumption about window scope -- What In the 11.7.0 update, the Acuant SDK was available in the global scope, but not on the window object -- and we tested for this specific case since it broke many previous assumptions. With the 11.7.1 this inconsistency has been fixed (and is even noted in the release notes here: https://github.com/Acuant/JavascriptWebSDKV11/releases/tag/11.7.1) changelog: Internal, SDK Upgrade, Upgrading Acuant SDK to 11.7.1 Co-authored-by: Andrew Duthie <andrew.duthie@gsa.gov>
🎫 Ticket
LG-8156
🛠 Summary of changes
Adding Acuant SDK Application bundles for 11.7.1 and updating application code references to point to this newer version.
📜 Testing Plan
(We are expecially interested in the newer iPhone 14 (pro max), which has a wider focus than other devices and cannot capture documents)