Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@cameronmaske cameronmaske released this 11 Jun 17:28
· 3 commits to master since this release

Fixed an issue where large/long arguments could cause OSError Filename too long with the file backend (see #96). Keys generated for file backend, are now hashed and limited to 50 characters in length. Due to this, it is not backwards compatible with existing keys from the file backend, so any pending locks from previous version will be ignored. The Redis backend is unchanged, and thus fully compatible.

Credit for fix to @xuhcc.