New
- [Azure Container APPs] Added new 'Azure Container APPs' serverless backend
Added
- [Azure Container APPs] Added new lithops backend for Azure Container APPs
- [Knative] Added Kourier as the networking layer
- [AWS Lambda] Added "env_vars" and "ephemeral_storage" parameters for lambda runtime config
- [Azure Functions] Allow to build a runtime from a custom requirements.txt file
- [K8s] Append 'docker_server' as a prefix of the runtime
- [Code Engine] Append 'docker_server' as a prefix of the runtime
- [Knative] Append 'docker_server' as a prefix of the runtime
- [Google Cloud Storage] Add missing logic in gcp_storage
- [Google Cloud] project_name and service_account are no longer required in config
- [Google Cloud] Allow to use GOOGLE_APPLICATION_CREDENTIALS for service_credentials
- [Google Cloud Run] Allow CPU values <1, 6 and 8
- [Alibaba Cloud Functions] Added Python 3.9 runtime compatibility
- [Alibaba Cloud Functions] Allow to build a runtime from a custom requirements.txt file
- [Core] Add support for building container runtimes with podman
- [Core] Delete only runtimes from the specified backend on 'lithops clean'
- [Executor] Added obj_newline parameter in map() and map_reduce() methods
- [Infinispan] Support DIGEST authentication by default with the Infinispan REST backend
Changed
- [Core] Load docker command only when needed instead of loading it always
- [Core] Load runtime data only on invocation
- [Google Cloud] project_name and service_account config parameters are no longer required
- [Multiprocessing] Improved remote logging
- [Monitor] Reduce debug log verbosity, status is printed every 30s or when a future changes state
- [AWS Batch] Increased resource limits
- [Executor] Changed 'reducer_one_per_object' parameter to 'obj_reduce_by_key'
Fixed
- [Google Cloud Functions] Fixed errors when deploying a function
- [Core] Make sure all temp files generated during build_runtime() are cleaned
- [Core] Fix internal partitioner
- [knative] AttributeError: 'KnativeServingBackend' object has no attribute 'coreV1Api'
- [knative] Fixed service deployment
- [Alibaba Cloud Functions] Fixed errors when deploying a function
- [Azure Functions] Fixed errors when deploying a function
- [Azure Functions] Fixed issue that was preventing building runtimes from a non-Linux system
- [Code Engine] Fix runtime_timeout not being applied