Skip to content

Releases: grongierisc/interoperability-embedded-python

v3.4.1b9

29 Apr 07:48
Compare
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
Compare
Choose a tag to compare
v3.4.1b8 Pre-release
Pre-release
Update module version to 3.4.0 in module.xml

v3.4.1b7

10 Apr 12:57
Compare
Choose a tag to compare
v3.4.1b7 Pre-release
Pre-release
Add contributing guide and code of conduct documentation

v3.4.1b6

10 Apr 07:57
Compare
Choose a tag to compare
v3.4.1b6 Pre-release
Pre-release
Enhance documentation workflow: add changelog, update mkdocs configur…

v3.4.1b5

09 Apr 13:52
Compare
Choose a tag to compare
v3.4.1b5 Pre-release
Pre-release
Fix: Update serialization logic to handle Message instances and impro…

v3.4.1b4

09 Apr 13:21
Compare
Choose a tag to compare
v3.4.1b4 Pre-release
Pre-release
Fix: #29 Enhance serialization functions to handle nested dataclasses…

v3.4.1b3

07 Apr 15:02
Compare
Choose a tag to compare
v3.4.1b3 Pre-release
Pre-release
Update CHANGELOG.md to reflect removal of community driver dependency…

v3.4.1b2

07 Apr 14:56
Compare
Choose a tag to compare
v3.4.1b2 Pre-release
Pre-release
Refactor build script and update requirements; remove unused package …

v3.4.1b1

27 Mar 15:55
Compare
Choose a tag to compare
v3.4.1b1 Pre-release
Pre-release
Add _iris module for IRIS namespace management and refactor imports

v3.4.0

24 Mar 14:12
Compare
Choose a tag to compare

Full Changelog: v3.3.1...v3.4.0

[3.4.0] - 2025-03-24

Added

  • Support for production settings configuration and management
  • Enhanced Python logging integration with IRIS
  • Support for schema registration with PydanticMessage
  • Improved Pydantic integration for message validation
  • Logger property in _Common class for better logging management

Changed

  • Refactored _director and _utils modules
  • Enhanced serialization module
    • Simplified type conversion
    • Improved Pydantic integration
    • Removed deprecated methods
    • Remove dacite and dc-schema dependencies in favor of Pydantic
  • Improved logging mechanism
    • Encapsulated console logging behavior
    • Enhanced logger initialization
  • Updated pytest configuration for asyncio

Fixed

  • Fixed log handling in Command class
  • Improved error handling in OnGetConnections method