Skip to content

Commit

Permalink
chore: Update AWS runtime dependencies (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
attila authored Jun 26, 2024
1 parent 2a5dc92 commit 8ac4331
Show file tree
Hide file tree
Showing 5 changed files with 6,488 additions and 841 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
fail-fast: false
matrix:
node:
- "14"
- "16"
- "18"
- "20"
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [5.0.1]

### Fix
- Tag the correct commit

## [5.0.0]

*This release might be broken, please upgrade to 5.0.1*

### Chore
- Update dependencies `@aws-sdk/client-kinesis` and `@smithy/node-http-handler`
This bumps the minimum supported Node version to 16

### Added
- Support for Node >= 16

### Removed

- Support for Node < 16


## [4.0.5]

### Chore
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides an interface to create tracking events which are sent to AWS Kinesis.

## Requirements

- [Nodejs](https://nodejs.org/en/download/) >= 12 with NPM version >= 8
- [Nodejs](https://nodejs.org/en/download/) >= 16 with NPM version >= 8

## Development

Expand Down
Loading

0 comments on commit 8ac4331

Please sign in to comment.