Skip to content

Lithops-3.3.0

Latest
Compare
Choose a tag to compare
@JosepSampe JosepSampe released this 25 Apr 15:49
· 73 commits to master since this release
60970b9

Added

  • [Core] Added a mechanism to automatically retry failed tasks, by @tomwhite
  • [Azure Containers] Automatically login to the container registry if the credentials are in the config, by @JosepSampe

Changed

  • [AWS] Eliminated the need for access and secret keys in the configuration, by @JosepSampe
  • [Tests] Moved tests from unittest to pytest, by @JosepSampe

Fixed

  • [AWS Lambda] Fixed runtime deletion with "lithops runtime delete", by @JosepSampe
  • [Localhost] Fixed issue with the job manager, by @JosepSampe
  • [Serializer] Fix serialization bug which triggers side effects on dynamic attributes, by @rabernat
  • [Worker] Removed "distutils" lib imports as it is deprecated in python 3.12, by @JosepSampe
  • [Serverless] Allow to build container runtimes with the MacBook Mx chip, by @JosepSampe
  • [K8s] Fixed task granularity calculation and memory units issue (RabbitMQ version), by @macarronesc
  • [AWS Lambda] Fixed AWS Lambda function Name for SSO users, by @linuxkd
  • [AWS] Fixed generated user-key for SSO users, by @JosepSampe
  • [Azure VMs] Fixed worker creation and communication, by @JosepSampe