Skip to content

Releases: tox-dev/filelock

3.16.1

17 Sep 18:58
c2c43e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.16.0...3.16.1

3.16.0

07 Sep 16:13
0acea4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.15.4...3.16.0

3.15.4

22 Jun 15:58
9a979df
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.15.3...3.15.4

3.15.3

19 Jun 16:35
3a79343
Compare
Choose a tag to compare

What's Changed

  • Add test for virtualenv stability by @gaborbernat in #344
  • Fix TypeError: _CountedFileLock.__init__() got an unexpected keyword argument 'timeout' by @kwist-sgr in #345

Full Changelog: 3.15.2...3.15.3

3.15.2

19 Jun 14:12
192f1ef
Compare
Choose a tag to compare

What's Changed

  • Use a metaclass to implement the singleton pattern by @kwist-sgr in #340

New Contributors

Full Changelog: 3.15.1...3.15.2

3.15.1

12 Jun 22:53
3d7b1a6
Compare
Choose a tag to compare

What's Changed

  • Hotfix: Restore init method; more robust initialization for singleton locks by @ethanbb in #338

Full Changelog: 3.15.0...3.15.1

3.15.0

11 Jun 21:22
c64787f
Compare
Choose a tag to compare

What's Changed

  • asyncio support by @Ovizro in #332
  • Don't initialize BaseFileLock when just returning existing instance by @ethanbb in #334

New Contributors

Full Changelog: 3.14.0...3.15.0

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