Added
- [Core] Added support for python 3.13, by @JosepSampe
- [AWS EC2] Add support for configuring EBS volumes in EC2 lithops workers, by @JosepSampe
- [AWS EC2] Add support for specifying CIDR block in EC2 public subnet, by @JosepSampe
Fixed
- [Standalone] Fixed an issue causing workers to stop prematurely in Consume mode, by @JosepSampe
- [Invoker] Reduced the number of threads used in the async FaaS Invoker, by @JosepSampe
- [Monitoring] Fixed token bucket issue that prevented generating the correct number of tokens, by @JosepSampe
- [Code Engine] Allow to build the default runtime with Python 3.13, by @JosepSampe
- [Monitoring] Fixed race condition in RMQ Monitor, by @danielBCN
- [AWS S3] Fixed InvalidLocationConstraint error in AWS S3 handled, by @GEizaguirre