Skip to content

Releases: arcalot/arcaflow-plugin-sdk-python

0.4.2: Better error messages

10 Aug 10:34
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/arcaflow-plugin-sdk/0.4.2/

What's Changed

  • Fixes #27: Clearer error message on unsupported types by @janosdebugs in #30
  • Fixes #22: Unclear error message when validation fails after build_object_schema by @janosdebugs in #31
  • Fixes #32: Unreadable error message when config file does not exist by @janosdebugs in #33

Full Changelog: 0.4.1...0.4.2

0.4.1: Bugfixes for more robust type checking

10 Aug 06:26
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/arcaflow-plugin-sdk/0.4.1/

What's Changed

  • Fixes #28: Incorrect parameter assignment to validation parameters by @janosdebugs in #29

Full Changelog: 0.4.0...0.4.1

0.4.0: More robust type checking

07 Aug 08:23
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/arcaflow-plugin-sdk/0.4.0/

What's Changed

  • Adding support for custom discriminator fields by @janosdebugs in #18
  • Fixes #21: Unclear error message by @janosdebugs in #24
  • Fixes #19: dict support without typing by @janosdebugs in #23

Full Changelog: 0.3.0...0.4.0

0.3.0: Extended type support

02 Aug 07:09
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/arcaflow-plugin-sdk/0.3.0/

What's Changed

  • Moved most of the README to the Arcalot website by @janosdebugs in #11
  • Fixes #2: Boolean type support by @janosdebugs in #12
  • Fixed typo in JSON schema by @janosdebugs in #15
  • Fixes #13: Union types by @janosdebugs in #14

Full Changelog: 0.2.0...0.3.0

0.2.0: Floating point number support

28 Jul 19:28
Compare
Choose a tag to compare

PyPI: https://pypi.org/project/arcaflow-plugin-sdk/0.2.0/

What's Changed

  • Capture output by @janosdebugs in #9
  • Fixes #1: Floating point numbers by @janosdebugs in #10

Full Changelog: 0.1.0...0.2.0

0.1.0: Initial version