Releases: grongierisc/interoperability-embedded-python
Releases · grongierisc/interoperability-embedded-python
v3.5.0b1
Add note about toggle for enabling/disabling venv support
v3.4.4
[3.4.4] - 2025-06-13
Added
Changed
%tracebacksetting default value is nowTrueto show traceback in message log- serializer is now more permissive for iris objects, allowing iris object type of
%Streamto support http inbound/outbound adapters - remove usage of
pkg_resourcesin favor ofimportlib.resources - refactor import statements for better clarity and organization
Fixed
- fix typing issues in python code
- fix long string attribute from production settings ( greatter than 255 characters )
v3.4.4b6
Update changelog to mark version 3.4.4 and set release date
v3.4.4b5
Fix long string attribute handling in production settings
v3.4.4b4
Update changelog to reflect recent changes and fixes
v3.4.4b3
Refactor changelog entries and update import statements to use import…
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
%tracebacksetting to enable or disable traceback in message log
v3.4.3b3
Update changelog and enhance error handling with traceback support