Skip to content

Release 3.6.0

Choose a tag to compare

@chsou chsou released this 18 Dec 11:05
· 23 commits to main since this release
0a73716
  • Fixed a bug in get_count for when no additional filter parameter was provided.
  • Switching to withTotalElements instead of withTotalPages in get_count implementations.
  • Adding select, get_all and get_count functions to Binaries API and Operations API.
  • Adding c8y_tk.analytics.parallel module and ParallelExecutor class which can be used to reduce I/O wait
    time through concurrent API requests and asynchronous result collection.