Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 10:28
· 129 commits to master since this release
b8a6b18

6.0.0 (2022-12-07)

  • refactor(rest-client)!: merge document and video conversion methods into the two common ones - convert and conversionJobStatus (beb2bb6)
  • fix(rest-client)!: do not change case of the appdata field and its content (92d785d)
  • feat(rest-client)!: accept boolean or "auto" for the store option (440e228)

Features

  • api-client-utils: add timeout option to the poll (f27f25a)
  • rest-client: add addon job status polling (8f2aec7)
  • rest-client: add conversion api polling (41c6aa5)

BREAKING CHANGES

  • Methods convertVideo, convertDocument, videoConversionJobStatus and documentConversionJobStatus are removed. Please use convert and conversionJobStatus methods. Type of conversion (video or document) passed as type option.
  • Now appdata field is returned as-is, without kebab -> camel case conversion
  • string ("true", "false", "1", "0") values for the store option of convertVideo and convertDocument aren't accepted anymore. Please use boolean value or "auto". It's "auto" by default"