Support multiple target fields with optional field codec
Breaking changes
- The
OptionalFieldCodec
now takes a single parameter,target_fields
, which takes a dictionary of fields and parameters in the same form used elsewhere (e.g. in theRosMsgFieldCodec
). Thetarget_field
andtarget_type
parameters have been removed.
New Features
- The
OptionalFieldCodec
can now target multiple fields.