Skip to content

v2.5.0

Compare
Choose a tag to compare
@m-mohr m-mohr released this 07 Apr 14:44
· 29 commits to master since this release

Changed

  • listJobs, listServices and listUserProcesses allow to update existing processes.
  • listFiles, listJobs, listServices and listUserProcesses return a ResponseArray instead of a plain Array.
    The ResonseArray now has the properties links and federation:missing from the responses.
    This is usually a non-breaking change, but if you mistakenly use Object functions (such as Object.keys) on an array, you'll get the additional properties, too.

Fixed

  • Fine-tuned some Typescript declarations.