Releases: jeremydaly/serverless-mysql
Releases · jeremydaly/serverless-mysql
v2.1.0
01 Mar 13:43
Compare
Sorry, something went wrong.
No results found
What's Changed
Added returnFinalSqlQuery option in #171
Added changeUser support in #172
Added failed query retries in #173
Full Changelog : v2.0.1...v2.1.0
v2.0.1
01 Mar 11:20
Compare
Sorry, something went wrong.
No results found
What's Changed
Resolved wrong connection options type definition in #170
Bumped dev dependencies
Added integration tests
Full Changelog : v2.0.0...v2.0.1
v2.0.0
01 Jan 08:25
Compare
Sorry, something went wrong.
No results found
v1.5.5
08 Apr 12:51
Compare
Sorry, something went wrong.
No results found
What's Changed
feat: add ECONNRESET to retry condition by @iRoachie in #123
feat: add support for a connection string by @sromic in #140
fix: remove duplicate array entry by @janpio in #100
feat: expose escapeId and format and correct TypeScript types by @benvium in #120
fix(types): resolve noImplicitAny issues by @StefanR23 in #101
New Contributors
Full Changelog : v1.5.4...v1.5.5
v1.5.4
30 Mar 20:10
Compare
Sorry, something went wrong.
No results found
Bug Fix
Bug fix from the community.
v1.5.3
31 Jan 20:09
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Miscellaneous bug fixes from the community.
v1.5.2
14 Dec 21:28
Compare
Sorry, something went wrong.
No results found
Bug Fix and Security Patch
Added a retry for another error that is resetting connections (this should fix the issues in #57 and #62 ) as well as some minor documentation and dependency updates.
Add catch for PROTOCOL_SEQUENCE_TIMEOUT error 7a001b5
Version bump and dependency updates 16d9673
Docs: correct example of conditional chained transaction (@ddanielgc) 630f3d6
Update README with info about accessing getClient (@jamesmosier ) e339fd6
v1.5.1
28 Aug 13:13
Compare
Sorry, something went wrong.
No results found
Minor TypeScript Fix and Security Patch
Fix: types now accurately represent node module export structure (@shrugs ) 90b5942
Version bump and security patch for eslint-utils 8c73e0c
v1.5.0
17 Jul 15:32
Compare
Sorry, something went wrong.
No results found
Feature/Maintenance Updates
Add support for empty queries in transactions c733279
Add InnoDB note to README 6a80cc7
Add documentation for null transaction queries 3de167a
Lodash (dev dependency) version update (npm vulnerabilities) ae58d16
Add files directive to package.json for smaller NPM module size 60df2b4
v1.4.0
24 May 22:05
Compare
Sorry, something went wrong.
No results found