Skip to content

2.1.9

Compare
Choose a tag to compare
@stefangabos stefangabos released this 03 Jan 12:15
· 131 commits to master since this release
  • fixed #16 where the maximum length for lock keys in MySQL 5.7.5+ is limited to 64 characters; thanks to Andreas Heissenberger for providing the fix!
  • the library now destroys previous sessions when started
  • database errors now throw exceptions instead of dying; thanks Jonathon Hill