Skip to content

v3.5.5

Latest

Choose a tag to compare

@grongierisc grongierisc released this 23 Jan 09:21
· 1 commit to master since this release

Full Changelog: v3.5.4...v3.5.5

Added

  • Add iop --update command to update a production from the command line
  • New info displayed in iop --help command showing current namespace
  • iop --status command now shows if production needs update, if so a message is displayed
  • Command line option --namespace alone will show the current namespace

Fixed

  • Fix issue with boolean response_required parameter in send_request_async method of BusinessProcess
    • Now converts boolean to integer (1 or 0) to ensure compatibility with IRIS API