types / mysql2

Typings for https://github.com/sidorares/node-mysql2
ISC License
41 stars 23 forks source link

Update mysql to the latest version 🚀 #4

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.13.0 of mysql just got published.

Dependency mysql
Current Version 2.12.0
Type devDependency

The version 2.13.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of mysql. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 32 commits .

  • 5cf53df 2.13.0
  • f9466b4 Remove unnecessary buffer copies when receiving large packets
  • 7ae7635 Use a simple buffer list to improve performance
  • 1da81f4 build: Node.js@7.4
  • 3a326cb lint: fix infix operator spacing
  • 5b063b9 lint: fix semicolon spacing
  • 5461573 lint: fix object key spacing
  • 09b308f Add acquire and release events to Pool for tracking
  • eeca132 lint: remove unused variables
  • e18600f Fix edge cases when determing Query result packets
  • 73d92f7 Accept wildcard anywhere in pool cluster pattern
  • e35523f Accept regular expression as pool cluster pattern
  • c17ea4f docs: remove trailing whitespace in readme
  • 627b38b tests: add pool cluster random test
  • 6e289ea tests: test round robin cluster order for overflow

There are 32 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree: