Skip to content

2.1.9

Choose a tag to compare

@stefangabos stefangabos released this 03 Jan 12:15
· 145 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