Skip to content

Releases: grongierisc/interoperability-embedded-python

v3.5.5

23 Jan 09:21

Choose a tag to compare

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

v3.5.5b4

23 Jan 09:21

Choose a tag to compare

v3.5.5b4 Pre-release
Pre-release
Update CHANGELOG.md for version 3.5.5 release and document new features

v3.5.5b3

14 Jan 15:23

Choose a tag to compare

v3.5.5b3 Pre-release
Pre-release
Update CHANGELOG.md for new namespace command and enhance CLI tests f…

v3.5.5b2

14 Jan 12:03

Choose a tag to compare

v3.5.5b2 Pre-release
Pre-release
Add asynchronous request for MyBP and define production settings in s…

v3.5.5b1

09 Jan 15:29

Choose a tag to compare

v3.5.5b1 Pre-release
Pre-release
Fix boolean conversion for response_required in send_request_async me…

v3.5.4

25 Nov 13:50

Choose a tag to compare

[3.5.4] - 2025-11-25

Added

  • new option for migrate --force-local to force local migration even if remote url is provided in the settings.py file
  • verify_ssl option in settings.py to enable or disable SSL verification for remote migration

Fixed

  • Fix an error when running iop command without a valid iris instance available
    • Now it will log a warning instead of raising an exception
  • Support purging old messages in production settings

v3.5.4b5

25 Nov 13:48

Choose a tag to compare

v3.5.4b5 Pre-release
Pre-release
Update CHANGELOG.md for version 3.5.4, adding new migration options a…

v3.5.4b4

20 Nov 10:51

Choose a tag to compare

v3.5.4b4 Pre-release
Pre-release
Update CHANGELOG.md to include new migration options and error handli…

v3.5.4b3

12 Nov 15:57

Choose a tag to compare

v3.5.4b3 Pre-release
Pre-release
Enhance error handling in Command class and optimize _Director class …

v3.5.4b2

07 Nov 16:20

Choose a tag to compare

v3.5.4b2 Pre-release
Pre-release
Add delete handling for property object references in Message class