Skip to content

v5.5.5 release notes

  • In validation, fixed nullable field absence detection. This fixes validators on nullable fields being executed even if the field is not present at all in the request.
  • In validation, fixed a panic when trying to convert a nil single value array using the ConvertSingleValueArrays option.