Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
v3.6.0
[3.6.0] - 2026-03-30
Added
iopcommand line has a new full remote controle feature, allowing to start, stop, restart, update, test and log productions on a remote IRIS instance through its REST API
Fixed
- Review how sys.path is updated by Common.cls to ensure it works correctly in all environments
Changed
- Refactor whole unittest and e2e test suite for better maintainability and reliability
- Export production now returns Production name as key in the returned dict for better clarity
- Prevent dataclass and pydantic messages from being serialized with the same serializer as regular messages, to avoid issues with dataclass fields and pydantic validation
v3.5.6b13
Remove openai dependency from development requirements
v3.5.6b12
Remove obsolete benchmark result file to clean up test artifacts
v3.5.6b11
Add documentation for remote init prerequisites and enhance upload su…
v3.5.6b10
Refactor tests and update changelog; enhance test functionality and i…
v3.5.6b9
Add 'restart' parameter to test_component and update REST API documen…
v3.5.6b8
Enhance REST API to support namespace resolution via query string and…
v3.5.6b7
Add REST API documentation to mkdocs navigation
v3.5.6b6
Add python-dotenv to development requirements
v3.5.6b5
Remove unused PythonList method and enhance dotenv loading in remote …