Skip to content

Releases: alice-biometrics/lume

v0.2.10

22 Apr 11:25
Compare
Choose a tag to compare
  • Prettify wait_http_200 logging.
  • Fix bug when connection is not available

v0.2.9

21 Apr 17:53
Compare
Choose a tag to compare
  • Remove unnecessary print 💇

v0.2.8

21 Apr 15:07
7abe50c
Compare
Choose a tag to compare
  • Add envs_file feature tu config the step #26.
  • Add wait_http_200 configuration with two envvars:
    • LUME_WAIT_HTTP_200_WAIT_SECONDS_RETRY
    • LUME_WAIT_HTTP_200_NUM_MAX_ATTEMPTS

v0.2.7

20 Apr 07:50
ea76d30
Compare
Choose a tag to compare
  • Add wait_seconds and wait_for_200 on StepConfig 🔥 #22

v0.2.6

20 Apr 07:48
ea76d30
Compare
Choose a tag to compare

⚠️ Error publishing the release to pypi

  • Add wait_seconds and wait_for_200 on StepConfig 🔥 #22

v0.2.5

16 Apr 13:26
bea003d
Compare
Choose a tag to compare
  • Solved #19 🔥

v0.2.4

16 Apr 11:01
Compare
Choose a tag to compare
  • Fix bug when define a env with a pure python non-string type (e.g ENV_VAR: True)

v0.2.3

16 Apr 09:27
032c404
Compare
Choose a tag to compare
  • Add detach setup and auto teardown using subprocess library (#18) 🔥 🤘

v0.2.2

16 Apr 06:52
Compare
Choose a tag to compare
  • All teardown commands will be executed. It doesn't matter if they fail, the loop will continue. 🔥

v0.2.1

15 Apr 14:19
Compare
Choose a tag to compare
  • Add one-line configuration on install