Skip to content

Releases: ynput/ayon-python-api

0.1.15

20 Mar 11:10

Choose a tag to compare

What's Changed

  • server_api.create_project remove GraphQL fields #28
  • REST arguments validation #29
  • Entity hub: Folder creation fix #30
  • Docs: Update/fill docstrings and update readme #32
  • General: Code cleanup and bug fixes in #31

Full Changelog: 0.1.14...0.1.15

0.1.14

07 Mar 17:23

Choose a tag to compare

What's Changed

  • General: Fix formatting error #25
  • Representation: Fix constant for files fields #26
  • Representation context filters #27

Full Changelog: 0.1.13...0.1.14

0.1.13

28 Feb 18:08

Choose a tag to compare

What's Changed

  • Fix: Use right method names #23

Hotfix of root overrides methods.

Full Changelog: 0.1.12...0.1.13

0.1.12

28 Feb 16:35

Choose a tag to compare

What's Changed

  • Use site ID and variants in addon settings #22

Full Changelog: 0.1.11...0.1.12

0.1.11

17 Feb 11:17

Choose a tag to compare

What's Changed

  • Handle RestApiResponse code 204 #11
  • General: Fix Python 2 support #14
  • Events: Query events using graphql #12
  • General: Update readme #13
  • Added support to behave 'as user' and change global con args #17
  • Services: More helper functions for service #15
  • General: Refactor api names #18 #19 #20

Full Changelog: 0.1.9...0.1.11

0.1.10

01 Feb 13:56

Choose a tag to compare

What's Changed

  • Handle RestApiResponse code 204 #11
  • General: Fix Python 2 support #14
  • Events: Query events using graphql #12
  • General: Update readme #13

Full Changelog: 0.1.9...0.1.10

0.1.9

27 Jan 20:29

Choose a tag to compare

What's Changed

  • Make generator functions compatible with Py2 #7
  • Add missing dependencies #8
  • Ensure ayon_api.dispatch_event actually calls server.dispatch_event #9
  • Ensure server_api.update_event uses patch #10

Full Changelog: 0.1.8...0.1.9

0.1.7

18 Jan 15:06

Choose a tag to compare

What's Changed

  • Fixed download_file function
  • Download and upload functions can download from different endpoint then /api (full url must be passed)
    • this is prerequirement to be able download private files from addon
  • Added functions to get base and rest url
  • Changed arguments in download_dependency_package -> package name is first and output filename is required
  • Added function to download private file from addon
  • Download and Upload can track progress using TransferProgress

Full Changelog: 0.1.6...0.1.7

0.1.5

17 Jan 17:11

Choose a tag to compare

What's Changed

  • Implemented helper functions to download/upload server files
  • Dependency packages management #1

Full Changelog: 0.1.4...0.1.5