Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
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…
v3.5.4b4
Update CHANGELOG.md to include new migration options and error handli…
v3.5.4b3
Enhance error handling in Command class and optimize _Director class …
v3.5.4b2
Add delete handling for property object references in Message class