Train Series Release Notes

4.0.0

New Features

  • Support --function-alias for creating function execution and webhook, change the positional argument of function to optional --function, so that the end user can either specify a function alias or a function identifier to create function execution or webhook.

Bug Fixes

  • Webhook function_version will not be reset automatically to 0 during an update.

3.0.0

New Features

  • Support --function-alias for creating jobs, change the positional argument of function to optional --function, so that the end user can either specify a function alias or a function identifier to create job.

2.1.0

New Features

  • Support to specify function timeout when creating and updating the functions. When the specified timeout is reached, Qinling will terminate the function execution.