Releases: cslab/functions-sdk-python
Releases · cslab/functions-sdk-python
0.8.2
What's Changed
- add teilenummer and t_index to bom_item by @jens-kuerten in #15
- switch to ruff and upgrade bandit by @jens-kuerten in #16
Full Changelog: 0.8.1...0.8.2
0.8.1
- Fix: removed incorrect dependency to urllib3
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
AbortAndShowErrorAction
can 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
Response
object. - The
event_id
ofResponse
objects is now filled in automatically before the response is returned.