Skip to content

Releases: grongierisc/interoperability-embedded-python

v3.6.0

30 Mar 07:25

Choose a tag to compare

[3.6.0] - 2026-03-30

Added

  • iop command 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

30 Mar 07:19

Choose a tag to compare

v3.5.6b13 Pre-release
Pre-release
Remove openai dependency from development requirements

v3.5.6b12

23 Mar 11:14

Choose a tag to compare

v3.5.6b12 Pre-release
Pre-release
Remove obsolete benchmark result file to clean up test artifacts

v3.5.6b11

23 Mar 11:13

Choose a tag to compare

v3.5.6b11 Pre-release
Pre-release
Add documentation for remote init prerequisites and enhance upload su…

v3.5.6b10

11 Mar 11:02

Choose a tag to compare

v3.5.6b10 Pre-release
Pre-release
Refactor tests and update changelog; enhance test functionality and i…

v3.5.6b9

10 Mar 16:01

Choose a tag to compare

v3.5.6b9 Pre-release
Pre-release
Add 'restart' parameter to test_component and update REST API documen…

v3.5.6b8

10 Mar 15:51

Choose a tag to compare

v3.5.6b8 Pre-release
Pre-release
Enhance REST API to support namespace resolution via query string and…

v3.5.6b7

10 Mar 14:12

Choose a tag to compare

v3.5.6b7 Pre-release
Pre-release
Add REST API documentation to mkdocs navigation

v3.5.6b6

09 Mar 15:50

Choose a tag to compare

v3.5.6b6 Pre-release
Pre-release
Add python-dotenv to development requirements

v3.5.6b5

09 Mar 15:47

Choose a tag to compare

v3.5.6b5 Pre-release
Pre-release
Remove unused PythonList method and enhance dotenv loading in remote …