Skip to content

Commit 1d3b9a5

Browse files
authored
Merge pull request #87 from amplify-education/feature/AT-12785-release-4.0.0
AT-12785: Release 4.0.0
2 parents 7e5f2f7 + 8649205 commit 1d3b9a5

File tree

17 files changed

+2960
-6649
lines changed

17 files changed

+2960
-6649
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [ 14.x, 16.x, 18.x, 20.x ]
13+
node-version: [ 16.x, 18.x, 20.x, 22.x ]
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4

CHANGELOG.md

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

8+
## [4.0.0] - 2024-11-27
9+
10+
### Added
11+
- Serverless V4 support.
12+
13+
### Changed
14+
15+
- Dropped Node14.x support.
16+
- Dropped Serverless 2.x support.
17+
- Updated npm dependencies to fix security vulnerabilities.
18+
819
## [3.2.0] - 2024-01-08
920

1021
### Fixed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ and set AWS_PROFILE environment variable,
6969
it will be used to create AWS entities for testing purposes
7070
```
7171
export AWS_PROFILE=<profile_name>
72-
73-
npm run integration-test
72+
export SERVERLESS_LICENSE_KEY=<sls_license_key>
73+
npx npm run build
74+
npx npm run integration-test
7475
```
7576

7677
All tests should pass. All unit tests should pass before merging.

0 commit comments

Comments
 (0)