@authme/engine 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +332 -0
- package/README.md +7 -0
- package/assets/engine-worker.js +642 -0
- package/assets/ml_engine_web.js +21 -0
- package/assets/ml_engine_web.simd.js +21 -0
- package/assets/ml_engine_web.simd.wasm +0 -0
- package/assets/ml_engine_web.wasm +0 -0
- package/package.json +16 -0
- package/src/index.d.ts +3 -0
- package/src/index.js +7 -0
- package/src/index.js.map +1 -0
- package/src/lib/engine.d.ts +40 -0
- package/src/lib/engine.js +206 -0
- package/src/lib/engine.js.map +1 -0
- package/src/lib/enum/auth.enum.d.ts +3 -0
- package/src/lib/enum/auth.enum.js +8 -0
- package/src/lib/enum/auth.enum.js.map +1 -0
- package/src/lib/enum/index.d.ts +2 -0
- package/src/lib/enum/index.js +6 -0
- package/src/lib/enum/index.js.map +1 -0
- package/src/lib/enum/module.enum.d.ts +8 -0
- package/src/lib/enum/module.enum.js +13 -0
- package/src/lib/enum/module.enum.js.map +1 -0
- package/src/lib/interface/basic-type.interface.d.ts +12 -0
- package/src/lib/interface/basic-type.interface.js +3 -0
- package/src/lib/interface/basic-type.interface.js.map +1 -0
- package/src/lib/interface/config.interface.d.ts +7 -0
- package/src/lib/interface/config.interface.js +10 -0
- package/src/lib/interface/config.interface.js.map +1 -0
- package/src/lib/interface/index.d.ts +3 -0
- package/src/lib/interface/index.js +7 -0
- package/src/lib/interface/index.js.map +1 -0
- package/src/lib/interface/worker-command.interface.d.ts +7 -0
- package/src/lib/interface/worker-command.interface.js +3 -0
- package/src/lib/interface/worker-command.interface.js.map +1 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
|
+
|
|
5
|
+
## [2.1.1](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.0...prod-2.1.1) (2022-09-08)
|
|
6
|
+
|
|
7
|
+
## 1.2.2 (2022-07-28)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
|
|
12
|
+
- fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
|
|
13
|
+
- Fix Liveness Verify bugs ([2233d91](https://github.com/AuthMe01/web-client-sdk/commit/2233d913d8356ba55129ba442a7b36bc790cff0d))
|
|
14
|
+
- PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
|
|
15
|
+
- PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
|
|
16
|
+
- PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
|
|
17
|
+
- PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
|
|
18
|
+
- PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
|
|
19
|
+
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
20
|
+
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
21
|
+
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
22
|
+
- PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
|
|
23
|
+
- PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
|
|
24
|
+
- PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
|
|
25
|
+
- PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
|
|
26
|
+
- PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
|
|
27
|
+
- PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
|
|
28
|
+
- PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
|
|
29
|
+
- PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
|
|
30
|
+
- PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
|
|
31
|
+
- PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
|
|
32
|
+
- PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
|
|
33
|
+
- PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
|
|
34
|
+
- PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
|
|
35
|
+
- PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
- PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
|
|
40
|
+
- PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
|
|
41
|
+
- PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
|
|
42
|
+
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
43
|
+
- PROD-1170 MRZ function ([f58a3d1](https://github.com/AuthMe01/web-client-sdk/commit/f58a3d1ab7e57e199fc11a4216d698668cf0c7e1))
|
|
44
|
+
- PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
|
|
45
|
+
- PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
|
|
46
|
+
- PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
|
|
47
|
+
- PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
|
|
48
|
+
- PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
|
|
49
|
+
- PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
|
|
50
|
+
- PROD-1354 update EngineLib to 2.1.0 ([7cb6d0b](https://github.com/AuthMe01/web-client-sdk/commit/7cb6d0b8c7c5f3f2fd398dfc56b797667ea69075))
|
|
51
|
+
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
52
|
+
- PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
|
|
53
|
+
- PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
|
|
54
|
+
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
55
|
+
- PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
|
|
56
|
+
- PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
|
|
57
|
+
- PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
|
|
58
|
+
- PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
|
|
59
|
+
- PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
|
|
60
|
+
- PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
|
|
61
|
+
- PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
|
|
62
|
+
- PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
|
|
63
|
+
- PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
|
|
64
|
+
- PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
|
|
65
|
+
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
66
|
+
|
|
67
|
+
## 1.2.1 (2022-07-28)
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
- adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
|
|
72
|
+
- fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
|
|
73
|
+
- PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
|
|
74
|
+
- PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
|
|
75
|
+
- PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
|
|
76
|
+
- PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
|
|
77
|
+
- PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
|
|
78
|
+
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
79
|
+
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
80
|
+
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
81
|
+
- PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
|
|
82
|
+
- PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
|
|
83
|
+
- PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
|
|
84
|
+
- PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
|
|
85
|
+
- PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
|
|
86
|
+
- PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
|
|
87
|
+
- PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
|
|
88
|
+
- PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
|
|
89
|
+
- PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
|
|
90
|
+
- PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
|
|
91
|
+
- PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
|
|
92
|
+
- PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
|
|
93
|
+
- PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
|
|
94
|
+
- PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
- PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
|
|
99
|
+
- PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
|
|
100
|
+
- PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
|
|
101
|
+
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
102
|
+
- PROD-1170 MRZ function ([f58a3d1](https://github.com/AuthMe01/web-client-sdk/commit/f58a3d1ab7e57e199fc11a4216d698668cf0c7e1))
|
|
103
|
+
- PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
|
|
104
|
+
- PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
|
|
105
|
+
- PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
|
|
106
|
+
- PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
|
|
107
|
+
- PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
|
|
108
|
+
- PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
|
|
109
|
+
- PROD-1354 update EngineLib to 2.1.0 ([7cb6d0b](https://github.com/AuthMe01/web-client-sdk/commit/7cb6d0b8c7c5f3f2fd398dfc56b797667ea69075))
|
|
110
|
+
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
111
|
+
- PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
|
|
112
|
+
- PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
|
|
113
|
+
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
114
|
+
- PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
|
|
115
|
+
- PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
|
|
116
|
+
- PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
|
|
117
|
+
- PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
|
|
118
|
+
- PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
|
|
119
|
+
- PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
|
|
120
|
+
- PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
|
|
121
|
+
- PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
|
|
122
|
+
- PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
|
|
123
|
+
- PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
|
|
124
|
+
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
125
|
+
|
|
126
|
+
# 1.2.0 (2022-07-25)
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
129
|
+
|
|
130
|
+
- adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
|
|
131
|
+
- fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
|
|
132
|
+
- PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
|
|
133
|
+
- PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
|
|
134
|
+
- PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
|
|
135
|
+
- PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
|
|
136
|
+
- PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
|
|
137
|
+
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
138
|
+
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
139
|
+
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
140
|
+
- PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
|
|
141
|
+
- PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
|
|
142
|
+
- PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
|
|
143
|
+
- PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
|
|
144
|
+
- PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
|
|
145
|
+
- PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
|
|
146
|
+
- PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
|
|
147
|
+
- PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
|
|
148
|
+
- PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
|
|
149
|
+
- PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
|
|
150
|
+
- PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
|
|
151
|
+
- PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
|
|
152
|
+
- PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
|
|
153
|
+
- PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
|
|
154
|
+
|
|
155
|
+
### Features
|
|
156
|
+
|
|
157
|
+
- PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
|
|
158
|
+
- PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
|
|
159
|
+
- PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
|
|
160
|
+
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
161
|
+
- PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
|
|
162
|
+
- PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
|
|
163
|
+
- PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
|
|
164
|
+
- PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
|
|
165
|
+
- PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
|
|
166
|
+
- PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
|
|
167
|
+
- PROD-1354 update EngineLib to 2.1.0 ([7cb6d0b](https://github.com/AuthMe01/web-client-sdk/commit/7cb6d0b8c7c5f3f2fd398dfc56b797667ea69075))
|
|
168
|
+
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
169
|
+
- PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
|
|
170
|
+
- PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
|
|
171
|
+
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
172
|
+
- PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
|
|
173
|
+
- PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
|
|
174
|
+
- PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
|
|
175
|
+
- PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
|
|
176
|
+
- PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
|
|
177
|
+
- PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
|
|
178
|
+
- PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
|
|
179
|
+
- PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
|
|
180
|
+
- PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
|
|
181
|
+
- PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
|
|
182
|
+
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
183
|
+
|
|
184
|
+
## 1.1.1 (2022-07-07)
|
|
185
|
+
|
|
186
|
+
### Bug Fixes
|
|
187
|
+
|
|
188
|
+
- adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
|
|
189
|
+
- fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
|
|
190
|
+
- PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
|
|
191
|
+
- PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
|
|
192
|
+
- PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
|
|
193
|
+
- PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
|
|
194
|
+
- PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
|
|
195
|
+
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
196
|
+
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
197
|
+
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
198
|
+
- PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
|
|
199
|
+
- PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
|
|
200
|
+
- PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
|
|
201
|
+
- PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
|
|
202
|
+
- PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
|
|
203
|
+
- PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
|
|
204
|
+
- PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
|
|
205
|
+
- PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
|
|
206
|
+
- PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
|
|
207
|
+
- PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
|
|
208
|
+
- PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
|
|
209
|
+
- PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
|
|
210
|
+
- PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
|
|
211
|
+
- PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
|
|
212
|
+
|
|
213
|
+
### Features
|
|
214
|
+
|
|
215
|
+
- PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
|
|
216
|
+
- PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
|
|
217
|
+
- PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
|
|
218
|
+
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
219
|
+
- PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
|
|
220
|
+
- PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
|
|
221
|
+
- PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
|
|
222
|
+
- PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
|
|
223
|
+
- PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
|
|
224
|
+
- PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
|
|
225
|
+
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
226
|
+
- PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
|
|
227
|
+
- PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
|
|
228
|
+
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
229
|
+
- PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
|
|
230
|
+
- PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
|
|
231
|
+
- PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
|
|
232
|
+
- PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
|
|
233
|
+
- PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
|
|
234
|
+
- PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
|
|
235
|
+
- PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
|
|
236
|
+
- PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
|
|
237
|
+
- PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
|
|
238
|
+
- PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
|
|
239
|
+
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
240
|
+
|
|
241
|
+
# 1.1.0 (2022-07-06)
|
|
242
|
+
|
|
243
|
+
### Bug Fixes
|
|
244
|
+
|
|
245
|
+
- adjust OCR params ([f620f2f](https://github.com/AuthMe01/web-client-sdk/commit/f620f2f9472411ff3d2b62f982420fe87499b376))
|
|
246
|
+
- fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
|
|
247
|
+
- PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
|
|
248
|
+
- PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
|
|
249
|
+
- PROD-1206 delete session after use ([2e941ef](https://github.com/AuthMe01/web-client-sdk/commit/2e941ef4e3782bea4fd69870372244cf2a2238ed))
|
|
250
|
+
- PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
|
|
251
|
+
- PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
|
|
252
|
+
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
253
|
+
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
254
|
+
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
255
|
+
- PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
|
|
256
|
+
- PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
|
|
257
|
+
- PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
|
|
258
|
+
- PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
|
|
259
|
+
- PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
|
|
260
|
+
- PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
|
|
261
|
+
- PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
|
|
262
|
+
- PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
|
|
263
|
+
- PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
|
|
264
|
+
- PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
|
|
265
|
+
- PROD-755 align enginelib params ([b5e5d30](https://github.com/AuthMe01/web-client-sdk/commit/b5e5d30ad02ed6fc7f9e8100cea8ac5b264b7010))
|
|
266
|
+
- PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
|
|
267
|
+
- PROD-816 adjust ocr params ([16bafb8](https://github.com/AuthMe01/web-client-sdk/commit/16bafb897472c569ef0c55dd20fee21102b56868))
|
|
268
|
+
- PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
|
|
269
|
+
|
|
270
|
+
### Features
|
|
271
|
+
|
|
272
|
+
- PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
|
|
273
|
+
- PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
|
|
274
|
+
- PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
|
|
275
|
+
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
276
|
+
- PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
|
|
277
|
+
- PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
|
|
278
|
+
- PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
|
|
279
|
+
- PROD-1235 update EngineLib to 2.0.3 ([d9d546c](https://github.com/AuthMe01/web-client-sdk/commit/d9d546cbd050fe91e59f60e9f20b483408388163))
|
|
280
|
+
- PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
|
|
281
|
+
- PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
|
|
282
|
+
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
283
|
+
- PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
|
|
284
|
+
- PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
|
|
285
|
+
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
286
|
+
- PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
|
|
287
|
+
- PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
|
|
288
|
+
- PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
|
|
289
|
+
- PROD-836 update engineLib to v0.19.0 ([cff46c6](https://github.com/AuthMe01/web-client-sdk/commit/cff46c6291d8ac99116d0f73270be1400905a8af))
|
|
290
|
+
- PROD-836 update engineLib to v0.20 ([9e88704](https://github.com/AuthMe01/web-client-sdk/commit/9e88704561fd244779398d06aa7675646066ea94))
|
|
291
|
+
- PROD-836 update EngineLib to v0.20.1 ([621bc93](https://github.com/AuthMe01/web-client-sdk/commit/621bc938875bf3d4afc56fd0e584adf7dca06ad4))
|
|
292
|
+
- PROD-876 update EngineLib to v0.20.1a ([504a9aa](https://github.com/AuthMe01/web-client-sdk/commit/504a9aa4fea1632d3ac7355acca853157536be90))
|
|
293
|
+
- PROD-876 update EngineLib to v0.20.1a ([ada4292](https://github.com/AuthMe01/web-client-sdk/commit/ada4292276ca37302392e3edaeca90fb14f800b9))
|
|
294
|
+
- PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
|
|
295
|
+
- PROD-941 remove custom blur&match threshold ([7b4e9a6](https://github.com/AuthMe01/web-client-sdk/commit/7b4e9a6304e841298fce79e6e913fd7e6b0043e2))
|
|
296
|
+
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
297
|
+
|
|
298
|
+
# 1.0.0 (2022-05-30)
|
|
299
|
+
|
|
300
|
+
### Bug Fixes
|
|
301
|
+
|
|
302
|
+
- PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
|
|
303
|
+
- PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
|
|
304
|
+
- PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
|
|
305
|
+
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
306
|
+
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
307
|
+
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
308
|
+
- PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
|
|
309
|
+
- PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
|
|
310
|
+
- PROD-475 adjust ocr blue th to 1500 ([fe87d2e](https://github.com/AuthMe01/web-client-sdk/commit/fe87d2ec56b5dbbcc40e013456bbd70108cc3238))
|
|
311
|
+
- PROD-475 adjust ocr reflective threshold ([ac3f84c](https://github.com/AuthMe01/web-client-sdk/commit/ac3f84c7771991f9fc20fcfe3fc1f79bedbf0550))
|
|
312
|
+
- PROD-475 adjust ocr threshold for blur (higher) ([51b3e3e](https://github.com/AuthMe01/web-client-sdk/commit/51b3e3eef7a2377f57c515225b028f5b5e8518a8))
|
|
313
|
+
- PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
|
|
314
|
+
- PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
|
|
315
|
+
- PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
|
|
316
|
+
- PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
|
|
317
|
+
|
|
318
|
+
### Features
|
|
319
|
+
|
|
320
|
+
- PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
|
|
321
|
+
- PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
|
|
322
|
+
- PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
|
|
323
|
+
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
324
|
+
- PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
|
|
325
|
+
- PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
|
|
326
|
+
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
327
|
+
- PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
|
|
328
|
+
- PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
|
|
329
|
+
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
330
|
+
- PROD-335 update onnxruntime to 1.11.1 ([3c9a7e6](https://github.com/AuthMe01/web-client-sdk/commit/3c9a7e669bf88e74727313e5c872c44f70dbce05))
|
|
331
|
+
- PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
|
|
332
|
+
- PROD-642 split sdk-demo & model-test ([9b40fb1](https://github.com/AuthMe01/web-client-sdk/commit/9b40fb138a7c64083167cdd4742312d27e398a50))
|