Releases: jeremydaly/serverless-mysql
Releases · jeremydaly/serverless-mysql
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
v1.5.1
v1.5.0
Feature/Maintenance Updates
v1.4.0
v1.3.0
Updates and Bug Fixes
- Fix example function (@Syrok) 862236a
- Merge pull request #13 from jeremydaly/v1.2.0 3659f6c
- Dev dependency updates 3b2f0f6
- Fixing "ER_EMPTY_QUERY" error (@monisnap-julien) 3b5a4c3
- Close #5 add typescript definition (@deptno) 062ab79
- Close #19 by adding ETIMEDOUT to tooManyConnsErrors 90a663a
- Version bump and dependency updates dcf4d05
- Change kill zombie loop to use standard for loop 09954ac