Skip to content

v3.4.1

Compare
Choose a tag to compare
@grongierisc grongierisc released this 30 Apr 14:09
· 37 commits to master since this release

[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