Skip to content

1.3.0

Compare
Choose a tag to compare
@tngraf tngraf released this 02 Oct 09:38
· 46 commits to master since this release
  • get_projects fixed - paging work now as expected.
  • get_projects now also supports a sort order.
  • get_all_releases now also support paging.
    IMPORTANT: Due to compatibility reasons get_all_releases without page parameter returns
    a list of releases. But when the page parameter is used, a dict will be returned that also contains
    information about paging.
  • get_all_components now supports allDetails and sort.
    IMPORTANT: Due to compatibility reasons get_all_components without page parameter returns
    a list of components. But when the page parameter is used, a dict will be returned that also contains
    information about paging.