Skip to content

Commit a554265

Browse files
chore: version bump
1 parent 831c816 commit a554265

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,9 @@ knex.transaction(async trx => {
7878
### Version 1 to 2
7979
Version 1 depended on aws-sdk, which at the time of the change was 71 MB in size. This package may be used in contexts where package size is important and the SDK may already be available, such as AWS Lambda Functions.
8080
81-
Version 2 drops aws-sdk from a dependency to a dev dependency. This means you need to make sure the aws-sdk package is available in some form in your project. This can be accomplished by adding aws-sdk to your project's dependencies, or by allowing the package to be implicitly provided like it is in AWS Lambda Functions.
81+
Version 2 drops aws-sdk from a dependency to a dev dependency. This means you need to make sure the aws-sdk package is available in some form in your project. This can be accomplished by adding aws-sdk to your project's dependencies, or by allowing the package to be implicitly provided like it is in AWS Lambda Functions.
82+
83+
### Version 2 to 3
84+
Version 3 uses verion 3 of the AWS SDK. This SDK is included automatically in the `nodejs18.x` AWS Lambda runtime and above.
85+
86+
`@aws-sdk/client-rds-data` and `@smithy/node-http-handler` are included as dev dependencies so you will need to make sure those two packages are available in some form in your project.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knex-aurora-data-api-mysql",
3-
"version": "2.0.10",
3+
"version": "3.0.0",
44
"description": "Knex.js driver for MySQL AWS Aurora Data API",
55
"homepage": "https://github.com/stackery/knex-aurora-data-api-mysql",
66
"repository": "stackery/knex-aurora-data-api-mysql",

0 commit comments

Comments
 (0)