Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
v3.4.4b2
Update traceback property default value and enhance iris object valid…
v3.4.4b1
Add images and documentation for enabling/disabling tracebacks in IoP
v3.4.3
[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
Update changelog and enhance error handling with traceback support
v3.4.3b2
Refactor debugpython method to use private properties and update Gene…
v3.4.3b1
Update changelog to fix regression in DTL for displaying sub-objects
v3.4.2
[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
Update changelog for version 3.4.2 to fix regression in production se…
v3.4.2b1
Fix regression in version 3.4.x where production settings were not pr…
v3.4.1
[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 theiop
package
- Create a new
- Remove dependency on community driver
- Use
iris
module instead
- Use
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