Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit d4224cb

Browse files
authored
Release/v1.9.2 (#1053)
* chore: prepare next version cr: https://code.amazon.com/reviews/CR-108532213 * chore: upgrades to node v18 * refactor: migrates to aws sdk v3 SIM: https://i.amazon.com/P107433202 cr: https://code.amazon.com/reviews/CR-110889305 * fix: updates the xray aws client setup for sdk v3 client cr: https://code.amazon.com/reviews/CR-113848124 * chore: updates changelog file cr: https://code.amazon.com/reviews/CR-114387423 * fix: bumps @react-native-community/cli transitive package to mitigate a dependabot alert * chore: updates readme.md cr: https://code.amazon.com/reviews/CR-115707104 * chore: updates AWS Solutions ops metrics info into readme cr: https://code.amazon.com/reviews/CR-115708880
1 parent bbf5df9 commit d4224cb

Some content is hidden

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

49 files changed

+20319
-10520
lines changed

.github/workflows/mainline-dev-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [16.x]
18+
node-version: [18.x]
1919

2020
steps:
2121
- name: Checkout

.github/workflows/mainline-dev-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [18.x]
1717

1818
steps:
1919
- name: Checkout

.github/workflows/mainline-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [18.x]
1717

1818
steps:
1919
- name: Checkout

.github/workflows/newpr-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16.x]
17+
node-version: [18.x]
1818

1919
steps:
2020
- name: Checkout

.github/workflows/newpr-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16.x]
17+
node-version: [18.x]
1818

1919
steps:
2020
- name: Checkout

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/gallium
1+
lts/hydrogen

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.9.2] - 2024-02-28
9+
10+
### Changed
11+
12+
- Migrate to AWS SDK v3.
13+
- Upgrade to Node.js 18.
14+
815
## [1.9.1] - 2023-12-15
916

1017
### Fixed

NOTICE.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ This software includes third party software subject to the following copyrights:
2323
@aws-amplify/ui-components@1.9.40 under the Apache-2.0
2424
@aws-amplify/ui-react@1.2.26 under the n/a
2525
@aws-cdk/aws-servicecatalogappregistry-alpha@2.60.0-alpha.0 under the Apache-2.0
26+
@aws-sdk/client-cognito-identity-provider@3.485.0 under the Apache-2.0
27+
@aws-sdk/client-dynamodb-streams@3.485.0 under the Apache-2.0
28+
@aws-sdk/client-dynamodb@3.485.0 under the Apache-2.0
29+
@aws-sdk/client-s3@3.485.0 under the Apache-2.0
30+
@aws-sdk/lib-dynamodb@3.485.0 under the Apache-2.0
31+
@aws-sdk/util-dynamodb@3.485.0 under the Apache-2.0
2632
@babel/plugin-proposal-private-property-in-object@7.21.11 under the MIT
2733
@cloudscape-design/components@3.0.159 under the Apache-2.0
2834
@cloudscape-design/global-styles@1.0.6 under the Apache-2.0
@@ -33,12 +39,11 @@ This software includes third party software subject to the following copyrights:
3339
@fortawesome/react-fontawesome@0.1.19 under the MIT
3440
@hookform/resolvers@1.3.8 under the MIT
3541
@reach/menu-button@0.11.2 under the MIT
36-
@testing-library/jest-dom@5.16.5 under the MIT
42+
@testing-library/jest-dom@5.17.0 under the MIT
3743
@testing-library/react@10.4.9 under the MIT
3844
@testing-library/user-event@12.8.3 under the MIT
39-
@types/aws-lambda@8.10.102 under the MIT
4045
@types/aws-lambda@8.10.109 under the MIT
41-
@types/aws-sdk@2.7.0 under the MIT
46+
@types/aws-lambda@8.10.131 under the MIT
4247
@types/aws-serverless-express@3.3.5 under the MIT
4348
@types/cookie-parser@1.4.3 under the MIT
4449
@types/cors@2.8.12 under the MIT
@@ -77,10 +82,9 @@ This software includes third party software subject to the following copyrights:
7782
aws-amplify@4.3.46 under the Apache-2.0
7883
aws-cdk-lib@2.86.0 under the Apache-2.0
7984
aws-cdk@2.86.0 under the Apache-2.0
80-
aws-sdk@2.1354.0 under the Apache-2.0
81-
aws-sdk@2.1393.0 under the Apache-2.0
85+
aws-sdk-client-mock@3.0.1 under the MIT
8286
aws-serverless-express@3.4.0 under the Apache-2.0
83-
aws-xray-sdk@3.5.0 under the Apache-2.0
87+
aws-xray-sdk@3.5.3 under the Apache-2.0
8488
cdk-nag@2.21.43 under the Apache-2.0
8589
commitizen@4.3.0 under the MIT
8690
constructs@10.1.198 under the Apache-2.0
@@ -114,7 +118,7 @@ license-report@6.3.0 under the MIT
114118
lint-staged@13.1.0 under the MIT
115119
mutationobserver-shim@0.3.7 under the MIT
116120
papaparse@5.3.2 under the MIT
117-
performance-dashboard-backend@1.9.0 under the Apache-2.0
121+
performance-dashboard-backend@1.9.2 under the Apache-2.0
118122
pino@6.14.0 under the MIT
119123
prettier@2.8.0 under the MIT
120124
prettier@2.8.1 under the MIT

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ This project is licensed under the Apache-2.0 License.
5959
## Feedback
6060

6161
We're currently collecting feedback on Performance Dashboard on AWS to ensure the product meets your needs. If you would like to share your thoughts, we'd love to hear from you. Reach out to us at wwps-performance-dashboard@amazon.com.
62+
63+
## Collection of Anonymous Operational Metrics
64+
65+
This solution collects anonymous operational metrics to help AWS improve the quality of features of the solution. For more information, including how to disable
66+
this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/performance-dashboard-on-aws/overview.html).

backend/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/gallium
1+
lts/hydrogen

0 commit comments

Comments
 (0)