Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
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
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
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