Skip to content

Lithops-2.2.14

Compare
Choose a tag to compare
@gilv gilv released this 16 Dec 08:26
· 2759 commits to master since this release

Added

  • [Azure] Azure Functions and Blob backends upgraded, by @JosepSampe
  • [Alibaba] Alibaba Functions and Storage backends upgraded, by @JosepSampe
  • [Localhost] Support passing file-like objects to put_object, by @LachlanStuart
  • [Localhost] Support head_bucket and head_object storage operations, by @LachlanStuart

Changed

  • [Core] Moved tests.py script to 'scripts' folder, by @JosepSampe

Fixed

  • [Storage] Fixed Storage API error when no config is provided, by @LachlanStuart
  • [Core] Fixed expired IAM token in IBM CF during an execution, by @kpavel
  • [Multiprocessing] Minor fixes in multiprocessing API, by @aitorarjona
  • [Core] Fixed executor logging, by @JosepSampe
  • [Core] Fixed issue in cleaner between wait and get_result, by @JosepSampe
  • [CodeEngine] Fixed issue getting region, by @gilv
  • [Localhost] Fixed empty parent directory deletion when deleting objects, by @LachlanStuart
  • [Localhost] Made list_keys/list_objects behavior consistent with other backends, by @LachlanStuart