Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
v3.5.6b3
Update GetVersion method to return status response instead of string
v3.5.6b2
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
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
Full Changelog: v3.5.4...v3.5.5
Added
- Add
iop --updatecommand to update a production from the command line - New info displayed in
iop --helpcommand showing current namespace iop --statuscommand now shows if production needs update, if so a message is displayed- Command line option
--namespacealone will show the current namespace
Fixed
- Fix issue with boolean
response_requiredparameter insend_request_asyncmethod of BusinessProcess- Now converts boolean to integer (1 or 0) to ensure compatibility with IRIS API
v3.5.5b4
Update CHANGELOG.md for version 3.5.5 release and document new features
v3.5.5b3
Update CHANGELOG.md for new namespace command and enhance CLI tests f…
v3.5.5b2
Add asynchronous request for MyBP and define production settings in s…
v3.5.5b1
Fix boolean conversion for response_required in send_request_async me…
v3.5.4
[3.5.4] - 2025-11-25
Added
- new option for migrate
--force-localto force local migration even if remote url is provided in thesettings.pyfile verify_ssloption insettings.pyto enable or disable SSL verification for remote migration
Fixed
- Fix an error when running
iopcommand 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
Update CHANGELOG.md for version 3.5.4, adding new migration options a…