Skip to content

Releases: tox-dev/filelock

3.14.0

29 Apr 15:58
8556141
Compare
Choose a tag to compare

What's Changed

  • feat: blocking parameter on lock constructor with tests and docs by @iamkhav in #325

New Contributors

Full Changelog: 3.13.4...3.14.0

3.13.4

09 Apr 17:10
000a3fa
Compare
Choose a tag to compare

What's Changed

  • Raise error on incompatible singleton timeout and mode args by @nefrob in #320

Full Changelog: 3.13.3...3.13.4

3.13.3

25 Mar 16:56
f50a337
Compare
Choose a tag to compare

What's Changed

  • Make singleton class instance dict unique per subclass by @nefrob in #318

Full Changelog: 3.13.2...3.13.3

3.13.2

25 Mar 14:25
9a64375
Compare
Choose a tag to compare

What's Changed

  • Fixed small typo in _unix.py by @snemes in #302
  • Update SECURITY.md to reflect Python 3.7 support dropoff by @kemzeb in #304
  • Update index.rst to improve the demo usage by @youkaichao in #314
  • [BugFix] fix permission denied error when lock file is placed in /tmp by @kota-iizuka in #317

New Contributors

Full Changelog: 3.13.1...3.13.2

3.13.1

30 Oct 18:28
141f5d8
Compare
Choose a tag to compare

What's Changed

  • Allow users to subclass FileLock with custom keyword arguments by @hmaarrfk in #284

New Contributors

Full Changelog: 3.13.0...3.13.1

3.13.0

27 Oct 17:07
3e3455e
Compare
Choose a tag to compare

What's Changed

  • Support reentrant locking on lock file path via optional singleton instance by @nefrob in #283

New Contributors

Full Changelog: 3.12.4...3.13.0

3.12.4

13 Sep 16:00
c1163ae
Compare
Choose a tag to compare

What's Changed

  • change typing-extensions to be installed only with the [typing] extra by @asottile in #276

New Contributors

Full Changelog: 3.12.3...3.12.4

3.12.3

28 Aug 14:14
23130ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.12.2...3.12.3

3.12.2

12 Jun 21:56
3e628d4
Compare
Choose a tag to compare

What's Changed

  • Restore 'if TYPE_CHECKING' syntax for FileLock definition by @dlax in #245

New Contributors

  • @dlax made their first contribution in #245

Full Changelog: 3.12.1...3.12.2

3.12.1

10 Jun 05:04
64034a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.12.0...3.12.1