Skip to content

Releases: grongierisc/interoperability-embedded-python

v3.4.3b2

13 May 10:02

Choose a tag to compare

v3.4.3b2 Pre-release
Pre-release
Refactor debugpython method to use private properties and update Gene…

v3.4.3b1

08 May 12:59

Choose a tag to compare

v3.4.3b1 Pre-release
Pre-release
Update changelog to fix regression in DTL for displaying sub-objects

v3.4.2

02 May 07:52

Choose a tag to compare

[3.4.2] - 2025-05-2

Fixed

  • Fix regression in version 3.4.0 and 3.4.1 where production settings were not properly loaded

v3.4.2b2

02 May 07:51

Choose a tag to compare

v3.4.2b2 Pre-release
Pre-release
Update changelog for version 3.4.2 to fix regression in production se…

v3.4.2b1

02 May 07:42

Choose a tag to compare

v3.4.2b1 Pre-release
Pre-release
Fix regression in version 3.4.x where production settings were not pr…

v3.4.1

30 Apr 14:09

Choose a tag to compare

[3.4.1] - 2025-04-30

Added

  • Add namespace selection in the iop command
    • -n or --namespace option to select a namespace
  • Initial remote debugging support

Changed

  • Change how iris module is loaded
    • Create a new _iris module in the iop package
  • Remove dependency on community driver
    • Use iris module instead

Fixed

  • Fix dataclass message serialization
    • Go back to best effort serialization : type check is not forced
    • For checking use PydanticMessage
  • Logger now uses the correct level for debug, info and similar methods

v3.4.1b11

30 Apr 14:08

Choose a tag to compare

v3.4.1b11 Pre-release
Pre-release
Update changelog for version 3.4.1 and add namespace selection featur…

v3.4.1b10

30 Apr 13:39

Choose a tag to compare

v3.4.1b10 Pre-release
Pre-release
Remove debugpy calls from initialization methods and enhance debugpy …

v3.4.1b9

29 Apr 07:48

Choose a tag to compare

v3.4.1b9 Pre-release
Pre-release
Add initial remote debugging support and update related components

- Introduced remote debugging capabilities with debugpy.
- Updated changelog to reflect new feature.
- Added debugpy dependency in pyproject.toml and requirements-dev.txt.
- Integrated debugpy initialization in business operation, process, and service classes.
- Enhanced test cases to accommodate debugging features.

v3.4.1b8

24 Apr 08:26

Choose a tag to compare

v3.4.1b8 Pre-release
Pre-release
Update module version to 3.4.0 in module.xml