Skip to content

Releases: grongierisc/interoperability-embedded-python

v3.4.4b2

27 May 08:58
Compare
Choose a tag to compare
v3.4.4b2 Pre-release
Pre-release
Update traceback property default value and enhance iris object valid…

v3.4.4b1

26 May 13:32
Compare
Choose a tag to compare
v3.4.4b1 Pre-release
Pre-release
Add images and documentation for enabling/disabling tracebacks in IoP

v3.4.3

26 May 13:19
Compare
Choose a tag to compare

[3.4.3] - 2025-05-26

Fixed

  • Fix a regression in DTL to display sub-objects
  • Improve upgrade compatibility with 3.4.0 (pre-debugger)

Changed

  • Change debugger settings to be prefixed with % to avoid conflict with other settings

Added

  • Add %traceback setting to enable or disable traceback in message log

v3.4.3b3

26 May 12:43
Compare
Choose a tag to compare
v3.4.3b3 Pre-release
Pre-release
Update changelog and enhance error handling with traceback support

v3.4.3b2

13 May 10:02
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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