Releases: stackery/knex-aurora-data-api-mysql
Releases · stackery/knex-aurora-data-api-mysql
v2.0.3
- Handle null query binding value
v2.0.2
- Fix handling of null numbers and timestamps
v2.0.1
- Drop unnecessary connection pooling
- Remove incorrect parsing of SET columns
v2.0.0
- Move aws-sdk to a dev dependency
This enables smaller installation sizes in production when run in
contexts, like AWS Lambda, where the SDK is already available.
v2.0.0-beta1
- Move aws-sdk to a dev dependency
This enables smaller installation sizes in production when run in contexts, like AWS Lambda, where the SDK is already available.
v1.0.3
- Support reading boolean values when Aurora Serverless sends them from
tinyint(1)
fields
- Respond with the correct select column label when a query looks like
SELECT foo.id AS bar
v1.0.2
- Set TCP Keep Alive for reusing connections between queries
v1.0.1
- Add homepage and repo to package.json