Skip to content

Releases: lithops-cloud/lithops

Lithops-2.2.10

29 Nov 10:22
Compare
Choose a tag to compare

Added

  • [Core] Allow to create a Storage() class from config file, by @JosepSampe
  • [CodeEngine] Improved codeengine backend, by @JosepSampe
  • [Core] DSO Support, by @otrack

Changed

Lithops-2.2.9

26 Nov 14:41
Compare
Choose a tag to compare

Fixed

  • [CodeEngine] Fixed CodeEngine runtime entrypoint, by @gilv

Lithops-2.2.8

24 Nov 06:26
Compare
Choose a tag to compare

Fixed

  • [Cli] Fix "lithops runtime create" cli, by @kpavel
  • [Core] Fixed missing executor_id variable in jobrunner, by @JosepSampe

Lithops-2.2.7

23 Nov 10:09
Compare
Choose a tag to compare

Added

  • [Core] Add joblib backend for scikit-learn, by @JosepSampe
  • [Cli] Add more config paramters in lithops cli, by @aitorarjona
  • [IBM COS] Add 'region' config param, by @JosepSampe
  • [Knative] Add 'min_instances', 'max_instances' and 'concurrency' config params, by @JosepSampe

Fixed

Lithops-2.2.5

12 Nov 12:06
Compare
Choose a tag to compare

Fixed

  • [Core] Fixed issue in serverless config, by @JosepSampe
  • [Core] Fixed issue in localhost storage backend, by @JosepSampe
  • [Code Engine] Fixed issue in code engine backend, by @JosepSampe

Lithops-2.2.4

11 Nov 04:15
Compare
Choose a tag to compare

Added

Changed

Fixed

  • [Core] Fixed issue in localhost executor and Mac OS, by @JosepSampe
  • [Core] Fixed issue in localhost storage backend, by @JosepSampe
  • [AWS Lambda] Implemented build custom runtime, by @aitorarjona

Lithops-2.2.3

05 Nov 06:01
Compare
Choose a tag to compare

Added

Changed

  • [Core] Improved localhost/standalone logging, by @JosepSampe
  • [Core] Allowed to run lithops without configuration, by @JosepSampe

Fixed

  • [Core] Fixed some issues in localhost executor logic, by @JosepSampe
  • [GCP Functions] Use storage_config param from serverless backend, update obsolete API call, by @aitorarjona
  • [AWS Lambda] Add user hash to lambda function name, by @aitorarjona

Lithops-2.2.2

27 Oct 20:02
Compare
Choose a tag to compare

Fixed

  • [Core] Prevent lithops waiting forever for the proxy ready, by @JosepSampe
  • [Core] Multiprocessing invoker in MAC OS, by @gilv
  • [Knative] Istio endpoint issue in knative backend, by @JosepSampe

Lithops-2.2.1

26 Oct 07:01
Compare
Choose a tag to compare

Changed

  • [Core] Improved standalone executor logic, by @JosepSampe
  • [Knative] Updated apiVersion to v1, by @JosepSampe
  • [Knative] Updated default python3.8 Dockerfile, by @gilv

Fixed

  • [Core] Fixed runtime_memory param in API calls, by @JosepSampe
  • [Core] Raise fn exceptions immediately when produced, by @JosepSampe
  • [Core] Raise exceptions during fn invocation, by @JosepSampe
  • [IBM COS] Get tokens for IAM API key and COS API Key, by @JosepSampe
  • [AWS Lambda] Fixes in Lambda compute backend, by @aitorarjona

Lithops-2.2.0

21 Oct 05:58
Compare
Choose a tag to compare

Added

  • [Core] New ServerlessExecutor, by @JosepSampe
  • [Core] New StandaloneExecutor & invoker logic, by @JosepSampe
  • [Core] New LocalhostExecutor & invoker logic, by @JosepSampe

Changed

  • [Core] Changed some main keys in configuration, by @JosepSampe

Fixed

  • [CodeEngine] Fixes in the CE backend, by @gilv