Skip to content

Releases: grongierisc/interoperability-embedded-python

v3.5.6b3

03 Mar 18:04

Choose a tag to compare

v3.5.6b3 Pre-release
Pre-release
Update GetVersion method to return status response instead of string

v3.5.6b2

03 Mar 15:46

Choose a tag to compare

v3.5.6b2 Pre-release
Pre-release
Enhance CI workflow and testing setup for remote E2E tests

- Added a new job for running remote end-to-end tests in the CI workflow.
- Updated Dockerfile and dockerfile-ci to use ARG for IRIS credentials.
- Created a new script to start IRIS and initialize IOP for testing.
- Modified launch configuration for debugging remote tests in VSCode.
- Updated .gitignore to include .env.remote for environment variables.
- Refactored _RemoteDirector methods to return response data for better error handling.

v3.5.6b1

03 Mar 15:45

Choose a tag to compare

v3.5.6b1 Pre-release
Pre-release
Enhance CI workflow and testing setup for remote E2E tests

- Added a new job for running remote end-to-end tests in the CI workflow.
- Updated Dockerfile and dockerfile-ci to use ARG for IRIS credentials.
- Created a new script to start IRIS and initialize IOP for testing.
- Modified launch configuration for debugging remote tests in VSCode.
- Updated .gitignore to include .env.remote for environment variables.
- Refactored _RemoteDirector methods to return response data for better error handling.

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…