Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
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
v3.5.4b1
Add support for SSL verification and local migration flag - Introduced `verify_ssl` option in remote settings to control SSL certificate verification. - Updated `migrate_remote` method to accept `force_local` flag, allowing local migration to be forced. - Enhanced documentation for using HTTPS with self-signed certificates. - Added tests for the new `force-local` migration functionality.
v3.5.3
[3.5.3] - 2025-08-01
Fixed
- Fix a regression test message interoperability where list of messages was not displayed correctly in the UI
- This was caused by MessageHandler changes in version 3.5.1
- Minor fixes for remote migration support
v3.5.3b4
Update CHANGELOG.md for version 3.5.3: document fixes for regression …
v3.5.3b3
Bump version to 3.5.3 in module.xml
v3.5.3b2
Add requests dependency to pyproject.toml