Lithops-3.3.0
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