Skip to content

Commit b033a73

Browse files
osama-rizkcalebpollmangithub-actions[bot]
authored
feat(liveness): No lights feature (#6599)
* feat(liveness): add no-lights feature - chore(liveness): add liveness-alpha tag publishing - chore(liveness): Add webhook trigger for alpha app (#5101) - refactor(liveness): refactor client, color display and stream recording (#5110) - chore(liveness): move starting of ws connection to beginning of state… (#5234) - chore(liveness): add more dynamic configs (#5254) - chore(liveness): Add gamma environment (#5255) - chore(liveness): Added Liveness telemetry (#5261) - chore(liveness): Pass new challenge to streaming request and store in context (#5269) - chore(liveness): Update state machine flow for no lights (#5273) - chore(liveness): Remove audit image processing from example app(#5277) - chore(liveness): point to no-lights sdk (#5280) - chore(liveness): pass arn secret to reusable-cache workflow in publish - update liveness exports (#5291) - chore: added comment about telemetry usage (#5301) - chore(liveness): update runtime on liveness lambdas (#5294) - chore(liveness): Update docs for nolights feature (#5300) - fix(liveness): fix camera switching after ws connection established (#5311) - chore(liveness): Add e2e tests for no-light challenge (#5316) - fix(liveness): skip empty video events (#5480) - bug(liveness): handle empty video events (#5530) - chore(liveness): randomize hair check screen oval (#5601) - chore(liveness): adjust widht seed for hair check per science request (#5629) - chore(liveness): remove random x and y values (#5694) - chore(liveness): allow selecting all cameras, allow camera selection … (#5833) - fix(liveness): fix camera select showing up with one camera, fix camera changing weirdness with hair check screen (#5845) - fix(liveness): Only apply transform style on user-facing video (#5953) - fix(liveness): Fix oval render when switching cameras (#5954) - chore(liveness): update video constraints for selected camera (#6009) * fix(ui): update constants exports * Revert "fix(ui): update constants exports" This reverts commit 7935b83. * fix(ui): update constants exports (#6585) * chore(liveness): Update smithy models dependancies and remove unused code/logs (#6589) * fix(liveness) update yarn (#6594) * fix(liveness): cypress/e2e liveness test issue (#6597) * Version Packages (#6574) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * revert test-internal gitgub workflow change * remove liveness feature development work flow * fix ts issue on the liveness example * Remove unused code in machine test file --------- Co-authored-by: Caleb Pollman <cpollman@amazon.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a6bb004 commit b033a73

File tree

114 files changed

+7517
-2895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+7517
-2895
lines changed

.changeset/angry-ants-grow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aws-amplify/ui-react-liveness": patch
3+
---
4+
5+
chore(liveness): add more dynamic configs

.changeset/cyan-spiders-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aws-amplify/ui-react-liveness": patch
3+
---
4+
5+
chore(liveness): Update state machine flow for no lights

.changeset/gorgeous-doors-drop.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@aws-amplify/ui-react-liveness": patch
3+
---
4+
5+
chore(liveness): pass in new challenge to createStreamingRequest and store in context.
6+
- Update context to extend to multiple types
7+
- Export challenge type and supported challenges for consumption in the `ui-react-liveness` package
8+
9+
```
10+
export const FACE_MOVEMENT_AND_LIGHT_CHALLENGE: ChallengeType = {
11+
type: 'FaceMovementAndLightChallenge',
12+
version: '1.0.0',
13+
};
14+
```

.changeset/old-suits-brush.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"@aws-amplify/ui-react": patch
3+
"@aws-amplify/ui-react-ai": patch
4+
"@aws-amplify/ui-react-core": patch
5+
"@aws-amplify/ui-react-core-notifications": patch
6+
"@aws-amplify/ui-react-geo": patch
7+
"@aws-amplify/ui-react-liveness": patch
8+
"@aws-amplify/ui-react-native": patch
9+
"@aws-amplify/ui-react-notifications": patch
10+
"@aws-amplify/ui-react-storage": patch
11+
---
12+
13+
chore(react): add support for React 19

.changeset/rich-bags-smile.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@aws-amplify/ui-angular": patch
3+
"@aws-amplify/ui-react-ai": patch
4+
"@aws-amplify/ui-react-auth": patch
5+
"@aws-amplify/ui-react-core-auth": patch
6+
"@aws-amplify/ui-react-core-notifications": patch
7+
"@aws-amplify/ui-react-core": patch
8+
"@aws-amplify/ui-react-geo": patch
9+
"@aws-amplify/ui-react-liveness": patch
10+
"@aws-amplify/ui-react-native-auth": patch
11+
"@aws-amplify/ui-react-native": patch
12+
"@aws-amplify/ui-react-notifications": patch
13+
"@aws-amplify/ui-react-storage": patch
14+
"@aws-amplify/ui-react": patch
15+
"@aws-amplify/ui": patch
16+
"@aws-amplify/ui-vue": patch
17+
"@aws-amplify/ui-angular": patch
18+
---
19+
20+
chore(ai): adding UA string for AIConversation

.changeset/selfish-parents-rush.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@aws-amplify/ui-vue": patch
3+
"@aws-amplify/ui-angular": patch
4+
---
5+
6+
deps: resolve all versions of nanoid to 3.3.8

.changeset/slimy-items-deny.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aws-amplify/ui-react-liveness": patch
3+
---
4+
5+
chore(liveness): move ws connection start to beginning of liveness flow

.changeset/three-phones-look.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@aws-amplify/ui-docs": patch
3+
"@aws-amplify/ui-react-native-example": patch
4+
"@aws-amplify/ui-e2e": patch
5+
"@aws-amplify/ui-react-native": patch
6+
---
7+
8+
chore(authenticator): Add Authenticator Component Overrides Sample Application and Documentation
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: 'Return AWS CodeArtifact configuration'
2+
description: 'Returns the AWS CodeArtifact repository endpoint and token post configuring credentials'
3+
inputs:
4+
role-to-assume:
5+
description: 'The role to assume when configuring AWS CodeArtifact'
6+
required: true
7+
domain:
8+
description: 'The AWS CodeArtifact domain'
9+
required: true
10+
repository:
11+
description: 'The AWS CodeArtifact repository'
12+
required: true
13+
outputs:
14+
repository-endpoint:
15+
description: 'The AWS CodeArtifact repository endpoint'
16+
value: ${{ steps.configure-codeartifact.outputs.repository-endpoint }}
17+
18+
repository-token:
19+
description: 'The AWS CodeArtifact authorization token'
20+
value: ${{ steps.configure-codeartifact.outputs.repository-token }}
21+
runs:
22+
using: 'composite'
23+
steps:
24+
- name: Configure AWS Credentials
25+
uses: aws-actions/configure-aws-credentials@master
26+
with:
27+
role-to-assume: ${{ inputs.role-to-assume }}
28+
aws-region: us-east-2
29+
30+
- name: Configure CodeArtifact
31+
id: configure-codeartifact
32+
shell: bash
33+
run: |
34+
ENDPOINT=`aws codeartifact get-repository-endpoint --domain $DOMAIN --repository $REPOSITORY --format npm --query repositoryEndpoint --output text`
35+
NPM_TOKEN=`aws codeartifact get-authorization-token --domain $DOMAIN --query authorizationToken --output text`
36+
37+
echo "::set-output name=repository-endpoint::$ENDPOINT"
38+
echo "::set-output name=repository-token::$NPM_TOKEN"
39+
env:
40+
DOMAIN: ${{ inputs.domain }}
41+
REPOSITORY: ${{ inputs.repository }}

.github/workflows/publish-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
secrets:
6464
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6565

66-
deploy-sample-app:
66+
deploy-sample-app-next:
6767
runs-on: ubuntu-latest
6868
environment: deployment
6969
needs: publish

0 commit comments

Comments
 (0)