Releases: cslab/functions-sdk-python
Releases · cslab/functions-sdk-python
0.8.0
Features:
-
New "Release Check" events for Documents, Parts and Engineering Changes, which are triggered before an object is released and allow the release to be aborted by returning an Action.
-
Actions can be returned by a Function to perform actions in CIM Database in response to an event. The first new Action
AbortAndShowErrorActioncan be used to abort the current operation in CIM Database, e.g. to abort a release process if certain conditions are not met.
0.7.2
Bugfixes
- Removed (broken) logging redirect.
0.7.1
0.7.0
Features
- Functions no longer need to explicitly return a
Responseobject. - The
event_idofResponseobjects is now filled in automatically before the response is returned.