Skip to content

Releases: cslab/functions-sdk-python

0.8.2

18 Oct 10:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

26 Aug 12:01
Compare
Choose a tag to compare
  • Fix: removed incorrect dependency to urllib3

0.8.0

07 Aug 13:08
Compare
Choose a tag to compare

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

17 Jun 13:45
Compare
Choose a tag to compare

Bugfixes

  • Removed (broken) logging redirect.

0.7.1

05 Jun 13:52
Compare
Choose a tag to compare

Enhancements

  • The objects document and ec now contain the attribute cdb_object_id.

0.7.0

15 May 13:17
Compare
Choose a tag to compare

Features

  • Functions no longer need to explicitly return a Response object.
  • The event_id of Response objects is now filled in automatically before the response is returned.