Skip to content

Releases: cslab/functions-sdk-python

0.17.0

25 Sep 11:08
34da926
Compare
Choose a tag to compare

What's Changed

  • fix building docs by running mkdocs in poetry venv

Full Changelog: 0.16.0...0.17.0

0.16.0

25 Sep 10:23
8d5c382
Compare
Choose a tag to compare

What's Changed

  • fix building docs by installing dependencies via poetry

Full Changelog: 0.15.0...0.16.0

0.15.0

25 Sep 09:26
dca424f
Compare
Choose a tag to compare

What's Changed

  • improve documentation
  • Feat: Upload service

Full Changelog: 0.14.0...0.15.0

0.14.0

20 May 07:07
Compare
Choose a tag to compare

What's Changed

  • Feat: Improve error logging when using the devserver
  • Feat: Add StartWorkflowAction

Full Changelog: 0.13.1...0.14.0

0.13.1

22 Apr 09:34
Compare
Choose a tag to compare

What's Changed

  • Fix: Objects are not correctly attached to Engineering Change fields

Full Changelog: 0.13.0...0.13.1

0.13.0

15 Apr 08:17
Compare
Choose a tag to compare

What's Changed

  • Added EC status change events

Full Changelog: 0.12.0...0.13.0

0.12.0

03 Apr 13:00
Compare
Choose a tag to compare

What's Changed

Breaking changes:

  • Changed the names of the events and their classes, to be more consistent:

    • DocumentReleaseEvent -> DocumentReleasedEvent
    • PartReleaseEvent -> PartReleasedEvent
    • EngineeringChangeRelease -> EngineeringChangeReleasedEvent
    • EngineeringChangeCheck> EngineeringChangeCheckEvent
  • Event data now consistently uses the attributes parts and documents instead of linked_parts or attached_parts

Full Changelog: 0.11.1...0.12.0

0.11.1

03 Apr 07:58
Compare
Choose a tag to compare

What's Changed

  • Fix crash when using pydantic >=2.11

Full Changelog: 0.11.0...0.11.1

0.11.0

31 Mar 11:04
Compare
Choose a tag to compare

What's Changed

  • Feat: Document and Part Field Calculation Events

Full Changelog: 0.10.0...0.11.0

0.10.0

27 Mar 13:53
Compare
Choose a tag to compare

What's Changed

  • Feature: Added development server that can be used to run Functions locally for testing and development.

Full Changelog: 0.9.0...0.10.0