Skip to content

Releases: lithops-cloud/lithops

Lithops-3.4.0

30 May 14:33
e7a8a95
Compare
Choose a tag to compare

Added

  • [CLI] Allow to pass a name in the 'lithops runtime list' command, by @JosepSampe
  • [Ceph] Added extra region parameter to Ceph backend, by @abourramouss

Changed

  • [Setup] Moved IBM and AWS deps to lithops[ibm] and lithops[aws] extra, by @tomwhite
  • [Setup] Moved kubernetes and knative deps to lithops[kubernetes] and lithops[knative] extra, by @tomwhite
  • [Setup] Moved minio, ceph and redis deps to lithops[minio], lithops[ceph] and lithops[redis] extra, by @tomwhite
  • [Setup] Moved matplotlib, seaborn, numpy and pandas dependencies to lithops[plotting] extra, by @JosepSampe
  • [Setup] Removed unused lxml, docker and python-dateutil packages, by @tomwhite
  • [Core] Detached progress bar from INFO logs, by @rabernat
  • [Future] Exposed wait_dur_sec and retries in future.wait() and future.get_result() methods, by @JosepSampe
  • [Localhost] Upgraded localhost backend v2 and set it as the default localhost backend, by @JosepSampe
  • [Localhost] Set monitoring_interval to 0.1 in the localhost storage backend, by @JosepSampe
  • [AWS Batch] Updated CPU and Memory resource limits, by @JosepSampe

Fixed

  • [AWS Lambda] Fixed wrong AWS Lambda delete runtime_name match semantics, by @tomwhite
  • [Worker] Fixed potential issue that can appear during 'func_obj' loading from cache, by @JosepSampe
  • [Monitor] Fixed potential 'keyerror' exceptions, by @JosepSampe
  • [Swift] Fixed OpenStack Swift parameters and authentication by adding domain information, by @abourramouss
  • [AWS Batch] Fixed missing ecsTaskJobRole, by @JosepSampe

⚠ BREAKING CHANGES

  • [AWS] From now on, AWS dependencies must be installed using pip3 install lithops[aws]
  • [IBM] From now on, IBM dependencies must be installed using pip3 install lithops[ibm]
  • [Plotting] To use the plot() method, dependencies must be installed with pip3 install lithops[plotting]

Lithops-3.3.0

25 Apr 15:49
60970b9
Compare
Choose a tag to compare

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

Lithops-3.2.0

27 Mar 15:03
7638121
Compare
Choose a tag to compare

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

Lithops-3.1.2

22 Feb 15:08
8b6c9f9
Compare
Choose a tag to compare

Added

  • [Plots] Allow to set the figure size of the plots, by @JosepSampe
  • [Stats] Added new CPU, Memory and Network statistics in the function results, by @Usamasource
  • [IBM VPC] Added a new parameter to enable/disable resource existence check in the platform, by @JosepSampe

Changed

  • [Config] Renamed 'customized_runtime' to 'runtime_include_function', by @JosepSampe
  • [IBM VPC] Increased the total number of available IPs in the private network, by @JosepSampe
  • [Standalone] Do not stop the VM immediately after a job in the Cosume mode, by @JosepSampe

Fixed

  • [Standalone] Fixed issue that appears when the invocation payload is too big, by @JosepSampe
  • [Invoker] Fixed "runtime_include_function" function/modules path, by @JosepSampe
  • [AWS EC2] Reset the public IP address of the master VM on stop, by @JosepSampe

Lithops-3.1.1

08 Feb 12:53
1f6e4a5
Compare
Choose a tag to compare

Added

  • [k8s] Added a new way of invoking functions using a RabbitMQ work queue, by @macarronesc
  • [IBM VPC] Added "zone" config parameter, by @JosepSampe
  • [IBM Code Engine] Get and print an error message in case of container execution failure, by @JosepSampe

Changed

Fixed

  • [Standalone] Fixed issue with a wrong value of "chunksize", by @JosepSampe
  • [IBM Code Engine] Fixed missing parameter on clean, by @JosepSampe
  • [Executor] Fixed potential deadlock in wait() and get_result() when an exception is produced in a function activation, by @JosepSampe

Lithops-3.1.0

05 Dec 15:29
a6bde63
Compare
Choose a tag to compare

Added

  • [Cli] Added new 'lithops image delete' command for standalone backends, by @JosepSampe
  • [Cli] Added new 'lithops job list' command for standalone backends, by @JosepSampe
  • [Cli] Added new 'lithops worker list' command for standalone backends, by @JosepSampe
  • [AWS EC2] Added delete_image() method for deleting VM images through the cli, by @JosepSampe
  • [IBM VPC] Added delete_image() method for deleting VM images through the cli, by @JosepSampe
  • [localhost] New localhost backend v2 to maximize resource utilization when multiple maps are executed from the same FunctionExecutor, by @JosepSampe
  • [Standalone] Automatically retrieve the CPU_COUNT from the VM in case worker_processes is not set in config, by @JosepSampe
  • [Standalone] Keep track of the worker and job status, by @JosepSampe
  • [Storage] Include "Config" paramater to download_file() and upload_file() methods for boto3 related backends, by @JosepSampe
  • [Cli] Include 'worker name' in the 'lithops runtime list' cmd, by @JosepSampe
  • [AWS Lambda] Created 'namespace' config key to virtually separate worker deployments, by @JosepSampe

Changed

  • [Standalone] Changed default mode of execution from 'consume' to 'reuse', by @JosepSampe
  • [Joblib] Updated the joblib backend to make it compatible with new versions of joblib, by @JosepSampe
  • [Joblib] Spawn only one function when 'prefer' is set to 'threads', by @JosepSampe
  • [AWS EC2] Changed default image name from "lithops-worker-default" to "lithops-ubuntu-jammy-22.04-amd64-server", by @JosepSampe
  • [IBM VPC] Changed default image name from "lithops-worker-default" to "lithops-ubuntu-22-04-3-minimal-amd64-1", by @JosepSampe
  • [Serializer] Improve serializer performance when include_modules is set in config, by @JosepSampe
  • [SSH Client] Do not raise LithopsValidationError on Authentication failed, by @JosepSampe
  • [AWS Lambda] Renamed function name to "lithops-worker-xxxx", by @JosepSampe

Fixed

  • [Job] Fixed max data size in the invocation payload, by @JosepSampe
  • [Multiprocessing] Fixed cpu_count, by @JosepSampe
  • [Standalone] Start new workers when the VM instance type changes (in reuse mode), by @JosepSampe
  • [GCP Functions] Fixed issue with "function_url" variable, by @JosepSampe
  • [Standalone] Fixed multiple runtime usage at the same time in master VM, by @JosepSampe
  • [localhost] Get the correct docker/podman path for jobs that run in a container, by @JosepSampe
  • [k8s] Limit the size of the "user" label as the maximum allowed is 63 chars, by @JosepSampe
  • [Joblib] Fix shared objects utility when multiple maps run from the same executor, by @JosepSampe
  • [Azure VMs] Fix wrong exception when trying to connect to the master VM for the first time, by @JosepSampe
  • [Partitioner] Fixed partitioner, by @JosepSampe

⚠ BREAKING CHANGES

  • [Standalone] Changed default mode of execution from 'consume' to 'reuse'

Lithops-3.0.1

09 Oct 14:47
2d6ccdc
Compare
Choose a tag to compare

New

  • [OCI Functions] Added new 'Oracle Cloud Functions' serverless backend, by @abourramouss
  • [OCI Object Storage] Added new 'Oracle Cloud Object storage' storage backend, by @abourramouss

Added

  • [Kubernetes] Added Redis server in master pod for shared data between workers, by @JosepSampe
  • [Kubernetes] Allow to set "conntext" and "namespace" in lithops config, by @JosepSampe

Changed

  • [CodeEngine] Create the CE project only when necessary instead of creating it always, by @JosepSampe
  • [IBM CF] Create the CF namespace only when necessary instead of creating it always, by @JosepSampe

Fixed

  • [Executor] Fixed kwargs mapping in ServerlessExecutor and StandaloneExecutor, by @JosepSampe
  • [Serializer] Fixed issue in serializer when "include_modules" config var is set, by @JosepSampe
  • [CodeEngine] Fixed exception handling, by @JosepSampe

Lithops-3.0.0

04 Sep 15:25
Compare
Choose a tag to compare

New

  • [Azure Virtual Machines] Added new 'Azure Virtual Machines' standalone backend, by @JosepSampe

Added

  • [Serverless] Added support for python 3.10 and 3.11 runtimes, by @JosepSampe
  • [Executor] Allow to set all the compute backend params programatically in the FunctionExecutor(), by @JosepSampe
  • [AWS EC2] Allow to automatically create the VPC and all the necessary resources, by @JosepSampe
  • [IBM VPC & AWS EC2] General fixes and Improvements, by @JosepSampe
  • [Executor] Allow to pass the config file location in the FunctionExecutor(), by @JosepSampe
  • [Storage] Automatically create the storage bucket if not provided in the config, by @JosepSampe
  • [IBM] Allow to set "region" under "ibm" section, by @JosepSampe
  • [AWS] Allow to set "region" under "aws" section, by @JosepSampe
  • [Cli] Added new 'lithops image build' command for standalone backends, by @JosepSampe
  • [Cli] Added new 'lithops image list' command for standalone backends, by @JosepSampe
  • [IBM VPC] Added build_image() method for automatically building VM images, by @JosepSampe
  • [IBM VPC] Added list_image() method for listing the availabe VM images, by @JosepSampe
  • [AWS EC2] Added build_image() method for automatically building VM images, by @JosepSampe
  • [AWS EC2] Added list_image() method for listing the availabe VM images, by @JosepSampe
  • [Azure VMS] Added list_image() method for listing the availabe VM images, by @JosepSampe
  • [IBM CF] Automatically create a CF namespace if not provided in config, by @JosepSampe
  • [IBM VPC] Added Madrid (Spain) region, by @JosepSampe
  • [Code Engine] Automatically create a new project if not provided in config, by @JosepSampe

Changed

  • [Azure] Changed 'location' config parameter to 'region' for compatibility, by @JosepSampe
  • [Aliyun] Changed 'endpoint' config parameter to 'region' for compatibility, by @JosepSampe
  • [AWS EC2] Reduced number of mandatory parameters, by @JosepSampe
  • [AWS] Allow 'region' config parameter instead of 'region_name' for compatibility, by @JosepSampe
  • [IBM CF] Cloud-foundry namespaces have been deprecated in IBM Cloud. From now all the users must use an IAM-based namespace, by @JosepSampe
  • [IBM COS] Changed 'access_key' config parameter to 'access_key_id' for compatibility, by @JosepSampe
  • [IBM COS] Changed 'secret_key' config parameter to 'secret_access_key' for compatibility, by @JosepSampe
  • [IBM] Improved token manager, by @JosepSampe
  • [Core] Job creation now checks that each element in 'iterdata' is smaller than 8 KB, by @JosepSampe
  • [MapReduce] Make 'results' variable name not mandatory in the reduce function signature, by @JosepSampe
  • [CLI] Renamed 'lithops test' command to 'lithops hello', by @JosepSampe
  • [CLI] Renamed 'lithops verify' command to 'lithops test', by @JosepSampe

Fixed

  • [IBM VPC & AWS EC2] Make sure only VMs from the given VPC are removed, by @JosepSampe
  • [IBM VPC] Reuse floating IPs for public gateways, by @JosepSampe
  • [Serializer] Prevent analyzing the same module multiple times, by @JosepSampe
  • [SSH Cli] Fix issue with RSA keys, by @JosepSampe
  • [Tests] Fix broken links of testing files, by @JosepSampe
  • [Azure Container APPs] Make sure the lithops worker app is deployed, by @JosepSampe
  • [AWS Lambda] Fixed error with urllib3. Pin urllib3 to <2 as for now botocore does not support urllib3 2.0, by @JosepSampe
  • [Multiprocessing] Check redis connection before starting to submit jobs, by @JosepSampe
  • [Redis] Fixed redis backend exception regarding storage_bucket, by @JosepSampe

⚠ BREAKING CHANGES

  • [Azure] Changed 'location' config parameter to 'region' for compatibility. Please follow the new instructions to configure the backend
  • [Aliyun] Changed 'endpoint' config parameter to 'region' for compatibility. Please follow the new instructions to configure the backend
  • [IBM CF] Cloud-foundry namespaces have been deprecated in IBM Cloud. From now all the users must use an IAM-based namespace

Lithops-2.9.0

21 Feb 07:44
Compare
Choose a tag to compare

Added

  • [AWS S3] Allow to use a public bucket without credentials, by @JosepSampe
  • [IBM] Automatically login to the container registry if the credentials are present in config, by @JosepSampe
  • [IBM] Force --platform=linux/amd64 in the "lithops runtime build" command, by @JosepSampe
  • [k8s] Added boto3 as a dependency of the default runtime, by @JosepSampe
  • [IBM VPC] Automatically get the ubuntu image ID, by @JosepSampe
  • [IBM VPC] Allowed to reuse floating IPs, by @JosepSampe
  • [IBM VPC] Automatically create resources if not provided in config, by @JosepSampe
  • [IBM VPC] Added 'region' config parameter, by @JosepSampe
  • [Partitioner] Allow wildcards in the object reference, by @gilv

Changed

  • [IBM VPC] Reduced the number of mandatory config parameters, by @JosepSampe
  • [IBM VPC] Renamed profile_name config param to worker_profile_name, by @JosepSampe
  • [IBM VPC] Renamed ip_address config param to floating_ip, by @JosepSampe

Fixed

  • [AWS EC2] Fix spot instance price, by @JosepSampe
  • [Cli] Fix wrong config in the "lithops runtime update" command, by @JosepSampe
  • [Standalone] Fix missing private IP address, by @JosepSampe
  • [VM] Fix VM standalone backend, by @JosepSampe

Lithops-2.8.0

25 Jan 10:43
Compare
Choose a tag to compare

Added

  • [Config] Allow to store the config file in "/etc/lithops/config", by @JosepSampe
  • [CLI] Allow to specify 'memory' and 'version' in the 'lithops runtime delete' command, by @JosepSampe
  • [GCP Cloudrun] Allow setting min_workers to the autoscaler, by @JosepSampe
  • [GCP Functions] Added https trigger, by @JosepSampe
  • [Function Executor] Added additional arguments to pass to the reduce function in map_reduce(), by @JosepSampe
  • [AWS] Added session token as optional, by @aitorarjona

Changed

  • [Core] Include function result in the status.json file if it is < 8KB, by @JosepSampe
  • [Core] Include python version in the lithops worker name, by @JosepSampe

Fixed

  • [Serverless] Allow to delete runtimes from different lithops versions, by @JosepSampe
  • [AWS Batch] Fixed list_runtimes() method, by @JosepSampe
  • [localhost] Fixed localhost storage backend head method, by @LachlanStuart