Skip to content

Releases: jeremydaly/serverless-mysql

v1.5.5

08 Apr 12:51
86e7678
Compare
Choose a tag to compare

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
Choose a tag to compare

Bug Fix

Bug fix from the community.

v1.5.3

31 Jan 20:09
Compare
Choose a tag to compare

Bug Fixes

Miscellaneous bug fixes from the community.

v1.5.2

14 Dec 21:28
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
6fa6fb8
Compare
Choose a tag to compare

Feature Release

v1.3.0

24 Apr 21:00
66c643f
Compare
Choose a tag to compare

Updates and Bug Fixes

v1.2.0

07 Dec 23:49
3659f6c
Compare
Choose a tag to compare

Bug Fixes Release

v1.1.0

08 Sep 21:05
431683a
Compare
Choose a tag to compare

Feature Release

  • Close #1 by adding interim results to transactions 37f0531