- 07 Mar 2023
- Print
- DarkLight
- PDF
FaaS SDK Version - Migration
- Updated On 07 Mar 2023
- Print
- DarkLight
- PDF
What is changing?
Your action is required before December 11th, to update your FaaS applications and Pipeline code nodes () to use the latest SDK version (v1.68.9), due to backend changes that deprecates older versions.
On December 12th, all FaaS applications in the Dataloop system will be migrated automatically to the latest version, and the option to use older versions will be blocked.
How are you affected?
We suggest testing your code with the latest SDK version to check compatibility and update the application settings on demand, prior to Decmber 12th.
Any request to create new FaaS with older versions, will result in an error message.
How to update your FaaS settings?
Update your FaaS services via SDK:
service = project.services.get(service_id='service_id') service.versions = {'dtlpy': '1.68.9'} service.update()
Update your FaaS services via UI:
Navigation menu > "Application (FaaS)" > "Application Hub" > "Installed" tab > Open the actions menu (3 dots) of the relevant service > “Edit settings” > “Advanced” > “SDK Version” dropdown > select the relevant SDK version > “Confirm”