Skip to content

Commit

Permalink
Merge pull request #87 from amplify-education/feature/AT-12785-releas…
Browse files Browse the repository at this point in the history
…e-4.0.0

AT-12785: Release 4.0.0
  • Loading branch information
rddimon authored Nov 27, 2024
2 parents 7e5f2f7 + 8649205 commit 1d3b9a5
Show file tree
Hide file tree
Showing 17 changed files with 2,960 additions and 6,649 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x, 20.x ]
node-version: [ 16.x, 18.x, 20.x, 22.x ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.0] - 2024-11-27

### Added
- Serverless V4 support.

### Changed

- Dropped Node14.x support.
- Dropped Serverless 2.x support.
- Updated npm dependencies to fix security vulnerabilities.

## [3.2.0] - 2024-01-08

### Fixed
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ and set AWS_PROFILE environment variable,
it will be used to create AWS entities for testing purposes
```
export AWS_PROFILE=<profile_name>
npm run integration-test
export SERVERLESS_LICENSE_KEY=<sls_license_key>
npx npm run build
npx npm run integration-test
```

All tests should pass. All unit tests should pass before merging.
Expand Down
Loading

0 comments on commit 1d3b9a5

Please sign in to comment.