Releases: jeremydaly/serverless-mysql
Releases · jeremydaly/serverless-mysql
v2.1.0
v2.0.1
v2.0.0
v1.5.5
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
andformat
and correct TypeScript types by @benvium in #120 - fix(types): resolve noImplicitAny issues by @StefanR23 in #101
New Contributors
- @iRoachie made their first contribution in #123
- @sromic made their first contribution in #140
- @janpio made their first contribution in #100
- @benvium made their first contribution in #120
- @StefanR23 made their first contribution in #101
- @naorpeled made their first contribution in #143
Full Changelog: v1.5.4...v1.5.5
v1.5.4
v1.5.3
v1.5.2
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