Skip to content

Lithops-3.2.0

Compare
Choose a tag to compare
@JosepSampe JosepSampe released this 27 Mar 15:03
· 232 commits to master since this release
7638121

Added

  • [Lithops] Addded support for Python 3.12, by @JosepSampe
  • [CLI] Added "--include" parameter in "lithops image build" to allow users upload local files to the VM image, by @JosepSampe

Changed

  • [Standalone] Use redis in the master VM to store all the relevant data about jobs and workers, by @JosepSampe
  • [Standalone] Use redis to store the work queues, by @JosepSampe
  • [Standalone] Improved resiliency and worker granularity, by @JosepSampe
  • [CLI] Show the timestamp in the local timezone format on "lithops job list", by @JosepSampe
  • [CLI] Show worker creation timestamp and time-to-dismantle on "lithops worker list", by @JosepSampe

Fixed

  • [SSH Cli] Fixed minor error with the "err" variable, by @JosepSampe
  • [Cli] Fixed job status on "lithops job list" for standalone backends, by @JosepSampe
  • [Standalone] Fixed issue in the "lithops image build" that appears when the vpc is already created, by @JosepSampe
  • [Future] Fixed issue with missing 'worker_end_tstamp' variable, by @JosepSampe