Skip to content

Releases: cslab/functions-sdk-python

0.18.1

16 Oct 11:13

Choose a tag to compare

What's Changed

  • fix: incorrect typing of custom model date fields by @jens-kuerten in #36
  • doc: add missing objects to reference by @jens-kuerten in #37
  • Bump requests from 2.32.3 to 2.32.4 in the pip group across 1 directory by @dependabot[bot] in #31

Full Changelog: 0.18.0...0.18.1

0.18.0

14 Oct 11:56

Choose a tag to compare

What's Changed

  • Feat: Add support for custom attributes on documents and parts by @jens-kuerten in #35

Full Changelog: 0.17.0...0.18.0

0.17.0

25 Sep 11:08
34da926

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

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

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

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

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

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

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

Choose a tag to compare

What's Changed

  • Fix crash when using pydantic >=2.11

Full Changelog: 0.11.0...0.11.1