Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
v3.5.3b1
Bump version to 3.5.2 in module.xml
v3.5.2
[3.5.2] - 2025-08-01
Added
- Remote migration support, allowing importing Python IOP modules into IRIS through
http
v3.5.2b4
Remove placeholder error for local migration in _Utils class
v3.5.2b3
Add settings documentation and update changelog for remote migration …
v3.5.2b2
Fix remote migration settings key and improve error handling in migra…
v3.5.2b1
Refactor error handling in CreateProjection method to properly set st…
v3.5.1
[3.5.1] - 2025-07-22
Added
- New IOP.Wrapper class for simplified python module import into IRIS with remote debugging support and traceback handling
Changed
- Improve module loading and initialization for better performance in BusinessProcess by checking if the module is already loaded
- Change OnMessage to MessageHandler in BusinessOperation for better performance and clarity
v3.5.1b4
Update changelog to release version 3.5.1 with IOP.Wrapper class details
v3.5.1b3
Add IOP.Wrapper class for simplified Python module import with remote…
v3.5.1b2
Refactor BusinessOperation and Common methods for performance improve…