Skip to content

Releases: jupe/py-lockable

v0.11.1 - stop initializing logger

13 Jun 10:49
50550cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0 drop py3.7 support

24 Jan 12:15
a15d730
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

allow to use nested requirements in string format

06 Nov 13:27
e51c8d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

09 Aug 10:46
b23a384
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

allow allocate offline resource

03 Jul 06:09
eaf2a18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.8.0

Introduce lock_many API

11 Nov 11:43
d4a39f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

public api to get resource objects

09 Nov 11:57
b9fc6ec
Compare
Choose a tag to compare

What's Changed

  • drop invalid dependency by @jupe in #23
  • Update setuptools requirement from ~=56.0.0 to ~=58.5.3 by @dependabot in #24
  • Bump pydash from 5.0.0 to 5.1.0 by @dependabot in #27
  • Bump charset-normalizer from 2.0.4 to 2.0.7 by @dependabot in #25
  • drop indirect dependencies from requirements.txt by @jupe in #30
  • Change Lockable._resource_list to public by @juhhov in #29

New Contributors

Full Changelog: v0.7.0...v0.7.1

Allocation:get and __str__

23 Oct 07:00
1f86ff1
Compare
Choose a tag to compare

What's Changed

  • fix documentation by @jupe in #21
  • add get and str methods for Allocation by @jupe in #22

This makes possible to get some resource_info value by key directly from Allocation context object.

Full Changelog: v0.6.0...v0.7.0

Allocation queue time

23 Oct 06:10
42fa621
Compare
Choose a tag to compare

What's Changed

  • Add logging to provider constructors by @juhhov in #18
  • cleanup pylint issues by @jupe in #19
  • introduce Allocation:allocation_queue_time and allocation_durations by @jupe in #20

Full Changelog: v0.5.0...v0.6.0

Introduce HTTP provider

19 Aug 08:15
23bfc4a
Compare
Choose a tag to compare

HTTP provider enables resources to be acquired over HTTP.

Introduce Http retry strategy (#16)
Add logger module and use it (#17)
Introduce HttpProvider (#15)